]> source.dussan.org Git - nextcloud-server.git/commit
feat(app-store): Add in-app search on the navigation component
authorFerdinand Thiessen <opensource@fthiessen.de>
Wed, 23 Oct 2024 10:44:18 +0000 (12:44 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Wed, 23 Oct 2024 11:01:28 +0000 (13:01 +0200)
commit07f9b74c1f5cc667e594411fdd3548908f32f283
tree9a88fc11a592dbc3b6cab47a431681f1f4d4dea2
parent8472fc2ed9a14475f77bac512bacacbcd74f7240
feat(app-store): Add in-app search on the navigation component

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
apps/settings/src/store/appStoreSearch.ts [new file with mode: 0644]
apps/settings/src/views/AppStore/AppStoreNavigation.vue [new file with mode: 0644]
apps/settings/src/views/AppStore/AppStoreViewNoResults.vue [new file with mode: 0644]
apps/settings/src/views/AppStoreNavigation.vue [deleted file]
core/src/views/UnifiedSearch.vue