From ca3d015b2ee6595bff6bf68a07cf13ecb1717742 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Tue, 21 Apr 2026 12:56:10 +0200 Subject: [PATCH] fix: load scripts from dist/static --- web/components/anime_list.templ | 2 +- web/components/sort_filter.templ | 2 +- web/templates/studio.templ | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/components/anime_list.templ b/web/components/anime_list.templ index bec95db..2d46b0d 100644 --- a/web/components/anime_list.templ +++ b/web/components/anime_list.templ @@ -14,7 +14,7 @@ templ InfiniteAnimeList(animes []jikan.Anime, watchlistStatuses map[int]string, if hasNext {
} - + } templ CatalogItem(anime jikan.Anime, watchlistStatus string) { diff --git a/web/components/sort_filter.templ b/web/components/sort_filter.templ index 795222d..c599c2c 100644 --- a/web/components/sort_filter.templ +++ b/web/components/sort_filter.templ @@ -30,5 +30,5 @@ templ SortFilter(opts SortFilterOptions) { } - + } diff --git a/web/templates/studio.templ b/web/templates/studio.templ index 01d44ac..88ad3d1 100644 --- a/web/templates/studio.templ +++ b/web/templates/studio.templ @@ -90,5 +90,5 @@ templ StudioAnimeItems(animes []jikan.Anime, watchlistStatuses map[int]string, h if hasNext { @StudioLoadMore(studioID, nextPage) } - + }