Update task task-046

This commit is contained in:
Jeff Emmett 2025-12-08 01:03:18 -08:00
parent b4c4d36e56
commit 96887c8ba1
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,7 @@ title: Add maximize button to StandardizedToolWrapper
status: Done
assignee: []
created_date: '2025-12-08 08:51'
updated_date: '2025-12-08 09:03'
labels:
- feature
- ui
@ -17,3 +18,9 @@ priority: medium
<!-- SECTION:DESCRIPTION:BEGIN -->
Added a maximize/fullscreen button to the standardized header bar. When clicked, the tool fills the viewport. Press Esc or click again to restore original dimensions. Created useMaximize hook that shape utils can use. Implemented on ChatBoxShapeUtil as example.
<!-- SECTION:DESCRIPTION:END -->
## Implementation Notes
<!-- SECTION:NOTES:BEGIN -->
Added maximize to ALL 16 shapes using StandardizedToolWrapper (not just ChatBox)
<!-- SECTION:NOTES:END -->