jeffvli
6a47e99680
add manual update notice for macOS, disable autoinstall ( #1725 )
2026-03-09 01:31:33 -07:00
jeffvli
078d8068e0
fix file path replacement to handle both add/replace ( #1749 )
2026-03-09 00:55:13 -07:00
jeffvli
17deac8d65
decouple AlbumArtistInfo from AlbumArtistDetail ( #1809 )
2026-03-08 22:06:18 -07:00
jeffvli
d3d3688d60
add Symbola font for explicit status indicator
2026-03-07 00:50:00 -08:00
jeffvli
9e08157517
add has_rating filter for Navidrome song list
2026-03-06 18:03:14 -08:00
Kendall Garner
f99b8ea9ee
feat(queue): add go to current button
2026-03-02 20:30:35 -08:00
jeffvli
b62f62671d
fix table config drag and drop interaction on bottom edge
2026-02-26 20:59:28 -08:00
Norman
eb8913479b
Add album grouping column ( #1722 )
...
* Add album grouping column
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2026-02-26 20:34:55 -08:00
Alexander Welsing
4918b412b2
Album radio ( #1759 )
...
* added album radio feature
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2026-02-26 20:33:00 -08:00
jeffvli
438db40d0e
remove audio prefix from subsonic contentType property
2026-02-25 22:22:13 -08:00
jeffvli
ceef7964af
add originalyear to smart playlist filters ( #1746 )
2026-02-24 00:34:07 -08:00
Alexander Welsing
2c546867a8
change "Fields" query parameter to array ( #1733 )
...
* change "Fields" query parameter to array
* platformToTarget.key() -> to array
2026-02-17 18:45:31 -08:00
jeffvli
1163c4ad5e
add JSON editor for playlist query builder ( #1711 )
2026-02-13 21:05:34 -08:00
Jeff
e6f49b9f1f
Add album view for playlists ( #1700 )
...
* update client side song ordering to include album order
* add compact styling to LibraryHeader
* move search button to top right of LibraryHeader
2026-02-11 21:48:25 -08:00
Kendall Garner
409dd69fcb
reduce explicit indicator spacing slightly
2026-02-11 19:34:20 -08:00
jeffvli
83f73c7fa9
remove unused enableAnimation from ImageContainer
2026-02-10 21:46:54 -08:00
York
cc8cb4f4f1
Add sleep timer to player bar ( #1671 )
...
* feat: add sleep timer to player bar
- Add sleep timer button in player bar right controls
- Preset options: End of song, 5/10/15/30/45 min, 1 hr, 2 hrs
- Custom timer with HH:MM:SS input fields
- Timer only counts down while music is playing
- Timer pauses playback when it expires
- End-of-song mode pauses at the next track change
- Uses theme-aware styling (--theme-colors-surface)
- Add sleepTimer/sleepTimerOff icons (LuTimer/LuTimerOff)
- Add i18n strings for sleep timer UI
---------
Co-authored-by: York <york@BonecharMac.local >
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2026-02-10 21:19:37 -08:00
Jeff
f39a7f8d6f
Add album detail list view ( #1681 )
2026-02-09 21:56:08 -08:00
jeffvli
7cecd859ae
add mbzReleaseGroupId to Album type
2026-02-06 05:22:56 -08:00
Pyx
82b50a60bc
Implement Glassy Dark theme ( #1388 )
...
* implement theme
* refactor theme stylesheets to load inline to simplify vite bundling
* add missing css module scope name for web build
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2026-02-06 02:01:32 -08:00
jeffvli
4c256348fc
add configuration to blur explicit album/song art
2026-02-04 01:20:31 -08:00
jeffvli
6e3275c05c
add explicit / clean indicators for album and song titles ( #1634 )
2026-02-04 00:35:35 -08:00
Jake Klingler
3518a3f3b6
populate bit depth from jellyfin ( #1648 )
2026-02-04 00:10:28 -08:00
jeffvli
f56a836ffd
add personal/community toggle for artist top songs ( #1372 )
2026-02-03 23:58:44 -08:00
jeffvli
c4fc8a8aef
fix overlayscrollbars init on loading state
2026-02-02 20:53:11 -08:00
jeffvli
3a5508653b
add missing CrossfadeStyle types
2026-02-01 22:13:59 -08:00
jeffvli
7615c0d2ba
track image viewport state in sessionStorage
2026-02-01 18:55:08 -08:00
jeffvli
37e41c9c8e
re-add background to modal header
2026-01-30 21:10:59 -08:00
jeffvli
69b6821deb
add secondary sort for album release date
2026-01-30 21:07:44 -08:00
jeffvli
1a5e513526
add list filter collections
2026-01-30 20:03:27 -08:00
jeffvli
bdd5c78d39
add custom skeleton component, remove dependency
2026-01-30 17:50:34 -08:00
jeffvli
7613bc32c2
decrease image debounce duration
2026-01-29 22:28:01 -08:00
jeffvli
74c9d0ca6f
remove eager loading prop from Image
2026-01-29 21:32:10 -08:00
jeffvli
1a39182d80
fix spoiler line breaks ( #1622 )
2026-01-29 20:43:57 -08:00
jeffvli
a496c04701
persist image render after entering viewport
2026-01-29 19:12:07 -08:00
jeffvli
ced3b491ff
add SortName client side sort option ( #1612 )
2026-01-28 20:45:47 -08:00
jeffvli
bd34a729b3
set debounce / viewport for images used in the app
2026-01-28 19:49:37 -08:00
jeffvli
23990b581b
add enableDebounce prop to Image to conditionally debounce image loading
2026-01-24 18:08:44 -08:00
jeffvli
f786da52bb
add custom useDebouncedValue hook to handle initial set value
2026-01-24 17:42:53 -08:00
jeffvli
ee145d6f65
add enableViewport prop to Image to conditionally lazy load
2026-01-24 17:27:32 -08:00
jeffvli
974313c30b
add hebrew font
2026-01-24 11:57:14 -08:00
marank
8ed586e2f3
add support for disc subtitles from subsonic discTitles field ( #1609 )
2026-01-23 21:30:09 -08:00
marank
f016d2cdf4
Cover art support for folder view (Subsonic servers only) ( #1608 )
...
* add coverArt support for subsonic folders
2026-01-23 21:26:51 -08:00
jeffvli
8b0b53029c
fix missing autoscroll cleanup on ScrollArea
2026-01-22 00:33:51 -08:00
jeffvli
15633d07f0
remove the Priority queue type
2026-01-18 18:53:21 -08:00
jeffvli
5c2c18268b
fix type assertions and add mantine type extension
2026-01-18 17:30:33 -08:00
jeffvli
4d0b0d0c8d
add compact sizing variants to ActionIcon
2026-01-18 17:24:52 -08:00
jeffvli
7f1c4a4d18
add sync status to lrclib lyrics ( #1568 )
2026-01-18 15:47:07 -08:00
Kendall Garner
5c06624f8c
Initial work: support showing studios for jellyfin, allow pill to be clickable ( #1566 )
2026-01-18 13:53:34 -08:00
jeffvli
a0e09b80cf
fix missing playlistItemId for subsonic song normalization ( #1564 )
2026-01-18 02:28:31 -08:00