From 64368b1f29a223d6fca109b941693207d65f265b Mon Sep 17 00:00:00 2001 From: Rene Kievits Date: Sat, 18 Apr 2026 22:38:08 +0200 Subject: [PATCH] fix: include lesson stepper styles in build, restrict scramble to locale changes only - Lesson stepper CSS was not committed (only in working tree), causing vertical layout in production - ScrambleText now only animates when locale changes, not on any text prop change (e.g. on/off toggle) --- client/src/components/ScrambleText.vue | 28 +++-- client/src/styles/pages/_lesson.scss | 148 +++++++++++++++++++++++++ 2 files changed, 167 insertions(+), 9 deletions(-) diff --git a/client/src/components/ScrambleText.vue b/client/src/components/ScrambleText.vue index c39a6f0..bc75243 100644 --- a/client/src/components/ScrambleText.vue +++ b/client/src/components/ScrambleText.vue @@ -4,17 +4,20 @@