From f582bae65d78caf6f4730ed5bcb1d901b2203342 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 22 Jul 2024 14:08:34 +0200 Subject: [PATCH] chore: Make the `NcAppNavigationSearch` a fully separated component Co-authored-by: Grigorii K. Shartsev Co-authored-by: Ferdinand Thiessen Signed-off-by: Ferdinand Thiessen --- .../NcAppNavigation/NcAppNavigation.vue | 174 +---------- .../NcAppNavigation/NcAppNavigationSearch.vue | 123 -------- .../NcAppNavigationItem.vue | 20 +- .../NcAppNavigationNewItem.vue | 6 +- .../NcAppNavigationSearch.vue | 272 ++++++++++++++++++ src/components/NcAppNavigationSearch/index.js | 6 + src/components/index.js | 1 + styleguide.config.js | 1 - 8 files changed, 307 insertions(+), 296 deletions(-) delete mode 100644 src/components/NcAppNavigation/NcAppNavigationSearch.vue create mode 100644 src/components/NcAppNavigationSearch/NcAppNavigationSearch.vue create mode 100644 src/components/NcAppNavigationSearch/index.js diff --git a/src/components/NcAppNavigation/NcAppNavigation.vue b/src/components/NcAppNavigation/NcAppNavigation.vue index 86146841bc..c1ef3db15c 100644 --- a/src/components/NcAppNavigation/NcAppNavigation.vue +++ b/src/components/NcAppNavigation/NcAppNavigation.vue @@ -33,117 +33,6 @@ emit('toggle-navigation', { }) ``` -#### With in-app search - -```vue - - - -``` -