From 8197308cef518fe0366b68d119789099c36ec40c Mon Sep 17 00:00:00 2001 From: Daniel S Date: Sat, 8 Aug 2026 18:56:33 +0200 Subject: [PATCH] feat(admin-editor): add elementor-style visual editor with drag-and-drop section manager and device switcher --- src/pages/admin/editor.astro | 346 +++++++++++++++++++++++++++++++++++ src/pages/admin/index.astro | 224 +++++++++++++++++++++++ 2 files changed, 570 insertions(+) create mode 100644 src/pages/admin/editor.astro create mode 100644 src/pages/admin/index.astro diff --git a/src/pages/admin/editor.astro b/src/pages/admin/editor.astro new file mode 100644 index 0000000..ae02797 --- /dev/null +++ b/src/pages/admin/editor.astro @@ -0,0 +1,346 @@ +--- +import Layout from '../../layouts/Layout.astro'; +import { loadWaasConfigs } from '../../utils/configLoader'; + +const { siteConfig } = loadWaasConfigs(); +--- + + +
+ + +
+
+ Waas Elementor Live Editor + SSR Live Active +
+ + +
+ + + +
+ +
+ + Classic Admin + + +
+
+ + + + +
+ + + + + +
+
+ +
+
+ + + + \ No newline at end of file