add: ability to convert existing communities into forums

This commit is contained in:
trisua 2025-08-05 22:36:25 -04:00
parent 3958d5eaef
commit 2407e6b213
8 changed files with 125 additions and 24 deletions

View file

@ -311,7 +311,7 @@
(div ("id" "tokens") ("style" "display: contents"))
(div
("class" "flex justify_between")
("class" "flex justify_right gap_2")
(a
("href" "/auth/login")
("class" "button")
@ -323,7 +323,8 @@
("class" "lowered")
("onclick" "document.getElementById('tokens_dialog').close()")
("type" "button")
(icon (text "check")))))))
(icon (text "check"))
(str (text "dialog:action.okay")))))))
; user scripts
(text "{%- endif %} {% if user and use_user_theme -%} {{ components::theme(user=user, theme_preference=user.settings.theme_preference) }}