Commit graph

1283 commits

Author SHA1 Message Date
Phan An
2bba83e78e
fix: bugs with sorting and dragging songs 2022-11-17 17:22:29 +01:00
Phan An
d2f8e4d920
feat: use a composition token (#1592) 2022-11-16 18:57:38 +01:00
Phan An
5992fda776
feat: make event bus (emitter) type-safe (#1591) 2022-11-15 16:52:38 +01:00
Phan An
02c5e79dac
fix: carriage returns not rendered as new lines (#1585) 2022-11-14 14:37:07 +01:00
Phan An
2ea9f582a5
feat: use Floating UI for "Add To" menu (#1584) 2022-11-13 16:18:24 +01:00
Phan An
af30e632fd
chore: extract logic for floaing UI update 2022-11-13 12:58:28 +01:00
Phan An
2d912039bc
feat: group title and artist into one column (#1583) 2022-11-12 22:38:31 +01:00
Phan An
1e12e55de3
feat: allow refreshing playlists (#1579) 2022-11-08 20:35:18 +01:00
Phan An
3b15622693
feat: add and use "last played" timestamp for songs (#1578) 2022-11-08 18:38:28 +01:00
Phan An
27bfe31391
feat: add Asteroid visualizer (#1577) 2022-11-07 15:23:59 +01:00
Phan An
bc2cc89788
fix: minor CSS attribute typo 2022-11-06 18:20:12 +01:00
Phan An
5e283ef539
feat: visualizer overhaul (#1575) 2022-11-06 18:09:06 +01:00
Phan An
e25430b3d8
feat: equalizer overhaul (#1573) 2022-11-02 20:25:22 +01:00
Phan An
b40ffa358a
fix: volume persisting 2022-11-02 15:06:53 +01:00
Phan An
75a6ef2107
fix: time display for album track list 2022-10-31 17:16:16 +01:00
Phan An
dfe1a8e45c
chore: some media session improvements 2022-10-31 15:55:24 +01:00
Phan An
bd6617dc17
chore: improve playback and related services (#1570) 2022-10-31 00:13:57 +01:00
Phan An
d7a0b69706
feat: lazy load album/artist images (#1568) 2022-10-29 01:59:04 +02:00
Phan An
7c2b432765
chore: remove useless safe check 2022-10-29 00:29:31 +02:00
Phan An
480e64d7da
fix: volume increased when visualizer is activated (#1567) 2022-10-28 22:42:11 +02:00
Phan An
11f9b8c470
feat: use human readable format for song list durations (#1564) 2022-10-28 15:56:06 +02:00
Phan An
b22ecb0e00
feat: use Dialog element for modals (#1563) 2022-10-27 23:19:26 +02:00
Phan An
77868ad802
fix: broken snapshot tests 2022-10-27 19:26:07 +02:00
Phan An
d76c9b4e83
chore: use :deep and :slotted properly 2022-10-27 19:06:49 +02:00
Phan An
44ed050cfe
fix: broken layout on mobile due to tooltips (#1562) 2022-10-27 16:08:26 +02:00
Phan An
260152b417
feat: notify when app comes offline (#1561) 2022-10-27 15:44:40 +02:00
Phan An
cadc2d1d92
chore: make GlobalEventListener renderless (#1560) 2022-10-27 15:33:32 +02:00
Phan An
30f9ef4555
fix: try/catch song fetching on All Songs screen 2022-10-27 14:26:58 +02:00
Phan An
3b8e1cd083
Merge branch 'master' of github.com:koel/koel into master 2022-10-26 23:50:31 +02:00
Phan An
b7e8949a1a
fix: broken production build due to isDemo() check 2022-10-26 23:48:44 +02:00
Phan An
6b14cda3f9
feat: add sponsor list to About modal (#1558) 2022-10-26 23:39:24 +02:00
Phan An
8bcc671ed1
feat: add new version notification to About icon (#1557) 2022-10-26 22:44:44 +02:00
Phan An
65d5a5468a
feat: persist lyrics zoom level (#1556) 2022-10-26 21:24:24 +02:00
Phan An
c1847b2584
feat(design): add thumbnails to song list (#1555) 2022-10-26 14:34:32 +02:00
Phan An
36e49338a6
chore: change some icons and labels 2022-10-25 20:25:58 +02:00
Phan An
4060f79e8e
fix: right-clicking song list sometimes does not select songs 2022-10-25 20:01:44 +02:00
Phan An
0de19d09cf
fix: Genre screen trying to refresh without a genre 2022-10-25 19:38:52 +02:00
Phan An
b96e072c02
feat: add tooltips for better UX (#1554) 2022-10-25 19:29:56 +02:00
Phan An
6e3d60c7a2
feat(design): use trash bin icon instead of times 2022-10-24 19:12:53 +02:00
Phan An
08bf30c137
feat(design): add a search icon to Search form 2022-10-24 18:43:05 +02:00
Phan An
ef001ba654
fix: pressing Space causes lists to scroll (#1551) 2022-10-24 18:15:19 +02:00
Phan An
4bc10365ed
feat: more actions for song context menu (#1550) 2022-10-24 17:27:17 +02:00
Phan An
33b96fe9eb
fix: special characters in genre names (#1549) 2022-10-24 14:48:30 +02:00
Phan An
0ffeabd29b
fix(search): broken redirection on mobile (#1548) 2022-10-24 13:04:25 +02:00
Phan An
c8dbdf9053
chore: slotify album/artist cards (#1545) 2022-10-23 19:52:07 +02:00
Phan An
2349995388
fix: prevent real requests in unit tests (#1542) 2022-10-22 11:27:03 +02:00
Phan An
98a6d9b4c4
fix: intermitten initialization on Home screen 2022-10-22 10:25:20 +02:00
Phan An
dbc1c46e83
fix: intermitten initialization on Home screen 2022-10-22 10:12:42 +02:00
Phan An
4d079c6799
fix: footer of mobile 2022-10-22 10:04:34 +02:00
Phan An
c70bb3b5af
feat: add Genres screens (#1541) 2022-10-21 22:06:43 +02:00