Commit Graph

143 Commits

Author SHA1 Message Date
dependabot[bot]
c3b0958167 Bump webpack from 5.75.0 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-27 14:32:47 +00:00
geoffrey45
534e163f76 remove console.logs 2023-03-27 16:45:38 +03:00
geoffrey45
3036d019f0 remove drag and drop code: prep for next release 2023-03-27 16:45:38 +03:00
geoffrey45
d8693f187e remove console.log 2023-03-27 16:45:38 +03:00
geoffrey45
8acb9d984e fix ub40 tracks not playing due to use of decodeURIComponent instead of encodeURIComponent 2023-03-27 16:45:38 +03:00
geoffrey45
2edebc8a4d fix artist page appearances see all bug 2023-03-27 16:45:38 +03:00
geoffrey45
5568ffb4ea add button to toggle list mode 2023-03-27 16:45:38 +03:00
geoffrey45
8eee9fe6e9 paint bottom bar artist name with thumbnail cover
+ break bottom bar and playlist header into components
2023-03-27 16:45:38 +03:00
geoffrey45
2274a5b863 add playlist image grid to playlist card
+ add wave animations on nav items, and songcard
2023-03-27 16:45:38 +03:00
geoffrey45
1fcf3658e9 use @nextcss/colortools/shift to make colored headers balanced 2023-03-27 16:45:38 +03:00
geoffrey45
79ca903ee7 add and hide trackbin 2023-03-27 16:45:38 +03:00
geoffrey45
d14567dd3a redesign playlist header
~ to show the playlist contents images in header
2023-03-27 16:45:38 +03:00
geoffrey45
496840794c fix favorite tracks page behaving similar to queue page
+ add icons to root dirs list in settings page
2023-03-27 16:45:38 +03:00
geoffrey45
86e17a979f add v-wave
+ fix console errrors on queue clear
2023-03-27 16:45:38 +03:00
geoffrey45
a3103d212f add padding to context menu
+ misc
2023-03-27 16:45:38 +03:00
geoffrey45
e84673198c a gazzilion refactors 2023-03-27 16:45:38 +03:00
geoffrey45
7ea6c0c27f add draggables and drop zones to songitem component 2023-03-27 16:45:38 +03:00
geoffrey45
12f8343cd5 update readme 2023-02-24 15:33:08 +03:00
geoffrey45
226e86ce37 add noitems placeholder for playlist page 2023-02-17 18:57:14 +03:00
geoffrey45
e439d14d58 fix: queue page highligting multiple songs 2023-02-17 17:11:37 +03:00
geoffrey45
25c296be90 make "add to fav" button's bg pink 2023-02-15 22:15:47 +03:00
geoffrey45
01f0f8de03 fix: queue last song bug 2023-02-15 17:25:50 +03:00
geoffrey45
e17c498da0 update readme 2023-02-13 20:50:20 +03:00
geoffrey45
37d449b3c4 minor 2023-02-13 20:06:33 +03:00
geoffrey45
ef0265d974 adjust hotkeys spacing 2023-02-13 09:04:30 +03:00
geoffrey45
4944906408 fix: Add track to queue removing track from queue list
+ remove console logs
2023-02-11 14:04:32 +03:00
geoffrey45
51eeee9e16 adjust bottom bar center items margin bottom 2023-02-11 10:32:30 +03:00
geoffrey45
3cde601008 feat: show album date on album card on artist page 2023-02-09 21:03:10 +03:00
geoffrey45
f3137c418a bottom bar improvements 2023-02-08 10:57:38 +03:00
geoffrey45
dbec08fee2 redesign bottom bar 2023-02-08 02:14:17 +03:00
geoffrey45
c500dc6775 feat: show live albums in album header 2023-02-07 12:50:12 +03:00
geoffrey45
6e21908ee2 add light borders to songItem and album card components 2023-02-07 12:21:38 +03:00
geoffrey45
b752ff4bef UI improvements
~ remove gradients from buttons
~ add light borders to modals, buttons
2023-02-07 03:07:30 +03:00
geoffrey45
35e4c2ae8e feat: hide playlist image (placeholder) when none is set 2023-02-04 00:47:16 +03:00
geoffrey45
10c50b5053 fix: highlighting right clicked track
+ make 📁 clickable on set root dirs modal
2023-02-03 22:18:41 +03:00
geoffrey45
7de1bc1ebf feat: add button to remove root dirs on settings page
+ a List component for setting type of list
+ change button text to () => string; to support reactivity
2023-02-03 18:07:48 +03:00
geoffrey45
243e5b8087 fix: extend app to full screen width not working 2023-02-02 11:59:38 +03:00
geoffrey45
7cd828b3cd fix: key error in album apage 2023-02-01 16:06:07 +03:00
geoffrey45
54b1b494fc fix scrolling in right sidebar track search 2023-02-01 13:37:04 +03:00
geoffrey45
3cde77c350 fix: sidebar search loadmore button position
+ add NoItems component to folder page
+ move setRootDirs component button to bottom
+ misc
2023-01-29 13:44:43 +03:00
geoffrey45
65f492945c update dependencies 2023-01-27 05:13:47 +03:00
geoffrey45
67848d02c0 add a "select here" button in the SetRootDirs modal
+ move focus folders breadcrumb to the bread component
2023-01-27 05:05:40 +03:00
geoffrey45
361de1103b fix subpaths for windows 2023-01-26 22:30:11 +03:00
geoffrey45
6c3683b852 add NoItems compont to show when there's no items in page
+ add the above component to playlist, favorite and queue page
2023-01-26 22:13:25 +03:00
geoffrey45
daaa0c48c2 change song card animation from swipe to scale
+ change the "General" button in settings page to "Reset client"
2023-01-25 11:44:10 +03:00
geoffrey45
c6cac53ba7 add setting page item to modify root dirs 2023-01-24 02:13:59 +03:00
geoffrey45
d0caa3b6c4 feat: handle using esc key to hide modals
+ redesign the modal closing button
2023-01-24 00:01:04 +03:00
geoffrey45
861c1beb03 handle showing prompt to set root dirs if none is set
+ animate left sidebar Now playing image
2023-01-23 23:36:39 +03:00
geoffrey45
19289c6c42 feat: increase content width to 2220px for large screen heights 2023-01-23 16:59:44 +03:00
geoffrey45
f877e574af handle navigation in folder page's folderlist component 2023-01-23 10:10:23 +03:00