remytomme
remytomme
Extracts keys defined in `localStorageKeys` during WebView login and saves them to UserDefaults using a namespaced key. closes #854
## Description Allow sources to access `localStorage` data from the WebView component. ## Use Case Many web authentication flows store tokens in `localStorage` instead of (or alongside) cookies. Currently, there's...
### Feature Description For downloaded chapters in Aidoku, I propose the following feature to improve reliability and user experience during offline reading: **Smart Retry Mechanism**: Implement a retry system for...
### Feature Description This feature request proposes adding a new source trait to the Aidoku API to enable constructing chapter-specific URLs that include the current page number as a parameter....
### Summary An issue in Webtoon mode where a scrollable text page (`PageContent::text`) is rendered incorrectly when followed by another page. The text content that should be accessible via scrolling...
### Summary Layout issue in Webtoon mode where each text-based page (`PageContent::text`) is rendered inside a container that occupies the full height of the screen. This happens regardless of the...
### Summary The reader's chapter navigation functionality fails when viewing a chapter composed solely of text pages (`PageContent::text`). A user can successfully navigate from a chapter with images to a...
## Problem Aidoku has an existing `ImageRequestProvider` for manga images with custom headers/auth, but markdown content loads images directly without using this provider. This creates inconsistent behavior where manga images...