add: user links and location
This commit is contained in:
parent
5fafc8d7b9
commit
140a11ff72
18 changed files with 442 additions and 222 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue