add: user links and location

This commit is contained in:
trisua 2025-08-31 23:41:12 -04:00
parent 5fafc8d7b9
commit 140a11ff72
18 changed files with 442 additions and 222 deletions

View file

@ -147,7 +147,7 @@
(button
(icon (text "check"))
(span
(text "{{ text \"general:action.save\" }}"))))))
(str (text "general:action.save")))))))
(div
("class" "card_nest")
("ui_ident" "danger_zone")
@ -170,7 +170,7 @@
("onclick" "save_context()")
(icon (text "check"))
(span
(text "{{ text \"general:action.save\" }}")))
(str (text "general:action.save"))))
(a
("href" "/community/{{ community.title }}")
("class" "button secondary")
@ -273,7 +273,7 @@
("onclick" "update_user_role(document.getElementById('uid').value, document.getElementById('role').value)")
(icon (text "check"))
(span
(text "{{ text \"general:action.save\" }}"))))
(str (text "general:action.save")))))
(div
("class" "card flex flex_col gap_2")
("id" "permission_builder"))))