more readme cleanup

This commit is contained in:
jbuehler23 2025-07-18 15:05:56 +01:00
parent 340e9ebe8c
commit 9779ad446a
2 changed files with 10 additions and 10 deletions

0
PR_DESCRIPTION.md Normal file
View File

View File

@ -153,18 +153,18 @@ See `WIDGETS.md` for detailed widget system documentation.
#### Phase 1 - Remaining Implementation Details
**Interactive Expansion System** ( **IMPLEMENTED**):
- Add expansion state tracking with `ComponentDisplayState` resource
- Update `format_field_recursive()` to check expansion state before showing children
- Dynamic [+]/[-] indicators based on expansion state
- Smart keyboard shortcuts: 'E' for common fields, 'T' for Transform, 'C' to collapse all
- Generic field detection for any component type (not just Transform)
**Interactive Expansion System** ( **IMPLEMENTED**):
- Add expansion state tracking with `ComponentDisplayState` resource
- Update `format_field_recursive()` to check expansion state before showing children
- Dynamic [+]/[-] indicators based on expansion state
- Smart keyboard shortcuts: 'E' for common fields, 'T' for Transform, 'C' to collapse all
- Generic field detection for any component type (not just Transform)
- **Next**: Replace keyboard shortcuts with clickable UI elements
**Mouse Wheel Scrolling** ( **IMPLEMENTED**):
- Added `ScrollableArea` component for marking scrollable UI elements
- Mouse wheel scroll handler for entity list navigation
- Smooth scrolling with optimal sensitivity (5px per wheel unit)
**Mouse Wheel Scrolling** ( **IMPLEMENTED**):
- Added `ScrollableArea` component for marking scrollable UI elements
- Mouse wheel scroll handler for entity list navigation
- Smooth scrolling with optimal sensitivity (5px per wheel unit)
**Visual Polish** (Next Priority):
- Consistent color coding for different value types (numbers, strings, booleans)