From 4c90f759c9f1c4793b9216243e89094c957e8af4 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 7 Jun 2026 17:45:32 +0200 Subject: [PATCH] style: migrate filter_bar and video_player to v4 syntax --- templates/components/filter_bar.gohtml | 26 ++++++++++++------------ templates/components/video_player.gohtml | 12 +++++------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/templates/components/filter_bar.gohtml b/templates/components/filter_bar.gohtml index d14b485..8e1a014 100644 --- a/templates/components/filter_bar.gohtml +++ b/templates/components/filter_bar.gohtml @@ -33,7 +33,7 @@ type="text" value="{{.Query}}" placeholder="Search anime..." - class="!rounded-none w-full bg-background-button px-3 py-2 text-sm text-foreground placeholder-foreground-muted outline-none transition-colors hover:bg-background-button-hover focus:ring-1 focus:ring-accent" + class="rounded-none! w-full bg-background-button px-3 py-2 text-sm text-foreground placeholder-foreground-muted outline-none transition-colors hover:bg-background-button-hover focus:ring-1 focus:ring-accent" /> @@ -48,14 +48,14 @@
-
-