From 4cc2f1ae74d17f1a0929523f6811d4384d36b3c4 Mon Sep 17 00:00:00 2001 From: agent Date: Sun, 27 Sep 2026 20:50:52 +0000 Subject: [PATCH] Use a plus-circle button for adding pages Replace the add-page bar with a 24 px plus-circle button centred on each free edge of the active page, 6 px off the edge (constant in screen pixels). Taps still go through the palm-checked gesture. Co-Authored-By: Claude Opus 5.5 Claude-Session: https://claude.ai/code/session_01GaoZtJQZwLXkEgWs8twCia --- src/lib/components/CanvasView.svelte | 80 ++++++++++------------------ 1 file changed, 29 insertions(+), 51 deletions(-) diff --git a/src/lib/components/CanvasView.svelte b/src/lib/components/CanvasView.svelte index f0ad3cb..add6cb6 100644 --- a/src/lib/components/CanvasView.svelte +++ b/src/lib/components/CanvasView.svelte @@ -1,5 +1,6 @@