3
0

Update topbar app menu button

This commit is contained in:
Jože Fortun 2024-06-04 16:07:32 +02:00
parent ae3ca017f9
commit 68cc6955f6
15 changed files with 16 additions and 8 deletions

View File

@ -5,6 +5,7 @@
:sidebar-pinned="pinned"
:settings="$Settings.get('ui.topbar', {})"
:labels="{
appMenu: $t('navigation.appMenu'),
helpForum: $t('navigation.help.forum'),
helpDocumentation: $t('navigation.help.documentation'),
helpFeedback: $t('navigation.help.feedback'),

View File

@ -8,6 +8,7 @@
:sidebar-pinned="pinned"
:settings="$Settings.get('ui.topbar', {})"
:labels="{
appMenu: $t('appMenu'),
helpForum: $t('help.forum'),
helpDocumentation: $t('help.documentation'),
helpFeedback: $t('help.feedback'),

View File

@ -5,6 +5,7 @@
:sidebar-pinned="pinned"
:settings="$Settings.get('ui.topbar', {})"
:labels="{
appMenu: $t('appMenu'),
helpForum: $t('help.forum'),
helpDocumentation: $t('help.documentation'),
helpFeedback: $t('help.feedback'),

View File

@ -8,6 +8,7 @@
:sidebar-pinned="pinned"
:settings="$Settings.get('ui.topbar', {})"
:labels="{
appMenu: $t('appMenu'),
helpForum: $t('help.forum'),
helpDocumentation: $t('help.documentation'),
helpFeedback: $t('help.feedback'),

View File

@ -5,6 +5,7 @@
:sidebar-pinned="pinned"
:settings="$Settings.get('ui.topbar', {})"
:labels="{
appMenu: $t('navigation:appMenu'),
helpForum: $t('navigation:help.forum'),
helpDocumentation: $t('navigation:help.documentation'),
helpFeedback: $t('navigation:help.feedback'),

View File

@ -5,6 +5,7 @@
:sidebar-pinned="pinned"
:settings="$Settings.get('ui.topbar', {})"
:labels="{
appMenu: $t('navigation:appMenu'),
helpForum: $t('navigation:help.forum'),
helpDocumentation: $t('navigation:help.documentation'),
helpFeedback: $t('navigation:help.feedback'),

View File

@ -5,6 +5,7 @@
:sidebar-pinned="pinned"
:settings="$Settings.get('ui.topbar', {})"
:labels="{
appMenu: $t('navigation:appMenu'),
helpForum: $t('navigation:help.forum'),
helpDocumentation: $t('navigation:help.documentation'),
helpFeedback: $t('navigation:help.feedback'),

View File

@ -21,14 +21,9 @@
data-test-id="app-selector"
variant="outline-extra-light"
:href="appSelectorURL"
title="Apps"
size="lg"
class="d-flex align-items-center justify-content-center text-dark border-0 nav-icon rounded-circle text-sm-nowrap"
class="text-dark border-0"
>
<font-awesome-icon
class="m-0 h5"
:icon="['fas', 'grip-horizontal']"
/>
{{ labels.appMenu }}
</b-button>
<b-dropdown

View File

@ -89,6 +89,7 @@ general:
single: 'One {{data}}'
single_plural: '{{count}} {{data}}'
navigation:
appMenu: Menu
adminPanel: Admin panel
automation: Automation
chart: Charts

View File

@ -12,6 +12,7 @@ more: More
namespace: Namespaces
noPageTitle: No page title
page: Pages
appMenu: Menu
userSettings:
changePassword: Change password
loggedInAs: Logged in as {{user}}

View File

@ -4,6 +4,7 @@ help:
feedback: Send feedback
forum: Help
version: 'Version:'
appMenu: Menu
userSettings:
changePassword: Change password
loggedInAs: Logged in as {{user}}

View File

@ -13,6 +13,7 @@ namespace: Namespaces
noPageTitle: No page title
page: Pages
publicPages: Public pages
appMenu: Menu
userSettings:
changePassword: Change password
loggedInAs: Logged in as {{user}}

View File

@ -1,3 +1,4 @@
appMenu: Menu
help:
documentation: Documentation
feedback: Send feedback

View File

@ -1,3 +1,4 @@
appMenu: Menu
help:
documentation: Documentation
feedback: Send feedback

View File

@ -1,9 +1,9 @@
appMenu: Menu
help:
documentation: Documentation
feedback: Send feedback
forum: Help
version: 'Version:'
userSettings:
changePassword: Change password
loggedInAs: Logged in as {{user}}