From fc047841cfd191952b6dec52c5f0a241918c1677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C4=B0pek?= Date: Sat, 21 Feb 2026 20:27:19 +0300 Subject: [PATCH] feat: Enhance annotation canvas toolbar responsiveness, group controls --- components/annotation-canvas.tsx | 62 +++++++++++++++++--------------- 1 file changed, 34 insertions(+), 28 deletions(-) diff --git a/components/annotation-canvas.tsx b/components/annotation-canvas.tsx index 6ee3cd6..508f033 100644 --- a/components/annotation-canvas.tsx +++ b/components/annotation-canvas.tsx @@ -207,41 +207,47 @@ export const AnnotationCanvas = forwardRef {/* Toolbar */} -
+
{/* Colors */} - {COLORS.map(c => ( -
-
+
{/* Brush size */} - - {width} - +
+ + {width} + +
-
+
{/* Actions */} - - +
+ + +
);