Commit graph

75 commits

Author SHA1 Message Date
jeffvli
8f585a5be9 adjust styles to better support light theme 2025-06-25 19:44:28 -07:00
jeffvli
c84dd648ea various clean up and fixes 2025-06-24 18:43:37 -07:00
jeffvli
1598642389 re-add page fade in 2025-06-24 18:38:10 -07:00
Jeff
c1330d92b2
Migrate to Mantine v8 and Design Changes (#961)
* mantine v8 migration

* various design changes and improvements
2025-06-24 00:04:36 -07:00
Kendall Garner
b7fb7c7f94
improve library header loading 2025-06-20 17:57:15 -07:00
Hans Yulian
aba64b10d0
Feature: Shuffle Button (#941) 2025-06-09 02:02:03 -07:00
jeffvli
930165d006 fix all imports for new structure 2025-05-26 17:20:02 -07:00
jeffvli
1cf587bc8f restructure files onto electron-vite boilerplate 2025-05-26 17:18:55 -07:00
Kendall Garner
a8fb7ff11e
fullscreen header image on click 2025-05-14 08:25:02 -07:00
Kendall Garner
5d9906b8f2
include album artist song/album count for jellyfin, and disable playing/adding playinsts for artists with no albums 2025-05-07 21:16:47 -07:00
Mikhail Tsarev
7bcfe30a8e
Improved translations for English and Russian versions. (#760)
* First version of Russian translation

* Improvements

---------

Co-authored-by: Suoslex <mtsarev06@gmail.com>
2024-09-25 21:42:41 -07:00
Kendall Garner
8cddbef701
Subsonic 2, general rework (#758) 2024-09-25 21:23:08 -07:00
Kendall Garner
56c229a5e0
[slightly less scuffed bugfix]: Update table rating/favorite when updated anywhere … (#707)
* [scuffed bugfix]: Update table rating/favorite when updated anywhere else

Modify player store to have temporary state for favorite/rating update
Add effect handler for `virtual-table` to update rating/favorite for players

Note that this does not handle song grid view.
Using a similar handler for gird view did not work, as it appeared to result in inconsistent state.

Finally, this is probably not the optimal solution.
Performance appears fine for ~20k items, but no guarantees.

* restore should update song

* update song rating/favorite/played everywhere except playlist

* special rule for playlists

* use iterator instead
2024-09-02 22:31:20 -07:00
Pyx
eb50c69a35
Album blur, allow clicking the playerbar to toggle the player, misc changes (#717)
* Album blur, allow clicking the playerbar to toggle the player

* Fix stopProporagion, sync package with upsteam, update translation

* recommit my existing changes

* Update default albumBackgroundBlur to 6

* according to git this commit resets the package files

* merge with our fork because pyx forgot to add it

* try adding a setting

* change the playerbar animation

* make the animation quicker bc its choppy

* change playerbar to use a bool instead

* requested opacity fix

* Refactor classes to use clsx

---------

Co-authored-by: iiPython <ben@iipython.dev>
Co-authored-by: Jeff <42182408+jeffvli@users.noreply.github.com>
2024-09-01 23:42:01 +00:00
Kendall Garner
f746114041
increase metadata size of library header 2024-08-26 20:26:37 -07:00
Kendall Garner
8c929d0dc3
fixed size for different sizes 2024-08-25 18:07:51 -07:00
Kendall Garner
fb1e33fad5
autosize library item text 2024-08-25 17:50:46 -07:00
Kendall Garner
38ed083693
[enhancement]: support using native image aspect ratio 2024-05-25 11:15:30 -07:00
jeffvli
ce0c07ebdb Add JSON preview for smart playlist query 2024-05-02 23:04:57 -07:00
Kendall Garner
15c6ef382a
[bugfix]: fix combined title for artist, favoriting on grid pages 2024-04-08 23:15:59 -07:00
Jeff
8430b1ec95
Add localization support (#333)
* Add updated i18n config and en locale
2023-10-30 19:22:45 -07:00
jeffvli
3c2e4d40ec Update play button for dynamic theme 2023-10-23 15:45:47 -07:00
Kendall Garner
452ef783f2
[bugfix/feat]: always fetch artist image for Navidrome (#317)
* [bugfix/feat]: always fetch artist image for Navidrome

* Add error fallback to library header image

---------

Co-authored-by: jeffvli <jeffvictorli@gmail.com>
2023-10-22 15:46:48 -07:00
jeffvli
f7cacd2b73 Remove page fade in transition 2023-09-25 16:12:51 -07:00
jeffvli
1a87adb728 Fix transient props for styled-components v6 2023-09-22 02:34:57 -07:00
jeffvli
c4f9868a6b Revert library header line clamp to 2 lines (#215) 2023-09-21 17:52:14 -07:00
jeffvli
ec457d5125 Lint files based on updated rules 2023-09-15 20:42:38 -07:00
jeffvli
2b6323c396 Fix min-size header image 2023-08-08 09:26:53 -07:00
jeffvli
3d1f36e85a Replace header with regular image 2023-08-06 12:02:13 -07:00
jeffvli
8e83beffcc Adjust title font sizes, fix placeholder sizing 2023-07-24 15:07:56 -07:00
jeffvli
2aaf3c34c8 Refactor library header 2023-07-24 14:51:33 -07:00
Kendall Garner
c9dbf9b5be
Add remote control (#164)
* draft add remotes

* add favorite, rating

* add basic auth
2023-07-23 05:23:18 -07:00
jeffvli
0a13d047bb Begin support for container queries with css modules 2023-07-23 05:18:08 -07:00
jeffvli
febe1a703c Revert library header height change 2023-07-21 19:11:15 -07:00
jeffvli
0a26c489b6 Change page animation easing transition 2023-07-21 18:32:47 -07:00
jeffvli
61403510d4 Increase height of detail header 2023-07-21 03:35:59 -07:00
jeffvli
31eb22f968 Improve header color styles on detail pages 2023-07-21 00:18:44 -07:00
jeffvli
55937e71db Allow play button click handler to have args 2023-07-20 00:41:13 -07:00
jeffvli
8129a3994b Add order toggle button component 2023-07-15 11:22:09 -07:00
jeffvli
30e52ebb54 Lint all files 2023-07-01 19:14:12 -07:00
jeffvli
e7c7eb3ec0 Split up main content route component 2023-05-31 01:13:54 -07:00
jeffvli
a19673d3c2 Replace mutation error types with AxiosError 2023-05-09 05:53:57 -07:00
jeffvli
314bd766df Refactor all api instances in components 2023-04-30 22:01:52 -07:00
jeffvli
bdd023fde3 Refactor remaining queries/mutations for new controller 2023-04-30 18:00:50 -07:00
jeffvli
68a1cb9aaa Refactor all mutation hooks 2023-04-27 21:44:25 -07:00
jeffvli
5f7b005626 Refactor layout components 2023-03-31 06:14:59 -07:00
jeffvli
a17e0adf44 Prevent header play button from being squished 2023-03-30 08:22:40 -07:00
jeffvli
335287d119 Decrease size of play button 2023-03-29 00:31:32 -07:00
jeffvli
ececc394e2 Fix filled button styles 2023-03-28 16:13:18 -07:00
jeffvli
a2851dd700 Use generic for play button 2023-03-09 18:10:27 -08:00