client: add progress bar

- add favourites buttons
- redirect /folder/ => /folder/home
- minor fixes
This commit is contained in:
geoffrey45
2021-12-24 12:41:38 +03:00
parent 81c8ae8629
commit 757d6cbe5a
12 changed files with 338 additions and 154 deletions
+4
View File
@@ -19,6 +19,10 @@ const routes = [
name: "FolderView",
component: FolderView,
},
{
path: "/folder/",
redirect: "/folder/home",
},
{
path: "/playlist",
name: "PlaylistView",