Added anime list deletion

This commit is contained in:
2019-08-29 14:08:32 +09:00
parent 1d6cdd3c9f
commit ede2c5dc75
6 changed files with 82 additions and 2 deletions

View File

@ -0,0 +1,9 @@
component DeleteAnimeList(user *arn.User)
h1.mountable Delete your anime list
p.text-center.mountable This will delete your entire anime list. Are you sure you want to proceed?
.buttons
button.action.mountable(data-action="deleteAnimeList", data-trigger="click", data-return-path="/+" + user.Nick + "/animelist/watching")
Icon("trash")
span Yes, delete my anime list.