Updated dependencies

This commit is contained in:
2025-02-25 16:58:21 +01:00
parent 0f4245b4d0
commit 9cfd2378a8
21 changed files with 32 additions and 32 deletions

View File

@ -9,7 +9,7 @@ component SettingsExtras(user *arn.User)
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="noopener")
@ -39,29 +39,29 @@ component SettingsExtras(user *arn.User)
h3.widget-title
Icon("code")
span Developer
.widget-section
label API:
a.button(href="/api")
Icon("code")
span API
.widget-section
label Git:
a.button(href="https://git.akyoto.dev/web/notify.moe")
a.button(href="https://git.urbach.dev/web/notify.moe")
Icon("github")
span Git
//- PRO
.widget.mountable(data-api="/api/settings/" + user.ID)
h3.widget-title
Icon("star")
span PRO
if user.IsPro()
.widget-section
label
span Your PRO account expires in
span Your PRO account expires in
time.utc-date(datetime=user.ProExpires)
span .
a.button(href="/shop")