diff --git a/config/version.yaml b/config/version.yaml index 7d6b519..22ba983 100644 --- a/config/version.yaml +++ b/config/version.yaml @@ -1,2 +1,2 @@ parameters: - app.version: '0.3.3' + app.version: '0.3.4' diff --git a/frontend/layouts/default.vue b/frontend/layouts/default.vue index b25ad38..4894ea4 100644 --- a/frontend/layouts/default.vue +++ b/frontend/layouts/default.vue @@ -86,7 +86,14 @@ sub @click="ui.closeMobileSidebar()" /> - + - @@ -45,7 +44,6 @@ const tabs = [ { key: 'priorities', label: 'Priorités' }, { key: 'tags', label: 'Tags' }, { key: 'users', label: 'Utilisateurs' }, - { key: 'client-tickets', label: 'Tickets client' }, { key: 'gitea', label: 'Gitea' }, { key: 'bookstack', label: 'BookStack' }, ] as const diff --git a/frontend/pages/profile.vue b/frontend/pages/profile.vue index 42954f0..b14792c 100644 --- a/frontend/pages/profile.vue +++ b/frontend/pages/profile.vue @@ -1,4 +1,5 @@ + {{ $t('profile.title') }} @@ -45,12 +46,21 @@ @cancel="selectedFile = null" /> +