File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,6 +73,15 @@ const { data: currentUser } = await useCurrentUser();
7373 :link =" { name: 'search-term' }"
7474 icon =" nav.search"
7575 />
76+ </SidebarGroup >
77+
78+ <SidebarGroup :title =" $t('sidebar.tools.title')" >
79+ <SidebarItem
80+ v-if =" isFraKaareDashboardViewer(currentUser)"
81+ :title =" $t('dashboards.title')"
82+ :link =" { name: 'dashboards-fra-kaare' }"
83+ icon =" icon.dashboard"
84+ />
7685 <SidebarItem
7786 v-if =" isTranscriptionManager(currentUser)"
7887 :title =" $t('nav.transcribe')"
@@ -85,12 +94,6 @@ const { data: currentUser } = await useCurrentUser();
8594 :link =" { name: 'lyrics' }"
8695 icon =" icon.lyrics"
8796 />
88- <SidebarItem
89- v-if =" isFraKaareDashboardViewer(currentUser)"
90- title =" Dashboard"
91- :link =" { name: 'dashboards-fra-kaare' }"
92- icon =" icon.dashboard"
93- />
9497 </SidebarGroup >
9598
9699 <SidebarGroup :title =" $t('sidebar.playlists.title')" >
Original file line number Diff line number Diff line change 2525 "sidebar" : {
2626 "playlists" : {
2727 "title" : " Playlists"
28+ },
29+ "tools" : {
30+ "title" : " Tools"
2831 }
2932 },
3033 "share" : {
You can’t perform that action at this time.
0 commit comments