对V4.2.1的UI修改PR#88
Conversation
# Conflicts: # ui/filter_panel.py # ui/results_browser_window.py
Code reviewFound 7 issues:
SuperPicky/ui/results_browser_window.py Lines 17 to 21 in 6e4135c
SuperPicky/ui/results_browser_window.py Lines 300 to 310 in 6e4135c
SuperPicky/ui/results_browser_window.py Lines 683 to 703 in 6e4135c
SuperPicky/ui/results_browser_window.py Lines 1275 to 1286 in 6e4135c
Lines 426 to 440 in 6e4135c
Lines 655 to 660 in 6e4135c
Lines 220 to 228 in 6e4135c 不建议直接合并:第 1-3 条属于 macOS 阻塞性问题,违反 CLAUDE.md 的强制跨平台规则;第 4-6 条疑似调试残留或半成品,需要作者确认意图;第 7 条建议顺手修复。 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
|
你好,感谢你的贡献! 由于此 PR 基于较早版本,与当前 v4.2.5 代码差异较大,并且存在若干会导致 macOS 端无法启动 results browser 的跨平台问题(详见上方 Code review)。建议你以最新的 v4.2.5 分支为基础,重新整理改动后再次提交 PR,我们会优先合入。重点请关注:
非常欢迎你重新 rebase 到 v4.2.5 后再 PR,谢谢! Hi, thanks for the contribution! This PR is based on an older revision and has diverged significantly from the current v4.2.5 branch. It also contains several cross-platform issues that will break the results browser on macOS (see the Code review above). Could you please rebase your work on top of v4.2.5 and open a fresh PR? We'll prioritize reviewing it. Key things to address:
Looking forward to your updated PR. Thanks again! |
|
你好 @Huang970,更新一下基线建议—— 这边在过去几天已经把 nightly 推进到 v4.2.6-RC5(包含 PR #87 upstream migration 与多项 mac/win 构建链路修复),相对前面我建议你 rebase 的 v4.2.5 已经又往前走了不少。请直接基于 最新的 nightly / v4.2.6-RC5 重新整理你的改动并提交一个新 PR,不需要再以 v4.2.5 为基准。 最新 RC5 发布页:https://github.com/jamesphotography/SuperPicky/releases/tag/v4.2.6-RC5 之前 Code Review 中提到的几个阻塞问题仍需在新 PR 中解决:
这个 PR 我们先关闭,等你基于 v4.2.6 重开新 PR。感谢贡献! Hi @Huang970, updating the base-branch guidance — Over the past few days the nightly branch has moved forward to v4.2.6-RC5 (it now includes PR #87's upstream migration plus several macOS / Windows build-pipeline fixes), so it's already past the v4.2.5 base I previously suggested. Please rebase your work on top of the current nightly / v4.2.6-RC5 and open a fresh PR — you no longer need to target v4.2.5. Latest RC5 release: https://github.com/jamesphotography/SuperPicky/releases/tag/v4.2.6-RC5 The blocking issues from the earlier code review still need to be addressed in the new PR:
Closing this PR — please reopen as a fresh PR rebased on v4.2.6 when ready. Thanks again for the contribution! |
于老师您好,
按照自己需要围绕UI功能的易用性做的一点修改,是否有合并价值,请您判断。
修改如下:
结果浏览画面:
1,结果浏览画面,增加收藏,利用4星以上代表用户选择的收藏。可直接点击❤️操作。
2,连拍/单张筛选开关,展开全部连拍开关
3,增加导出按钮,支持单选/多选/全选照片(CTRL+A),复制所选照片到制定目录。
4,修正低分照片不存在裁切图场合的不刷新问题。
全屏显示画面:
1,增加比率截图功能,CTRL+C到剪辑版(右键菜单)和保存按钮
2,连拍组内翻页按钮调整至上部
两图比较画面:
1,增加焦点显示
2,画面上部布局微调
全体:
按钮式样做了一些微调。
另外V4.2.1的一些UI的bug顺带修改了一些,但记不清楚具体有哪些了。