27 lines
749 B
Markdown
27 lines
749 B
Markdown
---
|
|
id: task-046
|
|
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
|
|
- shapes
|
|
dependencies: []
|
|
priority: medium
|
|
---
|
|
|
|
## Description
|
|
|
|
<!-- 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 -->
|