Improved explore
This commit is contained in:
parent
3fb236de25
commit
6632a3e453
@ -3,6 +3,9 @@ component ExploreAnime(animeList []*arn.Anime, year string, status string, typ s
|
||||
|
||||
h1.page-title Explore
|
||||
|
||||
if len(animeList) == 0
|
||||
p.no-data.mountable No anime found using the above filters.
|
||||
else
|
||||
AnimeGrid(animeList)
|
||||
|
||||
component ExploreFilters(year string, status string, typ string)
|
||||
|
Loading…
Reference in New Issue
Block a user