Fix(backup): WebDAV Deletion Confirmation and List Refresh#260
Merged
Chevey339 merged 1 commit intoChevey339:masterfrom Jan 27, 2026
Merged
Conversation
Owner
|
这个编译的时候会报错 |
Contributor
Author
|
@Chevey339 感谢指出。我调查了,原因是:
请问你希望的合并顺序是: |
- Added confirmation dialog when deleting remote WebDAV backups on both Mobile and Desktop platforms. - Fixed an issue on Mobile/Android where the backup list would not refresh immediately after deletion by automatically reloading the menu. - Updated localization files (English and Chinese) with new confirmation messages.
fd391bd to
2476172
Compare
Contributor
Author
|
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.
Fix: WebDAV Deletion Confirmation and List Refresh
Description:
This PR addresses two key issues related to WebDAV backups:
Changes:
lib/features/backup/pages/backup_page.dart):lib/desktop/setting/backup_pane.dart):backupPageDeleteConfirmTitleandbackupPageDeleteConfirmContenttoapp_en.arbandapp_zh.arb.Testing:
修复:WebDAV 删除确认及列表刷新问题
描述:
此 PR 修复了两个与 WebDAV 备份相关的问题:
变更:
lib/features/backup/pages/backup_page.dart):lib/desktop/setting/backup_pane.dart):app_en.arb和app_zh.arb中添加了新的翻译键值backupPageDeleteConfirmTitle和backupPageDeleteConfirmContent。测试: