Browse Source

refactor: converted station page to composition API

Kristian Vos 2 years ago
parent
commit
90b20e2868
2 changed files with 571 additions and 865 deletions
  1. 564 862
      frontend/src/pages/Station/index.vue
  2. 7 3
      frontend/src/types/global.d.ts

File diff suppressed because it is too large
+ 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 {};

Some files were not shown because too many files changed in this diff