Create task task-046

This commit is contained in:
Jeff Emmett 2025-12-08 00:51:43 -08:00
parent fd7c015b9e
commit aa6201e013
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
---
id: task-046
title: Add maximize button to StandardizedToolWrapper
status: Done
assignee: []
created_date: '2025-12-08 08:51'
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 -->