Update header Git dropdown review flow#156
Conversation
Review Summary by QodoAdd commit file browser and review mode to Git dropdown
WalkthroughsDescription• Add commit file browser to Git dropdown with per-file line counts • Support commit review mode in Review pane with diff display • Preserve untracked files during checkout/reset operations • Implement worktree change summary in dropdown header • Remove findings tab and run review button from Review pane • Layer Review pane above Git dropdown and app chrome Diagramflowchart LR
A["Git Dropdown"] -->|select commit| B["Commit Files Panel"]
B -->|click file| C["Review Pane"]
C -->|commit mode| D["Commit Diff Display"]
A -->|worktree changes| E["Review Pane"]
E -->|workspace mode| F["Workspace Diff"]
G["Untracked Files"] -->|preserve| H["Backup Directory"]
I["Reset/Checkout"] -->|before| H
File Changes1. src/server/codexAppServerBridge.ts
|
Code Review by Qodo
1. Reset-history toggle drops reload
|
Updates the header Git dropdown review flow after PR #121, including commit file review mode, worktree change counts, and Review pane layering.