add: better user settings page
This commit is contained in:
parent
e8cc541f45
commit
4735832cef
16 changed files with 2398 additions and 2241 deletions
|
@ -188,7 +188,7 @@
|
|||
(b
|
||||
(text "{{ text \"settings:label.change_avatar\" }}")))
|
||||
(form
|
||||
("class" "card flex gap_2 flex_row flex_wrap items_center")
|
||||
("class" "card big_icon flex gap_2 flex_row flex_wrap items_center")
|
||||
("method" "post")
|
||||
("enctype" "multipart/form-data")
|
||||
("onsubmit" "upload_avatar(event)")
|
||||
|
@ -199,6 +199,7 @@
|
|||
("accept" "image/png,image/jpeg,image/avif,image/webp,image/gif")
|
||||
("class" "w_content"))
|
||||
(button
|
||||
("class" "small square big_icon")
|
||||
(text "{{ icon \"check\" }}"))))
|
||||
(div
|
||||
("class" "card_nest")
|
||||
|
@ -208,7 +209,7 @@
|
|||
(b
|
||||
(text "{{ text \"settings:label.change_banner\" }}")))
|
||||
(form
|
||||
("class" "card flex flex_col gap_2")
|
||||
("class" "card big_icon flex flex_col gap_2")
|
||||
("method" "post")
|
||||
("enctype" "multipart/form-data")
|
||||
("onsubmit" "upload_banner(event)")
|
||||
|
@ -221,6 +222,7 @@
|
|||
("accept" "image/png,image/jpeg,image/avif,image/webp")
|
||||
("class" "w_content"))
|
||||
(button
|
||||
("class" "small square big_icon")
|
||||
(text "{{ icon \"check\" }}")))
|
||||
(span
|
||||
("class" "fade")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue