add: user settings ui
This commit is contained in:
parent
e7e9b49195
commit
f3c2157dfc
24 changed files with 1015 additions and 187 deletions
crates/app/src/public/html/profile
|
@ -16,11 +16,7 @@
|
|||
<div class="flex flex-col">
|
||||
<!-- prettier-ignore -->
|
||||
<h3 id="username" class="username">
|
||||
{% if profile.settings.display_name %}
|
||||
{{ profile.settings.display_name }}
|
||||
{% else %}
|
||||
{{ profile.username }}
|
||||
{% endif %}
|
||||
{{ components::username(user=profile) }}
|
||||
|
||||
{% if profile.is_verified %}
|
||||
<span title="Verified">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue