Commit Graph

20 Commits

Author SHA1 Message Date
geoffrey45 a9d23b3cb3 replace text capitalize with capitalize first word 2022-08-03 15:06:08 +03:00
geoffrey45 aeb9cb1d1c remove padding x from context menu 2022-08-03 01:16:43 +03:00
geoffrey45 1eb7c5d396 remove context menu transtion
- to fix z-index issues
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 77a5d2b7c2 send processing album colors to a background thread
- use white color as default album page play button color
- return 404 if album is None on get_album_bio()
2022-07-06 17:38:33 +03:00
geoffrey45 22ff52e86e use album hash to resolve album page 2022-06-26 19:05:36 +03:00
geoffrey45 67d19fb6e3 scroll to top on page change 2022-06-10 10:39:04 +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 f913e59103 minor UI fixes 2022-05-07 19:33:54 +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 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 e4640d9985 [client] minor refactors 2022-03-27 18:22:35 +03:00
geoffrey45 b7f34e1677 introduce .context-many-kids class 2022-03-26 12:39:26 +03:00
geoffrey45 b3dac9ee23 move links back to localhost 2022-03-21 01:02:23 +03:00
geoffrey45 29124ce717 add child level context menu
- more typescript
2022-03-16 01:21:53 +03:00
geoffrey45 33a9aa2c30 start project "move to typescript" 2022-03-14 21:05:58 +03:00
geoffrey45 57a72fd3b5 hide context menu on right click again 2022-03-14 08:44:52 +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