20 Commits

Author SHA1 Message Date
geoffrey45
992d3a7003 fix 720p screens layout issue
~ add media queries
+ handle responsiveness on folder header
2022-08-11 02:53:24 +03:00
geoffrey45
24ef21e6ba fix seek 2022-08-07 00:04:50 +03:00
geoffrey45
aa4db95547 feat: store current track object to enable clear queue to work correctly 2022-08-05 20:20:34 +03:00
geoffrey45
13f38c5a66 use ternary op to send copyright text to songlist component
+ return a zeros if seconds is undefined in formatSeconds()
2022-08-04 14:56:46 +03:00
geoffrey45
deb65f3405 add time to now playing card 2022-08-02 18:55:09 +03:00
geoffrey45
b618490676 add a buggy method to clear queue 2022-08-02 18:27:23 +03:00
geoffrey45
3882317cb6 configure watchdog to accept a list of dirs to watch
- fix PlayingFrom component not working with album
- fix types issues on PlayingFrom component
2022-07-15 15:40:11 +03:00
geoffrey45
296cfb50a6 fix: page reload setting current track to first track in queue
- add a `setCurrent` method to update current index and currentid
2022-07-07 12:04:13 +03:00
geoffrey45
40fcbfd576 add the albumhash prop to the fallback track object
- plus other tiny changes
2022-07-06 17:38:33 +03:00
geoffrey45
c9830842ed refactor queu store to use play track using index
- this allows to have duplicate tracks in queue safely
- store indexes in localstorage instead of track objects.
2022-07-06 17:38:33 +03:00
geoffrey45
188834de3b feat: scroll queue if mouse if not over the area 2022-06-11 11:12:47 +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
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
6a2b87b48c use tabs to seperate search results 2022-05-22 19:29:16 +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
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
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
d29f37e5d4 [client] create a queue store 2022-03-30 14:53:34 +03:00