2017-06-18 15:16:40 +00:00
|
|
|
component Settings(user *arn.User)
|
|
|
|
h2.page-title Settings
|
2017-06-18 18:22:43 +00:00
|
|
|
.widgets
|
|
|
|
.widget
|
|
|
|
h3.widget-title
|
|
|
|
Icon("user")
|
|
|
|
span Personal
|
|
|
|
|
|
|
|
InputText("nick", user.Nick, "Username", "Your username on notify.moe")
|
|
|
|
InputText("tagline", user.Tagline, "Tagline", "Text that appears below your username")
|
2017-06-18 18:23:42 +00:00
|
|
|
InputText("website", user.Website, "Website", "Your homepage")
|
2017-06-18 18:22:43 +00:00
|
|
|
|
|
|
|
.widget
|
|
|
|
h3.widget-title
|
|
|
|
Icon("cubes")
|
|
|
|
span Accounts
|
|
|
|
|
|
|
|
InputText("accounts.anilist.nick", user.Accounts.AniList.Nick, "AniList", "Your username on anilist.co")
|
|
|
|
InputText("accounts.myanimelist.nick", user.Accounts.MyAnimeList.Nick, "MyAnimeList", "Your username on myanimelist.net")
|
2017-06-19 18:59:02 +00:00
|
|
|
InputText("accounts.kitsu.nick", user.Accounts.Kitsu.Nick, "Kitsu", "Your username on kitsu.io")
|