Design improvements

This commit is contained in:
2017-07-22 16:31:25 +02:00
parent 16cbd5167f
commit 5524edd705
11 changed files with 33 additions and 13 deletions

3
pages/home/home.pixy Normal file

@ -0,0 +1,3 @@
component Home(animeList *arn.AnimeList, viewUser *arn.User, user *arn.User, status string)
StatusTabs("/animelist/")
AnimeListFilteredByStatus(animeList, viewUser, user, status)