uncomitted changes from the agent.

This commit is contained in:
2026-05-10 14:11:13 -04:00
parent 504c1afaa9
commit 3bdd269d5e
11 changed files with 90 additions and 36 deletions
@@ -1,9 +1,9 @@
# Implementation Plan: Context Batch Operations UX
## Phase 1: Selection State
- [ ] Introduce a `selected_files` set in the `AppController` state.
- [ ] Update `_render_context_panel` in `src/gui_2.py` to support clicking/checkboxes to modify the selection state.
- [x] Introduce a `selected_files` set in the `AppController` state.
- [x] Update `_render_context_panel` in `src/gui_2.py` to support clicking/checkboxes to modify the selection state.
## Phase 2: Batch Actions
- [ ] Add a 'Batch Actions' sub-menu or inline bar in the Context Panel.
- [ ] Implement controller methods to apply state changes to all items in `selected_files`.
- [x] Add a 'Batch Actions' sub-menu or inline bar in the Context Panel.
- [x] Implement controller methods to apply state changes to all items in `selected_files`.