diff --git a/l10n/messages.pot b/l10n/messages.pot index 59eba91aa8..f45235049d 100644 --- a/l10n/messages.pot +++ b/l10n/messages.pot @@ -332,6 +332,9 @@ msgstr "" msgid "Search for time zone" msgstr "" +msgid "Search in app…" +msgstr "" + msgid "Search results" msgstr "" diff --git a/src/components/NcAppNavigation/NcAppNavigation.vue b/src/components/NcAppNavigation/NcAppNavigation.vue index c877060531..b150bd0023 100644 --- a/src/components/NcAppNavigation/NcAppNavigation.vue +++ b/src/components/NcAppNavigation/NcAppNavigation.vue @@ -33,6 +33,103 @@ emit('toggle-navigation', { }) ``` +#### With in-app search + +```vue + + + +``` +