Skip to content

Commit 04e9d7f

Browse files
committed
Remove search field
Vue 3 isn't supported, so we are removing it for now
1 parent 244f0a1 commit 04e9d7f

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@
8484

8585
## TODO
8686

87-
- Refactor and cleanup code
88-
89-
- Finish implementing Laravel Scout
87+
- Finish implementing search with meilisearch-vue or vue-instantsearch when Vue 3 is supported
9088

9189
- Add some tests to verify that the cart and checkout works correctly
9290

resources/js/components/Header/Navbar.vue

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@
3030
<ul
3131
class="items-center justify-end flex-1 pr-4 -mr-4 list-reset lg:flex"
3232
>
33-
<li
34-
class="inline-block py-2 text-xl font-semibold no-underline lg:text-base lg:px-4"
35-
>
36-
<input
37-
class="inputSearch"
38-
placeholder="Search ..."
39-
aria-placeholder="Search ..."
40-
type="text"
41-
>
42-
</li>
4333
<li
4434
class="inline-block py-2 text-xl font-semibold no-underline lg:text-base lg:px-4"
4535
>

resources/js/components/Header/Search.vue

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)