@@ -5,12 +5,11 @@ import CoverArt from "@/components/CoverArt.vue";
55
66import { InspectorBar , useInspector } from " @/components/Inspector" ;
77import NavigationBar from " @/components/NavigationBar.vue" ;
8- import NavigationButton from " @/components/NavigationButton.vue" ;
98import PlaybackControls from " @/components/v2/PlaybackControls.vue" ;
109import TopBar from " @/components/TopBar.vue" ;
1110import { SpectrumAnalyzer } from " @/components/visualizers/SpectrumAnalyzer" ;
1211import Vectorscope from " @/components/visualizers/VectorscopeAnalyzer.vue" ;
13- import { AdjustIcon , AmethystIcon , CompassIcon , HeartIcon , ListIcon , PlaylistIcon , SettingsIcon } from " @/icons" ;
12+ import { AmethystIcon } from " @/icons" ;
1413import { Track } from " @/logic/track" ;
1514import { onMounted , onUnmounted , ref } from " vue" ;
1615import LoudnessMeter from " ./components/visualizers/LoudnessMeter.vue" ;
@@ -127,43 +126,7 @@ onUnmounted(() => {
127126 </div >
128127 <div class =" h-full whitespace-nowrap flex flex-col justify-between overflow-hidden" >
129128 <div class =" flex-1 flex h-full max-h-full relative overflow-hidden" >
130- <navigation-bar v-if =" amethyst.getCurrentPlatform() !== 'mobile'" >
131- <navigation-button
132- :icon =" ListIcon"
133- route-name =" queue"
134- />
135-
136- <navigation-button
137- :icon =" CompassIcon"
138- route-name =" discover"
139- />
140-
141- <navigation-button
142- :icon =" PlaylistIcon"
143- route-name =" playlists"
144- />
145-
146- <navigation-button
147- :icon =" HeartIcon"
148- route-name =" favorites"
149- />
150-
151- <navigation-button
152- :icon =" AdjustIcon"
153- route-name =" node-editor"
154- />
155-
156- <navigation-button
157- :icon =" SettingsIcon"
158- route-name =" settings"
159- />
160-
161- <navigation-button
162- v-if =" amethyst.IS_DEV"
163- :icon =" AmethystIcon"
164- route-name =" playground"
165- />
166- </navigation-bar >
129+ <navigation-bar v-if =" amethyst.getCurrentPlatform() !== 'mobile'" />
167130
168131 <div class =" flex flex-col w-full" >
169132 <router-view class =" overflow-hidden disable-select no-drag" />
0 commit comments