Commit graph

1428 commits

Author SHA1 Message Date
Denver F
22946a6413
feat: use dark color scheme (#1665) 2023-04-28 16:08:54 +02:00
Phan An
922bb04803 fix: prevent greetings with "undefined" name 2023-04-18 22:12:19 +02:00
Phan An
e9fdc02485 chore: use UUID for message toaster 2023-04-17 22:13:11 +02:00
Phan An
81748676ee feat: use UUID for smart playlist rules + test fixes 2023-04-17 21:45:43 +02:00
Phan An
e050cb19c8 fix: failed upload validation message 2023-04-17 00:01:01 +02:00
Phan An
859a2def47 fix: remove async from Promise.all 2023-04-17 00:00:27 +02:00
Phan An
3a9f6989e9
fix: menu diagonal problem 2022-12-30 10:35:15 +01:00
Phan An
c24cc1c3ed
fix: cursor blocking ghost text content during dragging 2022-12-29 22:05:58 +01:00
Phan An
f360207e94
fix: left and right padding in fullscreen mode 2022-12-23 23:06:27 +07:00
Phan An
21764a040f
feat: add fullscreen mode (#1637) 2022-12-23 22:44:34 +07:00
Phan An
d07b261473
chore: use indexOf to get index of song in queue 2022-12-22 22:46:51 +07:00
Phan An
1c6fec9d0a
feat: skip/stop if current song is removed from queue (#1636) 2022-12-19 22:44:48 +07:00
Phan An
182033b5ec
fix: "play selected" not working on All Songs screen 2022-12-19 22:28:54 +07:00
Phan An
bfd2bd4fcd
feat: allow filtering (applicable) song lists (#1635) 2022-12-17 19:09:22 +07:00
Phan An
63c155ceaf
fix: scroll fade problem on Artist/Album screen (#1634) 2022-12-16 22:30:25 +07:00
Phan An
bf29f7e32e
feat: use feather as the lyrics icon (#1633) 2022-12-16 00:16:36 +07:00
Phan An
0fffb4ab5f
chore: remove Exoscale as sponsor (#1632) 2022-12-15 23:31:52 +07:00
Phan An
e8e2c2db75
feat: allow sorting by date added (#1631) 2022-12-15 22:59:19 +07:00
Phan An
66e1ee411c
fix: only set initialized to true if artist/album list load is successful (#1629) 2022-12-15 21:09:44 +07:00
Phan An
9bb4e8c1f0
feat: allow dragging and dropping playlist folders to queue (#1624) 2022-12-07 21:35:31 +01:00
Phan An
c6c805c007
feat: allow playing/shuffling playlist from context menu (#1623) 2022-12-07 15:11:40 +01:00
Phan An
9f66ba5a56
fix: YouTube sidebar item not listening to event 2022-12-07 14:37:08 +01:00
Phan An
4e067c3d50
feat: only show YouTube sidebar item on demand (#1621) 2022-12-07 14:31:38 +01:00
Phan An
9d275436e2
fix: album/artist song lists are not sortable (#1619) 2022-12-07 01:44:42 +01:00
Phan An
8be339a23a
feat: add fade effect to overflown lists (#1618) 2022-12-06 13:14:45 +01:00
Phan An
baa2e45a5d
feat: support creating playlist directly from songs (#1617) 2022-12-06 11:28:48 +01:00
Phan An
0b486e699b
feat(test): add SmartPlaylistService tests (#1616) 2022-12-05 22:49:46 +01:00
Phan An
784374382a
fix: broken tests in Node 14 2022-12-03 16:55:22 +01:00
Phan An
11bc521a72
fix: repeated SmartPlaylist rule label 2022-12-03 16:44:20 +01:00
Phan An
67e0a470d9
fix: case-sensitive import 2022-12-02 17:46:40 +01:00
Phan An
4b8ae1a78e
chore: code style and some minor fixes 2022-12-02 17:17:37 +01:00
Phan An
e3c7d51ad5
feat: change the icons for Playlist sidebar items 2022-12-02 11:19:09 +01:00
Phan An
20bded3bca
chore(test): improve client unit tests with user-event and screen (#1606) 2022-11-29 11:18:58 +01:00
Phan An
922696484f
fix: z-index problem on mobile 2022-11-27 18:39:50 +01:00
Phan An
64229568a1
feat: allow specifying folder when create/edit playlists (#1603) 2022-11-27 16:29:29 +01:00
Phan An
37a1e5685b
feat: persist active extra panel's tab (#1599) 2022-11-20 15:05:53 +01:00
Phan An
54bb0b183b
chore: standardize error dialog message 2022-11-19 23:12:38 +01:00
Phan An
e7ee72d204
feat: use overlay instead of soundbars for form submission (#1598) 2022-11-19 22:59:56 +01:00
Phan An
53fa7db641
fix: event name type 2022-11-19 20:55:15 +01:00
Phan An
9c776cb3b5
feat: turn overlay functionalities into composable (#1597) 2022-11-19 19:04:21 +01:00
Phan An
c68b3186b8
fix: broken tests 2022-11-18 20:37:10 +01:00
Phan An
758322988a
feat: merge useScreen into useRouter 2022-11-18 19:58:37 +01:00
Phan An
bc5081cd0f
feat: use composables for Router 2022-11-18 19:44:20 +01:00
Phan An
246fff58d3
feat: use composables for DialogBox and MessageToast 2022-11-18 18:45:38 +01:00
Phan An
bd0585e587
feat: use dialog element for overlay component (#1594) 2022-11-18 16:31:36 +01:00
Phan An
1b5c77ab1e
fix: bugs with sorting and dragging songs (#1593) 2022-11-17 17:30:38 +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
Phan An
41f6abc087
feat: tabs for Artist/Album screens (#1532) 2022-10-18 16:07:41 +02:00
Phan An
628cb7a4f4
Merge pull request #1528 from Archetipo95/master 2022-10-18 15:45:24 +02:00
Phan An
a028dc03d0
feat(design): revamp the layout 2022-10-16 01:19:21 +02:00
Martin Masevski
08a4ef157b fix: removed extra space between links 2022-10-14 21:42:46 +02:00
Phan An
0b85ff18b9
fix: playlist folder menu item color 2022-10-14 10:17:15 +02:00
Phan An
1acff99fba
feat: improve song updating logic 2022-10-12 14:33:41 +02:00
Phan An
ad1d36085a
feat: greatly reduce artist/album query complexity 2022-10-11 17:28:43 +02:00
Phan An
fd4e843a77
chore: type fixes and cleanups 2022-10-10 09:00:30 +02:00
Phan An
2edbda54d5
fix: broken song reordering (#1524) 2022-10-10 09:00:02 +02:00
Phan An
d7a361e532
fix: dropzone stays after dropping (#1523) 2022-10-10 08:16:47 +02:00
Phan An
aa162b2edb
fix(router): broken query string matching 2022-10-09 17:17:47 +02:00
Phan An
ec764681db
chore: update packages and add Node 18 2022-10-09 13:23:22 +02:00
Phan An
e500329465
fix: actual HTTP requests in tests (#1522) 2022-10-09 12:53:10 +02:00
Phan An
63a66bc511
feat: cache routes and deprecate hashbang support (#1521) 2022-10-09 10:55:58 +02:00
Phan An
5474655e90
fix: deprecated faker,random.arrayElement() 2022-10-09 10:39:46 +02:00
Phan An
fcd836edc9
fix: visualizer stopped working 2022-10-09 10:32:22 +02:00
Phan An
36a32145fc
chore: use screen names to differentiate song lists 2022-10-09 08:31:46 +02:00
Phan An
a8013e1f0b
fix: route redirection not fully working (#1520) 2022-10-08 13:57:54 +02:00
Phan An
d4f71b46b7
chore: remove empty file 2022-10-08 13:45:03 +02:00
Phan An
d038b001d4
feat: revamp the router and routing logic (#1519) 2022-10-08 12:54:25 +02:00
Phan An
13352c78fc
fix: album tracklist item test (#1517) 2022-10-07 16:49:13 +02:00
Phan An
8612d55351
fix: do not lazy-load GlobalEventListeners (#1515) 2022-10-07 16:33:50 +02:00
Phan An
2e34016b57
fix: direct playing from album track listing 2022-09-30 13:57:14 +07:00
Phan An
483d22c801
feat: add 404 screen 2022-09-28 11:28:00 +07:00
Phan An
d1878d2d02
fix: "after current song" queue option was lost 2022-09-25 10:04:41 +07:00
Phan An
e99f2bcbe3
fix: out-of-place saparator in Song context menu 2022-09-24 15:09:03 +07:00
Phan An
e068a4ca8c
feat: support genre and year (closes #1503) (#1509) 2022-09-23 13:21:29 +07:00
Phan An
4eab978bb0
fix: screen not activated on app load 2022-09-21 15:40:06 +07:00
Phan An
25c9da4c82
fix: properly sort album/artist songs (closes #1486) 2022-09-16 19:10:09 +07:00
Phan An
6791624ca5
feat: allow deleting songs from file system (closes #1478) 2022-09-16 17:51:55 +07:00
Phan An
b6465c61e7
fix: some test errors 2022-09-15 00:40:08 +07:00
Phan An
8c452dd0e1
chore: clean up and fix some TS 2022-09-14 23:45:29 +07:00
Phan An
4306d1e6f6
feat: read LRC files if applicable (closes #1447) (#1502) 2022-09-14 19:12:06 +07:00
Phan An
e89d0f93ca
refactor: use provide/inject and composable for screen logics 2022-09-12 22:33:41 +07:00
Phan An
aea0fabe73
feat: implement drop zone for uploading 2022-09-12 18:11:56 +07:00
Phan An
9407f74d69
fix: use checkbox component for User forms (closes #1483) 2022-09-11 15:29:09 +07:00
Phan An
95724de695
fix: shuffle all button disappear on phone (closes #1488) 2022-09-11 15:06:34 +07:00
Phan An
fe606b4b8e
fix: wrap smart playlist setup in try/catch 2022-09-11 14:44:17 +07:00
Phan An
1730e19d21
test: add tests for playlist folder functionalities 2022-09-10 12:45:04 +07:00
Phan An
e8a1cdece7
feat: revamp drag-n-drop functionalities 2022-09-08 10:51:21 +07:00
Phan An
52dd323c96
feat: support playlist folders (closes #1476) 2022-09-02 22:01:11 +07:00
Phan An
7704bef3ac
chore: use accent color for song/artist/album cards 2022-08-09 18:30:11 +02:00
Phan An
f1d33b98e8
feat: add color-accent for more theme color control 2022-08-06 09:25:24 +02:00
Phan An
7d76773454
chore(deps): remove blueimp-md5 dependency 2022-08-04 17:42:35 +02:00
Phan An
659e7eea8a
feat: warn if closing window during upload 2022-08-04 12:39:03 +02:00
Phan An
74833b3a26
feat(demo): dynamic demo credits 2022-08-04 10:34:13 +02:00
Phan An
8349a64fc2
fix: make space for focus outline on Home screen 2022-08-03 23:15:45 +02:00
Phan An
edb3a548ec
fix: overflown song card 2022-08-03 23:01:47 +02:00
Phan An
971a3c2629
fix: make koel:init smoother 2022-08-02 08:22:08 +02:00
Phan An
6db38fa25b
feat: better resolve shared song 2022-08-01 13:40:52 +02:00
Phan An
b6daeb5d77
chore(deps): remove crypto-random-string dependency 2022-08-01 12:58:11 +02:00
Phan An
c4cffcc2e7
feat: use UUIDs for song IDs 2022-08-01 12:42:33 +02:00
Phan An
f5f6aa0d7f
fix(test): broken tests after skeleton addition 2022-08-01 11:38:32 +02:00
Phan An
fea14c89c3
feat: revamp the loading bars 2022-08-01 10:58:25 +02:00
Phan An
18fe84e1d0
feat: add loading skeletons for Search screens 2022-08-01 09:55:23 +02:00