add: settings presets
This commit is contained in:
parent
cf2af1e1e9
commit
f94570f74c
9 changed files with 186 additions and 16 deletions
|
@ -74,7 +74,7 @@
|
|||
("exclude" "dropdown")
|
||||
("style" "gap: var(--pad-1) !important")
|
||||
(text "{{ components::avatar(username=user.username, size=\"24px\") }}")
|
||||
(icon_class (text "chevron-down") (text "dropdown-arrow")))
|
||||
(icon_class (text "chevron-down") (text "dropdown_arrow")))
|
||||
|
||||
(text "{{ components::user_menu() }}"))
|
||||
(text "{%- endif %} {% else %}")
|
||||
|
@ -84,7 +84,7 @@
|
|||
("class" "title")
|
||||
("onclick" "trigger('atto::hooks::dropdown', [event])")
|
||||
("exclude" "dropdown")
|
||||
(icon_class (text "chevron-down") (text "dropdown-arrow")))
|
||||
(icon_class (text "chevron-down") (text "dropdown_arrow")))
|
||||
|
||||
(div
|
||||
("class" "inner")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue