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

@ -354,7 +354,7 @@
(str (text "forge:tab.tickets"))))
(text "{%- endmacro %}")
(text "{% macro profile_settings_nav_options() -%}")
(text "{% macro user_settings_nav_options() -%}")
(a
("data-tab-button" "account")
("class" "active")
@ -368,6 +368,12 @@
(text "{{ icon \"user-round\" }}")
(span
(text "{{ text \"settings:tab.profile\" }}")))
(a
("data-tab-button" "experience")
("href" "#/experience")
(text "{{ icon \"settings-2\" }}")
(span
(text "{{ text \"settings:tab.experience\" }}")))
(a
("data-tab-button" "theme")
("href" "#/theme")
@ -393,4 +399,10 @@
(text "{{ icon \"book-user\" }}")
(span
(text "{{ text \"settings:tab.close_friends\" }}")))
(a
("data-tab-button" "presets")
("href" "#/presets")
(icon (text "cooking-pot"))
(span
(str (text "settings:tab.presets"))))
(text "{%- endmacro %}")