From 78f40bc5c7816a218280038e02644a862372cf03 Mon Sep 17 00:00:00 2001 From: Jannis Heydemann Date: Wed, 6 May 2026 09:06:11 +0200 Subject: [PATCH] Buttons on MovieViewList now change between active and not active if their clicked --- src/components/MovieListView.astro | 20 ++++++++++++++++++++ src/scripts/bigConstants.ts | 1 + 2 files changed, 21 insertions(+) diff --git a/src/components/MovieListView.astro b/src/components/MovieListView.astro index ee940bd..4371656 100644 --- a/src/components/MovieListView.astro +++ b/src/components/MovieListView.astro @@ -199,10 +199,22 @@ const movieProgram = movieCatalog?.map((movie, movieIndex) => ({