mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-27 21:00:28 +00:00
feat: rebuild search UI w/ new filters (#269)
This commit is contained in:
parent
ce2fc7712a
commit
ab22ea6a25
10 changed files with 524 additions and 134 deletions
11
frontend/pnpm-lock.yaml
generated
11
frontend/pnpm-lock.yaml
generated
|
@ -2,6 +2,7 @@ lockfileVersion: 5.4
|
|||
|
||||
specifiers:
|
||||
'@faker-js/faker': ^7.5.0
|
||||
'@headlessui/vue': ^1.7.9
|
||||
'@iconify/vue': ^3.2.1
|
||||
'@nuxtjs/eslint-config-typescript': ^12.0.0
|
||||
'@nuxtjs/tailwindcss': ^6.1.3
|
||||
|
@ -36,6 +37,7 @@ specifiers:
|
|||
vue-router: '4'
|
||||
|
||||
dependencies:
|
||||
'@headlessui/vue': 1.7.9_vue@3.2.45
|
||||
'@iconify/vue': 3.2.1_vue@3.2.45
|
||||
'@nuxtjs/tailwindcss': 6.1.3
|
||||
'@pinia/nuxt': 0.4.6_prq2uz4lho2pwp6irk4cfkrxwu
|
||||
|
@ -736,6 +738,15 @@ packages:
|
|||
engines: {node: '>=14.0.0', npm: '>=6.0.0'}
|
||||
dev: true
|
||||
|
||||
/@headlessui/vue/1.7.9_vue@3.2.45:
|
||||
resolution: {integrity: sha512-vgLBKszj+m2ozaPOnjWMGnspoLJcU/06vygdEAyAS4nDjp72yA7AYbOIEgdaspUhaMs585ApyiSm3jPTuIxAzg==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
vue: ^3.2.0
|
||||
dependencies:
|
||||
vue: 3.2.45
|
||||
dev: false
|
||||
|
||||
/@humanwhocodes/config-array/0.11.7:
|
||||
resolution: {integrity: sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==}
|
||||
engines: {node: '>=10.10.0'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue