3.0 KiB
3.0 KiB
Implementation Plan: UI Theme Overhaul & Style System
Phase 1: Research & Typography [checkpoint: d613e5e]
- Task: Research
imgui-bundletext rendering and theme APIs.- Identify the best way to load and render high-quality fonts (Inter/Maple Mono).
- Check for Freetype support or specialized rendering forks within the current environment.
- Task: Implement Professional Typography.
b1d612e- Integrate Inter and Maple Mono font assets.
- Update the font loading logic in
src/gui_2.py(or a dedicated theme module). - Verify font rendering quality and scaling across the UI.
- Task: Conductor - User Manual Verification 'Phase 1: Research & Typography' (Protocol in workflow.md)
Phase 2: Professional Style & Theming [checkpoint: 7f418fa]
- Task: Implement the "Subtle Rounding" Professional Theme.
59e1453- Define the professional color palette and style variables (rounding, padding, spacing).
- Utilize
imgui-bundle's styling APIs to apply the theme globally. - Refactor existing hardcoded styling in
src/gui_2.pyto use the new theme system.
- Task: Write visual regression tests or simulation scripts to verify the new theme's consistency.
59e1453 - Task: Conductor - User Manual Verification 'Phase 2: Professional Style & Theming' (Protocol in workflow.md)
Phase 3: Advanced Visual Effects (Shaders) [checkpoint: 49a1c30]
- Task: Implement Custom UI Shaders.
0b49b3a- Develop and integrate shaders for rounded window corners and soft shadows.
- Develop and integrate shaders for glass/acrylic (blur) effects on selected panels.
- Develop and integrate shaders for improved text anti-aliasing.
- Task: Perform a performance audit to ensure shaders do not degrade FPS.
0b49b3a - Task: Conductor - User Manual Verification 'Phase 3: Advanced Visual Effects (Shaders)' (Protocol in workflow.md)
Phase 4: Layout Management & Multi-Viewport [checkpoint: 429bb92]
- Task: Implement Multi-Viewport Support.
429bb92- Add the "Multi-Viewport" toggle checkbox to the main menu bar.
- Ensure the application correctly handles panel detachment and re-attachment.
- Task: Implement UI Layout Presets.
429bb92- Create a management system (Save/Load/Delete) for window layout presets.
- Ensure presets capture window geometry and the Multi-Viewport state.
- Persist layout presets to the project configuration (
manual_slop.tomlor a dedicated file).
- Task: Verify layout restoration accuracy across multiple presets.
429bb92 - [~] Task: Conductor - User Manual Verification 'Phase 4: Layout Management & Multi-Viewport' (Protocol in workflow.md)
Phase 5: Final Polish & Verification
- Task: Conduct a final UI audit for "professionalism" and consistency.
- Task: Run the full simulation suite to ensure no regressions in tool interaction or workflow.
- Task: Conductor - User Manual Verification 'Phase 5: Final Polish & Verification' (Protocol in workflow.md)