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
jeffvli
2b4046a82e
fix double click propagation on the table expand button
2026-02-13 17:49:49 -08:00
jeffvli
70fdd4bdc3
refactor album expansion to global scope
2026-02-13 14:59:15 -08:00
Jeff
f39a7f8d6f
Add album detail list view ( #1681 )
2026-02-09 21:56:08 -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
Kendall Garner
d2d8ea8249
misc type fixes, album artist header page favorite/rating work now
2026-02-01 22:04:46 -08:00
jeffvli
9532601efe
make compact image container full width
2026-01-28 19:54:14 -08:00
jeffvli
bd34a729b3
set debounce / viewport for images used in the app
2026-01-28 19:49:37 -08:00
jeffvli
26284e2412
decrease long animation durations ( #1553 )
2026-01-24 17:08:06 -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
a50984d2cb
remove memoization from individual table columns
...
- causes issues with drag/drop state
2026-01-23 20:43:28 -08:00
jeffvli
819945dcba
fix issue where the first row would not show row border
2026-01-23 19:12:07 -08:00
jeffvli
b45594515e
retry autofit calculation to prevent zero value on initial render and memoization
2026-01-22 02:53:25 -08:00
jeffvli
b4fd7b6a66
add prop to disable custom autoscroll on ItemTableList
2026-01-22 02:07:24 -08:00
jeffvli
f6012d3b03
add more memoization to the ItemTableList
2026-01-22 00:33:51 -08:00
jeffvli
b7cbb3055a
fix memory leak on table autoscroll
2026-01-21 00:32:48 -08:00
jeffvli
1c6ee88912
remove ♫ icon from card/table date fields
2026-01-18 17:46:16 -08:00
jeffvli
c53b2f8ed8
fix title columns link width
2026-01-18 17:45:58 -08:00
jeffvli
9bccf7c405
replace Rating column header with icon instead of text
2026-01-17 13:23:53 -08:00
jeffvli
ac944c43bb
add composer column to song/album table ( #1559 )
2026-01-17 02:16:56 -08:00
jeffvli
85a7df29db
fix settings reset
...
- force reset by deleting local storage state and reloading the window
- the default reset functionality does not seem to work due to the persistence
2026-01-17 01:53:08 -08:00
jeffvli
18d56f32cf
add Title (artist) column ( #1496 )
2026-01-17 01:49:59 -08:00
jeffvli
d1aed5007f
refactor item list to use accessor function
2026-01-16 23:45:46 -08:00
jeffvli
e2b20eb89b
split out item list table functionality
2026-01-16 23:45:19 -08:00
jeffvli
a5fa022eb6
add context to item list table
2026-01-16 23:45:04 -08:00
jeffvli
79e7d7a010
refactor item list table drag/hover
2026-01-16 23:43:50 -08:00
jeffvli
b9311e841c
remove fade animation on album songs table
2026-01-16 02:01:08 -08:00
jeffvli
0e41144a10
fix title overflow on firefox
2026-01-08 23:50:38 -08:00
Kendall Garner
bc40123891
fix(queue): use song serverId when switching servers
2026-01-08 20:43:35 -08:00
jeffvli
3122c1a058
fix long press to work only on left click ( #1493 )
2026-01-04 01:53:34 -08:00
jeffvli
af055ab6dd
support original date display and sort ( #1488 )
2026-01-04 01:49:51 -08:00
jeffvli
5f1867c14f
add support for track subtitle display ( #1177 )
2026-01-04 00:44:22 -08:00
jeffvli
29957780cb
fix wrong imageRes being used in some cases
2026-01-03 16:00:32 -08:00
jeffvli
dc0c6401de
fix image column skeleton aspect ratio
2026-01-03 06:31:42 -08:00
jeffvli
8c91f1c52d
remove scroll shadows from fullscreen player
2026-01-03 03:23:58 -08:00
jeffvli
968d991a1a
improve table scroll shadow styles
2026-01-03 03:19:40 -08:00
jeffvli
f4f75f342c
use throttle on scroll shadow instead of debounce
2026-01-03 03:08:05 -08:00
jeffvli
ffe3f08705
optimize item table
2026-01-03 01:01:54 -08:00
jeffvli
588e0609fd
add list playback and navigation hotkeys ( #1469 )
2026-01-01 14:02:02 -08:00
jeffvli
bb93b0895e
fix table keyboard navigation ( #1469 )
2025-12-31 18:10:31 -08:00
jeffvli
4a025f82e4
fix incorrect imageId assignments ( #1456 )
2025-12-30 15:18:03 -08:00
jeffvli
6aa3905922
use exact album artist names ( #1459 )
2025-12-30 03:39:53 -08:00
jeffvli
b30e26ae7e
adjust app default columns
2025-12-28 17:19:32 -08:00
jeffvli
c299752e44
Revert "enable autoHideSuspend on all overlayscrollbars instances"
...
This reverts commit b9a0d9b847 .
2025-12-27 17:06:09 -08:00
jeffvli
b9a0d9b847
enable autoHideSuspend on all overlayscrollbars instances
2025-12-27 15:48:50 -08:00
jeffvli
05efd0f318
temporarily remove item list selection dialog
2025-12-23 21:05:50 -08:00
Jeff
25bfb65b6d
Add image URL generation at runtime to allow for dynamic image sizes ( #1439 )
...
* add getImageUrl to domain endpoints
* add new ItemImage component and hooks to generate image url
* add configuration for image resolution based on types
2025-12-23 20:18:52 -08:00
jeffvli
e3c26aa5fa
remove selection dialog from certain list views
2025-12-16 21:06:56 -08:00
jeffvli
e21f538aa4
add item list selection dialog
2025-12-16 20:24:46 -08:00