From e3523fce29bb946bf9d2442b9421310d6d8177a2 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Thu, 4 Dec 2025 16:21:50 +0100 Subject: [PATCH] refactor: uniformize TextSettings styling and integrate Coloris MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Wrap all field sections in .settings-subsection divs to match PageSettings structure - Properly nest margin outer and inner collapsed sections within their parent subsections - Replace custom color picker with Coloris integration for color and background fields - Simplify reactive state by removing unused format and picker properties - Initialize Coloris with dark theme, alpha support, and format toggle 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/components/editor/TextSettings.vue | 927 ++++++++++++------------- 1 file changed, 434 insertions(+), 493 deletions(-) diff --git a/src/components/editor/TextSettings.vue b/src/components/editor/TextSettings.vue index 451b682..33c4551 100644 --- a/src/components/editor/TextSettings.vue +++ b/src/components/editor/TextSettings.vue @@ -6,515 +6,470 @@ pouvez modifier ensuite les éléments indépendamment.