From 1a0b231a7b86586e4d65c150737b013b3d3d841e Mon Sep 17 00:00:00 2001 From: Bryce Date: Fri, 27 Mar 2026 09:17:41 -0700 Subject: [PATCH] Fix editor.html to properly use Alpine.js with x-data - Restored x-data, x-model, x-show, x-for, x-if directives - All methods defined in Alpine data component - Canvas click handler properly uses () to access Alpine store - Open button now works with @click handler --- tools/ora_editor/templates/editor.html | 736 ++++++++----------------- 1 file changed, 239 insertions(+), 497 deletions(-) diff --git a/tools/ora_editor/templates/editor.html b/tools/ora_editor/templates/editor.html index 4624658..b0006d6 100644 --- a/tools/ora_editor/templates/editor.html +++ b/tools/ora_editor/templates/editor.html @@ -5,570 +5,312 @@ ORA Editor + -
+
- - + +
- - - + + +
-