From 17da8c475e11073ac2e67ed6cada338fa2fb66b4 Mon Sep 17 00:00:00 2001 From: Bryce Date: Fri, 27 Mar 2026 17:34:00 -0700 Subject: [PATCH] Add draggable polygon points, save notification, and fix Krita open - Polygon points are now draggable for editing after drawing - Allow points to be placed slightly outside image bounds (-0.1 to 1.1) - Save button shows notification with file path - Open in Krita shows modal with copyable path instead of blocked file:// URL - Added instructions for dragging points after drawing --- tools/ora_editor/templates/editor.html | 150 ++++++++++++++++++++++--- 1 file changed, 135 insertions(+), 15 deletions(-) diff --git a/tools/ora_editor/templates/editor.html b/tools/ora_editor/templates/editor.html index 7b5f91a..682ba48 100644 --- a/tools/ora_editor/templates/editor.html +++ b/tools/ora_editor/templates/editor.html @@ -50,6 +50,14 @@ :disabled="!oraPath || isLoading" class="bg-green-600 hover:bg-green-700 disabled:bg-gray-600 px-4 py-2 rounded transition" >Save + + +
@@ -231,11 +239,17 @@
- -