add: better profile card ui
This commit is contained in:
parent
e0a6072cc4
commit
41ee7e4125
5 changed files with 25 additions and 12 deletions
|
@ -77,7 +77,13 @@
|
|||
or is_helper %}
|
||||
<div class="w-full flex justify-between items-center">
|
||||
<span class="notification chip">Last seen</span>
|
||||
<span class="date">{{ profile.last_seen }}</span>
|
||||
|
||||
<div class="flex">
|
||||
{{ components::online_indicator(user=profile) }}
|
||||
<span class="date">
|
||||
{{ profile.last_seen }}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
|
@ -16,7 +16,7 @@ content %}
|
|||
|
||||
{{ components::user_card(user=item[1]) }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endfor %} {{ components::pagination(page=page, items=list|length) }}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -16,7 +16,7 @@ content %}
|
|||
|
||||
{{ components::user_card(user=item[1]) }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endfor %} {{ components::pagination(page=page, items=list|length) }}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue