From 9d36a22d0c5404317d06f02f9bb068392a9f36cd Mon Sep 17 00:00:00 2001 From: isUnknown Date: Fri, 5 Dec 2025 17:43:58 +0100 Subject: [PATCH] fix: implement functional controls in PagePopup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add rem unit option to all margin controls - Implement proper margin and background updates with debouncing - Integrate Coloris properly like PageSettings - Add highlight.js syntax highlighting for readonly CSS - Add Prettier formatting when exiting edit mode - Use global unit toggle styles instead of custom - Sync isEditing state with stylesheet store 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/components/PagePopup.vue | 213 ++++++++++++++++++++++++++++------- 1 file changed, 172 insertions(+), 41 deletions(-) diff --git a/src/components/PagePopup.vue b/src/components/PagePopup.vue index 2e4247e..5c7dd2a 100644 --- a/src/components/PagePopup.vue +++ b/src/components/PagePopup.vue @@ -43,6 +43,13 @@ > px + @@ -70,6 +77,13 @@ > px + @@ -97,6 +111,13 @@ > px + @@ -124,6 +145,13 @@ > px + @@ -135,8 +163,9 @@
@@ -171,7 +200,7 @@ -
{{ pageCss }}
+