Procházet zdrojové kódy

refactor: converted station page to composition API

Kristian Vos před 2 roky
rodič
revize
90b20e2868
2 změnil soubory, kde provedl 571 přidání a 865 odebrání
  1. 564 862
      frontend/src/pages/Station/index.vue
  2. 7 3
      frontend/src/types/global.d.ts

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 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 {};

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů