Phan An
e598f0a401
feat: move Plus badge to bottom of sidebar
2024-07-06 17:44:41 +02:00
Phan An
f87d970b50
feat: invite users
2023-08-22 22:53:55 +02:00
Phan An
8be339a23a
feat: add fade effect to overflown lists ( #1618 )
2022-12-06 13:14:45 +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
c8dbdf9053
chore: slotify album/artist cards ( #1545 )
2022-10-23 19:52:07 +02:00
Phan An
41f6abc087
feat: tabs for Artist/Album screens ( #1532 )
2022-10-18 16:07:41 +02:00
Phan An
ad1d36085a
feat: greatly reduce artist/album query complexity
2022-10-11 17:28:43 +02:00
Phan An
7704bef3ac
chore: use accent color for song/artist/album cards
2022-08-09 18:30:11 +02:00
Phan An
eec5c3ebe1
feat: use home-grown dialog and toaster components
2022-07-26 11:51:19 +02:00
Phan An
f9f21ce654
refactor: simplify cards
2022-07-22 16:25:30 +02:00
Phan An
f67c9a23de
feat(design): little tweaks for context menu box shadow
2022-07-20 11:45:47 +02:00
Phan An
12e560dc08
feat(design): add focus style for cards
2022-07-15 18:35:21 +02:00
Phan An
67ff46880a
feat: use FontAwesome as components
2022-07-15 16:48:06 +02:00
Phan An
d45096b931
feat(design): better styling for artist/album cards
2022-07-13 17:45:42 +02:00
Phan An
08e4953217
feat: decouple artist/album and the media information
2022-07-08 16:53:04 +02:00
Phan An
46b21b2625
chore: use gap instead of grid-gap
2022-07-07 23:24:02 +02:00
Phan An
2cdd6a1952
feat(design): better style for album/artist card
2022-07-05 23:28:06 +02:00
Phan An
4656ba4e47
feat: use multiple bg images for thumbnail defaults
2022-07-05 10:42:20 +02:00
Phan An
0e77ccab3b
feat: change song/artist/album card design
2022-07-04 19:48:13 +02:00
Phan An
fbbe434204
feat!: make app progressive
2022-07-04 10:36:39 +02:00
Phan An
6a06e5ef9b
migration: album track list
2022-04-21 12:43:10 +02:00
Phan An
1ab5837c76
chore: refactor event bus and mixins
2022-04-15 16:24:30 +02:00
Phan An
7292b94724
Extract core to submodule
2018-02-02 22:12:19 +01:00
Phan An
ee7e6d1367
Reduce meta font size
2018-02-02 11:45:32 +01:00
An Phan
c842ef4db0
Tiny tweaks for song list elements
2016-12-11 21:26:50 +08:00
An Phan
f96518d8dc
Guess and match songs in album info panels
2016-12-01 19:43:44 +07:00
An Phan
c6ab0ed14e
Fix artist/album name overflow on mobile
2016-07-08 08:48:12 +08:00
An Phan
8657387f0a
A change of heart re:indent size
2016-06-26 00:05:24 +08:00
An Phan
e0411ad019
Trim long artist and album names in cards
2016-06-17 14:02:42 +08:00
An Phan
83f421f990
Add ability to view artist individually
2016-06-05 19:06:24 +08:00
An Phan
db340438ad
Add ability to view album info individually
2016-06-05 18:46:40 +08:00
An Phan
774ae68efb
Finish Album download, starting Artist download
2016-06-04 19:20:11 +08:00
An Phan
b98625c9ab
Use rem
2016-06-02 17:46:01 +08:00
An Phan
6cc36b39ee
Merge branch 'master' into compilation
2016-05-02 10:33:16 +07:00
Bartek Iwańczuk
d46bf5d8ce
Fix #308
2016-04-18 22:26:27 +02:00
An Phan
4dc06719b3
First try
2016-04-17 23:38:06 +08:00
An Phan
5729e69a7a
Better style for artist/album fillers
2016-03-31 12:05:07 +08:00
An Phan
f43e72355c
Add thumbnails/listing view mode ( close #278 )
...
This commit adds an option to change view mode (thumbnails/listing) for
artists and albums views.
2016-03-28 19:51:49 +08:00
An Phan
ae65809ec5
Better responsiveness for album and artist listing
2016-03-17 17:28:43 +08:00
An Phan
8a5d242122
Add edit ability ( fixes #228 )
2016-03-06 11:58:51 +08:00
An Phan
3ca0009f73
Add a home (dashboard) view
...
A home/dashboard view has been added, which contains most
recently-played songs (in the current session), top songs, albums, and
artists. Song playback has also been revised with proper Vue's
reactivity, resulting in a much better and cleaner code base.
2016-02-08 19:25:44 +07:00
An Phan
7f3f20ac93
Add and use Modernizr touchevent
2016-01-07 09:39:38 +08:00
An Phan
5ac6c4dd1e
Add "Add To..." button
2016-01-03 18:32:21 +08:00
An Phan
cf27ed713d
First integration with Last.fm
...
Koel can now integrate and use the rich information from Last.fm. Now
whenever a song is played, its album and artist information will be
queried from Last.fm and cached for later use. What's better, if an
album has no cover, Koel will try to update its cover if one is found on
Last.fm.
In order to use this feature, users only need to provide valid Last.fm
API credentials (namely LASTFM_API_KEY and LASTFM_API_SECRET) in .env. A
npm and gulp rebuild is also required - just like with every update.
2015-12-20 00:36:44 +08:00
An Phan
0ee372882c
Big Bang
2015-12-13 12:42:28 +08:00