Commit graph

155 commits

Author SHA1 Message Date
Phan An
ed6f01ad52
feat: show a message for empty Artists/Albums/Genres screens (#1734) 2023-12-28 23:32:58 +01:00
Phan An
abb0438c8d
fix: buggy Spotify integration (#1731)
This fixes a bug with Spotify integration that occurs if an installation isn't connected to Last.fm. Closing #1730 and #1653.
2023-12-27 12:49:28 +01:00
Phan An
a6a0edb110 fix: update snapshots 2023-11-10 16:21:36 +01:00
Phan An
a8270f4726 chore: PascalCase for icon components 2023-11-10 14:16:06 +01:00
Phan An
f87d970b50
feat: invite users 2023-08-22 22:53:55 +02:00
Phan An
922bb04803 fix: prevent greetings with "undefined" name 2023-04-18 22:12:19 +02: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
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
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
784374382a
fix: broken tests in Node 14 2022-12-03 16:55:22 +01:00
Phan An
4b8ae1a78e
chore: code style and some minor fixes 2022-12-02 17:17:37 +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
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
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
5992fda776
feat: make event bus (emitter) type-safe (#1591) 2022-11-15 16:52:38 +01:00
Phan An
2ea9f582a5
feat: use Floating UI for "Add To" menu (#1584) 2022-11-13 16:18:24 +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
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
11f9b8c470
feat: use human readable format for song list durations (#1564) 2022-10-28 15:56:06 +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
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
c1847b2584
feat(design): add thumbnails to song list (#1555) 2022-10-26 14:34:32 +02:00
Phan An
0de19d09cf
fix: Genre screen trying to refresh without a genre 2022-10-25 19:38:52 +02:00
Phan An
6e3d60c7a2
feat(design): use trash bin icon instead of times 2022-10-24 19:12:53 +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
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
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
a028dc03d0
feat(design): revamp the layout 2022-10-16 01:19:21 +02:00
Phan An
ad1d36085a
feat: greatly reduce artist/album query complexity 2022-10-11 17:28:43 +02:00
Phan An
d7a361e532
fix: dropzone stays after dropping (#1523) 2022-10-10 08:16: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