refactor(gui): Migrate application state to AppController

This commit is contained in:
2026-03-04 10:36:41 -05:00
parent 5cc8f76bf8
commit d0009bb23a
4 changed files with 355 additions and 211 deletions

View File

@@ -11,7 +11,7 @@ This file tracks all major tracks for the project. Each track has its own detail
1. [x] **Track: Codebase Migration to `src` & Cleanup**
*Link: [./tracks/codebase_migration_20260302/](./tracks/codebase_migration_20260302/)*
2. [ ] **Track: GUI Decoupling & Controller Architecture**
2. [~] **Track: GUI Decoupling & Controller Architecture**
*Link: [./tracks/gui_decoupling_controller_20260302/](./tracks/gui_decoupling_controller_20260302/)*
3. [ ] **Track: Hook API UI State Verification**