From 2ca3604414e731a9ad27ea5c38074f7c3de07f49 Mon Sep 17 00:00:00 2001 From: Oleksandr Date: Wed, 17 Dec 2025 20:13:00 +0200 Subject: [PATCH] WIP marquee and some refactoring --- src/components/marquee/Marquee.astro | 122 +--------------- src/config/styling/marquee.ts | 200 +++++++++++++++++++++++++++ src/config/styling/marquee_old.ts | 144 +++++++++++++++++++ src/config/styling/progressBars.ts | 52 +++++++ src/styles/components/marquee.css | 13 +- src/styles/css-config/base.css | 2 + 6 files changed, 406 insertions(+), 127 deletions(-) create mode 100644 src/config/styling/marquee.ts create mode 100644 src/config/styling/marquee_old.ts create mode 100644 src/config/styling/progressBars.ts diff --git a/src/components/marquee/Marquee.astro b/src/components/marquee/Marquee.astro index b9d3b1e..7695367 100644 --- a/src/components/marquee/Marquee.astro +++ b/src/components/marquee/Marquee.astro @@ -14,124 +14,4 @@ import MarqueeContent from "./MarqueeContent.astro"; - +