Kendall Garner
49c0ab45f6
restore lint ignore
2026-06-09 21:02:14 -07:00
Kendall Garner
8b913595da
revert that comment change that I somehow made
2026-06-09 20:56:30 -07:00
Kendall Garner
7dd6d32710
downgrade tanstack, fix msot types and exclude recursive
2026-06-07 06:48:56 -07:00
jeffvli
51425b5e86
various performance refactors
2026-04-01 21:57:26 -07:00
Fleeym
833f82edff
improve network error detection ( #1436 )
2025-12-22 20:15:06 -08:00
jeffvli
09dfc1ff1d
adjust network request waterfall to force authentication first, add fallback for no network ( #1028 )
2025-12-14 16:00:05 -08:00
jeffvli
1bcc23862c
fix authentication query for Subsonic/ND
2025-12-12 11:10:29 -08:00
jeffvli
c82762a3fc
check authentication for all servers on initialization and update permission roles
2025-12-07 18:28:12 -08:00
jeffvli
92d4681a23
fix unauthenticated flow
2025-11-29 19:33:34 -08:00
jeffvli
e3402a1e44
bundle size optimizations
2025-11-29 19:33:33 -08:00
jeffvli
c7a473d864
refactor api controller to internalize server fetch
2025-11-02 21:56:35 -08:00
Kendall Garner
fb584b35a9
handle Navidrome login loop error
2025-06-26 21:14:20 -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
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
44fcc33825
[enhancement]: add server menu on Navidrome error page
2024-03-31 17:47:17 -07:00
Kendall Garner
b2fce071a9
[bugfix]: Check for Navidrome authentication on startup
...
Resolves #403 .
This PR introduces a startup check for Navidrome that tries a simple API request (/songs) before loading homepage.
If the check fails, Navidrome API will fallback to trying saved password (if available).
Notes:
- It might also be worthwhile to do a periodic poll?
2024-02-16 13:37:49 -08:00