Parcourir la source

refactor: converted station page to composition API

Kristian Vos il y a 2 ans
Parent
commit
90b20e2868
2 fichiers modifiés avec 571 ajouts et 865 suppressions
  1. 564 862
      frontend/src/pages/Station/index.vue
  2. 7 3
      frontend/src/types/global.d.ts

Fichier diff supprimé car celui-ci est trop grand
+ 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 {};

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff