From b63491f19ac9b94832e45456426b2dd6840ff84e Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 8 Dec 2025 00:51:43 -0800 Subject: [PATCH] Create task task-046 --- ...imize-button-to-StandardizedToolWrapper.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 backlog/tasks/task-046 - Add-maximize-button-to-StandardizedToolWrapper.md diff --git a/backlog/tasks/task-046 - Add-maximize-button-to-StandardizedToolWrapper.md b/backlog/tasks/task-046 - Add-maximize-button-to-StandardizedToolWrapper.md new file mode 100644 index 0000000..b49d2d8 --- /dev/null +++ b/backlog/tasks/task-046 - Add-maximize-button-to-StandardizedToolWrapper.md @@ -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 + + +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. +