add: allow mods to view user notifications

This commit is contained in:
trisua 2025-06-02 21:18:19 -04:00
parent d44004e86b
commit 0983a3bb84
5 changed files with 44 additions and 15 deletions

View file

@ -32,6 +32,18 @@
(text "{{ icon \"shield-alert\" }}")
(span
(text "View warnings")))
(a
("href" "/notifs?id={{ profile.id }}")
("class" "button quaternary")
(text "{{ icon \"bell\" }}")
(span
(text "Notifications")))
(a
("href" "/requests?id={{ profile.id }}")
("class" "button quaternary")
(text "{{ icon \"inbox\" }}")
(span
(text "Requests")))
(button
("class" "red quaternary")
("onclick" "delete_account(event)")