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

@ -148,7 +148,7 @@
("onclick" "save_context()")
(icon (text "check"))
(span
(text "{{ text \"general:action.save\" }}")))
(str (text "general:action.save"))))
(script
(text "setTimeout(async () => {
const ui = await ns(\"ui\");
@ -286,7 +286,7 @@
("class" "flex gap_2")
(text "{{ components::emoji_picker(element_id=\"new_content\", render_dialog=false) }}")
(button
(text "{{ text \"general:action.save\" }}")))))
(str (text "general:action.save"))))))
(script
(text "async function edit_post_from_form(e) {
e.preventDefault();