From 32bd08533d1c6b82061bd5a526d24f1beeae17f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?andr=C3=A9s=20gonz=C3=A1lez?= Date: Fri, 8 Aug 2025 09:46:40 +0200 Subject: [PATCH] :lipstick: Remove slide about overrides in the release notes (#7086) --- frontend/src/app/main/ui/releases/v2_9.cljs | 34 ++------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/frontend/src/app/main/ui/releases/v2_9.cljs b/frontend/src/app/main/ui/releases/v2_9.cljs index 47f4183117..600df72665 100644 --- a/frontend/src/app/main/ui/releases/v2_9.cljs +++ b/frontend/src/app/main/ui/releases/v2_9.cljs @@ -74,42 +74,12 @@ [:& c/navigation-bullets {:slide slide :navigate navigate - :total 3}] + :total 2}] [:button {:on-click next :class (stl/css :next-btn)} "Continue"]]]]]] 1 - [:div {:class (stl/css-case :modal-overlay true)} - [:div.animated {:class klass} - [:div {:class (stl/css :modal-container)} - [:img {:src "images/features/2.9-overrides.gif" - :class (stl/css :start-image) - :border "0" - :alt "Component text overrides"}] - - [:div {:class (stl/css :modal-content)} - [:div {:class (stl/css :modal-header)} - [:h1 {:class (stl/css :modal-title)} - "Component text overrides"]] - - [:div {:class (stl/css :feature)} - [:p {:class (stl/css :feature-content)} - "You can now edit the text content independently from its properties—such as color, effects, font size, or weight—allowing you to update the wording while preserving the styling."] - - [:p {:class (stl/css :feature-content)} - "This change (inspired by community feedback) greatly improves consistency, predictability, and control when working with texts in components."]] - - [:div {:class (stl/css :navigation)} - [:& c/navigation-bullets - {:slide slide - :navigate navigate - :total 3}] - - [:button {:on-click next - :class (stl/css :next-btn)} "Continue"]]]]]] - - 2 [:div {:class (stl/css-case :modal-overlay true)} [:div.animated {:class klass} [:div {:class (stl/css :modal-container)} @@ -135,7 +105,7 @@ [:& c/navigation-bullets {:slide slide :navigate navigate - :total 3}] + :total 2}] [:button {:on-click finish :class (stl/css :next-btn)} "Let's go"]]]]]])))