Compare commits
4 Commits
450c17b96e
...
1db5ac57ec
| Author | SHA1 | Date | |
|---|---|---|---|
| 1db5ac57ec | |||
| d8e42a697b | |||
| 050d995660 | |||
| 0c5ac55053 |
+3
@@ -34,3 +34,6 @@ Fine-tune the UI based on live usage and verify against product guidelines.
|
||||
- [x] Task: Ensure all read-only text is selectable/copyable. ebd8158
|
||||
- [x] Task: Implement "Prior Session Log" viewer with tinted UI mode. ebd8158
|
||||
- [x] Task: Conductor - User Manual Verification 'Phase 4: Iterative Refinement and Final Audit' (Protocol in workflow.md) 22f8943
|
||||
|
||||
## Phase: Review Fixes
|
||||
- [x] Task: Apply review suggestions (Align diagnostics test) 0c5ac55
|
||||
@@ -7,10 +7,6 @@ This file tracks all major tracks for the project. Each track has its own detail
|
||||
- [x] **Track: Implement context visualization and memory management improvements**
|
||||
*Link: [./tracks/context_management_20260223/](./tracks/context_management_20260223/)*
|
||||
|
||||
---
|
||||
|
||||
- [x] **Track: Review GUI design. Make sure placment of tunings, features, etc that the gui provides frontend visualization and manipulation for make sense and are in the right place (not in a weird panel or doesn't make sense holistically for its use. Make plan for adjustments and then make major changes to meet resolved goals.**
|
||||
*Link: [./tracks/gui_layout_refinement_20260223/](./tracks/gui_layout_refinement_20260223/)*
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -31,8 +31,8 @@ def app_instance():
|
||||
dpg.destroy_context()
|
||||
|
||||
def test_diagnostics_panel_initialization(app_instance):
|
||||
assert "Operations Hub" in app_instance.window_info
|
||||
assert app_instance.window_info["Operations Hub"] == "win_operations_hub"
|
||||
assert "Diagnostics" in app_instance.window_info
|
||||
assert app_instance.window_info["Diagnostics"] == "win_diagnostics"
|
||||
assert "frame_time" in app_instance.perf_history
|
||||
assert len(app_instance.perf_history["frame_time"]) == 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user