Ver código fonte

refactor: converted station page to composition API

Kristian Vos 2 anos atrás
pai
commit
90b20e2868
2 arquivos alterados com 571 adições e 865 exclusões
  1. 564 862
      frontend/src/pages/Station/index.vue
  2. 7 3
      frontend/src/types/global.d.ts

Diferenças do arquivo suprimidas por serem muito extensas
+ 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 {};

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff