feat: add a button that directly syncs db from webdav#76
Open
wbstx wants to merge 1 commit intoGeorgeSG:masterfrom
Open
feat: add a button that directly syncs db from webdav#76wbstx wants to merge 1 commit intoGeorgeSG:masterfrom
wbstx wants to merge 1 commit intoGeorgeSG:masterfrom
Conversation
GeorgeSG
reviewed
Jan 11, 2026
| "openai": "6.5.0", | ||
| "ramda": "0.31.1", | ||
| "sqlite3": "^5.1.7", | ||
| "webdav": "^5.8.0", |
| </form> | ||
| </Modal> | ||
| ); | ||
| } No newline at end of file |
Owner
There was a problem hiding this comment.
please run files through prettier formatter
Owner
|
Hey @wbstx, thank you for working on this and apologies for the delayed response! I feel like we need a separate Settings section at this point - to have a dedicated place to configure sync. We can do this separately though |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since KOReader already supports syncing reading statistics via WebDAV, I add this button to provide a more convenient way for syncing. Users who have configured WebDAV sync can manually trigger a database synchronization when needed.
A new button has been added to the footbar.

On first use, or if a sync attempt fails, the user will be prompted to configure their WebDAV login information.
