refactor: SnapshotPage UI/Function#1324
Closed
cjy0812 wants to merge 2 commits into
Closed
Conversation
- group snapshot records by app with optional activity sub-grouping - add snapshot sort options for latest-first and app name - introduce selection mode with batch share, save, and delete actions - keep single-item action dialog behavior unchanged in normal mode - add multi-file share support and silent download saving for batch operations - document new code blocks with review-friendly comments
- move snapshot grouping and sorting work to Dispatchers.Default - avoid blocking the Compose main thread while opening SnapshotPage - keep snapshot grouping behavior unchanged - remove animateListItem from snapshot list items to improve page entry speed - replace animated Card rows with lighter background containers - keep snapshot grouping and selection behavior unchanged - prioritize faster first paint for large snapshot lists
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.
重构快照记录页面demo(需要做权衡ing)
我还没测试完!先梳理下设计思路
现UI Demo
展开视频
Screenrecording_20260404_192746_2026.04.04-19.33.58.mp4
TODO