Commit Graph

43 Commits

Author SHA1 Message Date
geoffrey45 de7aba3ba7 show toast if album return 204 2022-06-23 08:30:55 +03:00
geoffrey45 06ed41d869 BREAK EVERYTHING
- some broken edits
2022-06-17 20:29:09 +03:00
geoffrey45 1cc7c933b7 rename files and set max client width on viewport 2022-06-16 15:24:56 +03:00
geoffrey45 92e2420174 rewrite some fetch methods to use the useAxios hook 2022-06-16 14:18:45 +03:00
geoffrey45 79a7161827 fix search to read from database 2022-06-16 09:36:42 +03:00
geoffrey45 188834de3b feat: scroll queue if mouse if not over the area 2022-06-11 11:12:47 +03:00
geoffrey45 191ac0bc7b fix loadmore counter not resetting
- store load more counter in search store
2022-06-11 10:01:16 +03:00
geoffrey45 75123f5384 move page stores into pages folder 2022-06-10 17:08:29 +03:00
geoffrey45 857c2484fe use computed properties to render correct nav title 2022-06-10 10:01:12 +03:00
geoffrey45 e48dca4672 enable album nav play button 2022-06-09 11:52:26 +03:00
geoffrey45 843a80f4a3 show album name and play button on scroll down 2022-06-09 10:43:14 +03:00
geoffrey45 6aad05084f highlight current folder in pathlist in nav 2022-06-09 09:30:43 +03:00
geoffrey45 253de52376 fix searching unchanged query on search tab switch 2022-06-01 20:12:32 +03:00
geoffrey45 a99ea78118 animate navigation list and logo
- move search main into right-sidebar > search
-
2022-05-25 16:36:04 +03:00
geoffrey45 770688838c separate search tab requests 2022-05-24 15:56:51 +03:00
geoffrey45 b497344521 refactor logo, bottom bar and perks.js
- add new logo
- add tsconfig.json
- move logo to new component
- update bottombar
- remove props from hotkeys and progress bar
- convert perks.js -> perks.ts
2022-05-24 15:55:26 +03:00
geoffrey45 599ba060b2 focus search tab on query change 2022-05-24 13:29:28 +03:00
geoffrey45 6a2b87b48c use tabs to seperate search results 2022-05-22 19:29:16 +03:00
geoffrey45 8b62fe78fa add comments to some store functions
- some refactors to modals
2022-05-13 20:50:58 +03:00
geoffrey45 9432332243 default to qeueu tab in right sidebar
- fix progress bar issue on chrome
- fix image not showing on media notification
2022-05-11 20:37:52 +03:00
geoffrey45 301f07bda5 some UI refactors 2022-05-10 13:20:22 +03:00
geoffrey45 bee37742c3 implement play next and add to Queue 2022-05-10 08:24:08 +03:00
Mungai Geoffrey ef68cae625 Use gunicorn instead of Werkzeug and 32 more very minor changes (#35) 2022-04-21 03:29:42 +03:00
geoffrey45 85c59b4cba Integrate nav
- other minor refactors
2022-04-14 11:30:19 +03:00
geoffrey45 83330a7fad 🔷 refactor context menu to accept context src
🔷 add a getCurrentDate function to get formatted date
2022-04-08 21:07:24 +03:00
geoffrey45 657daa389f 🔷 add Update playlist modal 2022-04-08 06:46:45 +03:00
geoffrey45 6cf9a58d6d 🔷 add PlayingFrom component to right sidebar
🔷 move upNext card into separate component
🔷 a lot of refactors
2022-04-03 21:47:57 +03:00
geoffrey45 9c808aa817 🔷 redesign playlist header 2022-04-03 13:47:28 +03:00
geoffrey45 42df577c1b [server] fix watchdog 2022-04-03 09:38:52 +03:00
geoffrey45 dbb27734fe major refactors
- add album page store
- show loaders in beforeEnter guards
- show bitrate on now playing card
- etc
2022-04-03 01:03:32 +03:00
geoffrey45 0c1e792839 major refactors 2022-03-30 14:56:40 +03:00
geoffrey45 d29f37e5d4 [client] create a queue store 2022-03-30 14:53:34 +03:00
geoffrey45 69b691284d [client] add playlists and playlist page 2022-03-29 00:35:39 +03:00
geoffrey45 e4640d9985 [client] minor refactors 2022-03-27 18:22:35 +03:00
geoffrey45 9ada6c9058 [client] update modal to take props 2022-03-27 18:16:49 +03:00
geoffrey45 6c997c8795 introduce notification type 2022-03-26 12:36:21 +03:00
geoffrey45 480695974e fix child context-item click position
- make child context menu scrollable if it has many items
2022-03-26 12:35:08 +03:00
geoffrey45 e2544dbbdc try adding playlists list to context menu - unsuccsessfully 2022-03-25 20:51:22 +03:00
geoffrey45 29124ce717 add child level context menu
- more typescript
2022-03-16 01:21:53 +03:00
geoffrey45 8c2904192e hide context menu on right click again 2022-03-14 08:42:19 +03:00
geoffrey45 092d967f49 convert songlist table to grid 2022-03-13 08:58:28 +03:00
geoffrey45 658e7cdbb7 move global search input to a general location
- create a global search store
- create a half-baked context menu store
-
2022-03-12 08:56:38 +03:00
geoffrey45 90f8703a8e use pinia to create tab store 2022-03-06 10:26:23 +03:00