summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-03-23 21:21:02 +0100
committerSanto Cariotti <santo@dcariotti.me>2021-03-23 21:30:19 +0100
commitfa76107eeca937667e10648e9bccb4decd343268 (patch)
tree8f069810603f70a252b0217672c13902df90e5ab /src/components
parent8a04db5cdb1fad22ddc0764cb60b2e5a9822a417 (diff)
feat: add search field
Diffstat (limited to 'src/components')
-rw-r--r--src/components/HeaderBlue.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/HeaderBlue.vue b/src/components/HeaderBlue.vue
index fd6d731..9c8c2e0 100644
--- a/src/components/HeaderBlue.vue
+++ b/src/components/HeaderBlue.vue
@@ -3,6 +3,11 @@
b-container
h1
a(href="/" rel="home") Gico
+ b-form(action="/search")
+ b-form-group
+ b-input(placeholder="Search a commit" name="q")
+ b-form-group
+ b-button(variant="primary" type="submit") Go
</template>
<script>