Add custom db location and backup/restore functionality in Settings#89
Merged
Conversation
Translate previously untranslated values in de/es/fr/ja/pt/ru/zh locale files, including dedup strategy options, image editor tabs/labels, zoom controls, and copyright fields across all supported languages.
- Extract DB storage, migration, and backup/restore into t_storage.rs - Add BackupDialog and RestoreDialog with library selection and conflict detection - Create ZIP backup containing library databases and metadata - Restore adds libraries alongside existing ones with auto-rename on conflicts - Emit updated event on library add/delete to refresh context menu - Handle ESC key to close dialogs before closing settings window - Add i18n translations for all 9 locale files
Owner
Author
|
Branch: lap-custom-db — Custom DB Storage + Backup/Restore Rust Backendt_storage.rs (new, 526 lines)
t_config.rs
t_cmds.rs
Cargo.toml — Added zip crate (deflate-only, no unused features) Vue FrontendBackupDialog.vue (new)
RestoreDialog.vue (new)
Settings.vue
ManageLibraries.vue — Emits updated after add/delete to keep the Home library dropdown in sync configStore.js / main.js / Home.vue
i18n All 9 locale files updated: storage section labels simplified, ~20 new backup/restore key-value pairs added. Summary
|
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.
No description provided.