Selaa lähdekoodia

refactor: converted station page to composition API

Kristian Vos 2 vuotta sitten
vanhempi
commit
90b20e2868
2 muutettua tiedostoa jossa 571 lisäystä ja 865 poistoa
  1. 564 862
      frontend/src/pages/Station/index.vue
  2. 7 3
      frontend/src/types/global.d.ts

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 564 - 862
frontend/src/pages/Station/index.vue


+ 7 - 3
frontend/src/types/global.d.ts

@@ -1,7 +1,11 @@
+/* eslint no-var: 0 */
+/* eslint vars-on-top: 0 */
+
 declare global {
-	const lofig: any;
-	const stationInterval: number;
-	const YT: any;
+	var lofig: any;
+	var stationInterval: number;
+	var YT: any;
+	var stationNextSongTimeout: any;
 }
 
 export {};

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä