From b35bee4fe36ced927db010e56e82f24ff6c95eb8 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Fri, 28 Nov 2025 11:25:37 +0100 Subject: [PATCH] feat: replace checkbox with toggle switch in StylesheetViewer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the checkbox input with a proper toggle switch component for mode édition control. The toggle provides better visual feedback with an animated switch and color transitions (gray when off, blue when on). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/components/StylesheetViewer.vue | 102 +++++++++++++++++++++++++++- 1 file changed, 99 insertions(+), 3 deletions(-) diff --git a/src/components/StylesheetViewer.vue b/src/components/StylesheetViewer.vue index 4e1bcd0..5782ddc 100644 --- a/src/components/StylesheetViewer.vue +++ b/src/components/StylesheetViewer.vue @@ -1,7 +1,18 @@