major refactors

- add album page store
- show loaders in beforeEnter guards
- show bitrate on now playing card
- etc
This commit is contained in:
geoffrey45
2022-04-03 01:03:32 +03:00
parent 0c1e792839
commit dbb27734fe
26 changed files with 300 additions and 245 deletions
+2
View File
@@ -53,6 +53,8 @@ interface Playlist {
description?: string;
image?: string;
tracks?: Track[];
count?: number;
lastUpdated?: number;
}
interface Notif {