Store refresh token in local storage

For convenience to not have to log in everytime after closing the tab, opening a new tab, closing the browser/pwa app.

closes #1018
This commit is contained in:
schroda
2026-01-14 17:05:42 +01:00
parent 650adde181
commit cfc0e672ef
2 changed files with 4 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- (**Theme**) Change "pure black mode" paper background color to true black
### Changed
- (**General**) Preserve refresh token (UI Login) over sessions
- (**Theme**) Improve automatic theme background colors
- (**Theme**) Adjust "primary color" of dynamic color theme on manga pages
- (**Theme**) Increase max length of custom theme names to 32 (previously 16)