Started working on status filter

This commit is contained in:
2017-07-05 16:52:24 +02:00
parent 3df506b274
commit 44803adc2d
5 changed files with 85 additions and 2 deletions

View 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)