Added birthday and gender fields
This commit is contained in:
@ -4,6 +4,55 @@ component SettingsExtras(user *arn.User)
|
||||
h1.page-title Extra settings
|
||||
|
||||
.settings
|
||||
//- Apps
|
||||
.widget.mountable
|
||||
h3.widget-title
|
||||
Icon("puzzle-piece")
|
||||
span Apps
|
||||
|
||||
.widget-section
|
||||
label Chrome Extension:
|
||||
a.button(href="https://chrome.google.com/webstore/detail/anime-notifier/hajchfikckiofgilinkpifobdbiajfch", target="_blank", rel="nofollow")
|
||||
Icon("chrome")
|
||||
span Get the Chrome Extension
|
||||
|
||||
.widget-section
|
||||
label Firefox Extension:
|
||||
a.button(href="https://addons.mozilla.org/en-US/firefox/addon/anime-notifier/", target="_blank", rel="nofollow")
|
||||
Icon("firefox")
|
||||
span Get the Firefox Extension
|
||||
|
||||
.widget-section
|
||||
label Android Web App:
|
||||
a.button(href="https://www.youtube.com/watch?v=opyt4cw0ep8", target="_blank", rel="noopener")
|
||||
Icon("android")
|
||||
span Get the Android Web App
|
||||
|
||||
.widget-section
|
||||
label Desktop Web App:
|
||||
button.action(data-action="installApp", data-trigger="click")
|
||||
Icon("desktop")
|
||||
span Get the Desktop Web App
|
||||
|
||||
//- Developer
|
||||
.widget.mountable(data-api="/api/settings/" + user.ID)
|
||||
h3.widget-title
|
||||
Icon("code")
|
||||
span Developer
|
||||
|
||||
.widget-section
|
||||
label API:
|
||||
a.button(href="/api")
|
||||
Icon("code")
|
||||
span API
|
||||
|
||||
.widget-section
|
||||
label GitHub:
|
||||
a.button(href="https://github.com/animenotifier/notify.moe")
|
||||
Icon("github")
|
||||
span GitHub
|
||||
|
||||
//- PRO
|
||||
.widget.mountable(data-api="/api/settings/" + user.ID)
|
||||
h3.widget-title
|
||||
Icon("star")
|
||||
@ -23,21 +72,4 @@ component SettingsExtras(user *arn.User)
|
||||
label Would you like to make this website more awesome?
|
||||
a.button(href="/support")
|
||||
Icon("star")
|
||||
span Go PRO
|
||||
|
||||
.widget.mountable(data-api="/api/settings/" + user.ID)
|
||||
h3.widget-title
|
||||
Icon("code")
|
||||
span Developer
|
||||
|
||||
.widget-section
|
||||
label API:
|
||||
a.button(href="/api")
|
||||
Icon("code")
|
||||
span API
|
||||
|
||||
.widget-section
|
||||
label GitHub:
|
||||
a.button(href="https://github.com/animenotifier/notify.moe")
|
||||
Icon("github")
|
||||
span GitHub
|
||||
span Go PRO
|
Reference in New Issue
Block a user