diff --git a/front/src/ui/components/Sidebar.vue b/front/src/ui/components/Sidebar.vue index 370db2c16..f1808f958 100644 --- a/front/src/ui/components/Sidebar.vue +++ b/front/src/ui/components/Sidebar.vue @@ -5,7 +5,6 @@ import { useI18n } from 'vue-i18n' import { useStore } from '~/store' import Input from '~/components/ui/Input.vue' -import Pill from '~/components/ui/Pill.vue' import Link from '~/components/ui/Link.vue' import ActorAvatar from '~/components/common/ActorAvatar.vue' import UserMenu from './UserMenu.vue' diff --git a/front/src/ui/components/UserMenu.vue b/front/src/ui/components/UserMenu.vue index 8a273ee41..15a706c40 100644 --- a/front/src/ui/components/UserMenu.vue +++ b/front/src/ui/components/UserMenu.vue @@ -1,20 +1,21 @@ - - - - - - - - + + + + + + + + + + {{ store.state.ui.notifications.inbox + additionalNotifications }} + + {{ labels.notifications }} + + + + + {{ labels.profile }} + + + + + {{ labels.settings }} + + + - - Change language + + {{ labels.language }} ({ - - - - Add to favorites - - - Organize and share + + {{ labels.theme }} - - Bandcamp - - - - - {{ bcPrivacy }} - - - - - - - - - - Creative Commons - - - - - {{ ccPrivacy }} - - - - - - - - - - - - New library + + + {{ th.name }} + + + + + + + {{ labels.support }} + + + + + {{ labels.forum }} + + + + + + {{ labels.chat }} + + + + + + {{ labels.git }} + - - - Share by link - - - - - - - Download + + + {{ labels.docs }} + - - - - Report + + + {{ labels.shortcuts }} + + + + + + {{ labels.logout }} + + + + + + {{ labels.login }} + + + + + + {{ labels.signup }} +