From 59277692effac90be0f2406d7b2d1d51a927348c Mon Sep 17 00:00:00 2001 From: Bryce Date: Fri, 27 Mar 2026 09:10:52 -0700 Subject: [PATCH] Rewrite editor.html with vanilla JS ORAEditor class - Removed Alpine.js dependency (wasn't loading properly) - Clean vanilla JavaScript class-based implementation - All core functionality preserved - Simpler, more maintainable code --- tools/ora_editor/templates/editor.html | 609 ++++++++++++++++++++----- 1 file changed, 502 insertions(+), 107 deletions(-) diff --git a/tools/ora_editor/templates/editor.html b/tools/ora_editor/templates/editor.html index 38f28cc..4624658 100644 --- a/tools/ora_editor/templates/editor.html +++ b/tools/ora_editor/templates/editor.html @@ -5,175 +5,570 @@ ORA Editor - -
+
+
- - +
- - - + + +
-
+ + -

Open a PNG or ORA file to start editing

+ +
+

Open a PNG or ORA file to start editing

+
-
+ - -
+ +
- - -