Started working on status filter
This commit is contained in:
8
pages/animelist/watching.pixy
Normal file
8
pages/animelist/watching.pixy
Normal file
@ -0,0 +1,8 @@
|
||||
component AnimeListFilteredByStatus(animeList *arn.AnimeList, viewUser *arn.User, user *arn.User)
|
||||
ProfileHeader(viewUser, user)
|
||||
|
||||
if len(animeList.Items) == 0
|
||||
p.no-data.mountable= viewUser.Nick + " hasn't added any anime to this list yet."
|
||||
else
|
||||
.anime-list-container
|
||||
AnimeList(animeList, viewUser, user)
|
Reference in New Issue
Block a user