refactor(settings): 重构「备份与同步」页面 UI——状态横幅 + 两栏布局,精简描述文字 - #624
Merged
Conversation
顶部新增云同步状态横幅(未配置/已就绪/自动同步失败,聚合上次同步时间 与自动同步徽标);左栏 WebDAV 配置卡改胶囊预设、图标输入框、tooltip 提 示与底部操作栏,右栏本地备份改大号操作磁贴、备份范围改「包含/不包含」 图标清单;删除三段长描述,反馈由裸文本改为着色反馈条。仅调整展示层, 备份/同步逻辑不变。 Closes #623
StackCairn
marked this pull request as draft
August 25, 2026 15:37
Contributor
|
PR governance checks passed. Awaiting human review. |
su-fen
marked this pull request as ready for review
August 25, 2026 15:39
StackCairn
marked this pull request as draft
August 25, 2026 15:39
su-fen
marked this pull request as ready for review
August 25, 2026 15:40
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.
Closes #623
Summary
对设置中的「备份与同步」页面进行彻底的 UI 重构,仅调整展示层,备份/同步逻辑(表单脏检测、密码 touched 语义、确认弹窗、自动同步事件监听等)保持不变:
Screenshots / preview
Test plan
biome check通过,tsc --noEmit全仓零错误test/settings全部 329 项测试通过(备份同步表单逻辑测试 backup-auto-sync-dirty 等不受影响)