diff sat_templates/templates/bulma/chat/direct_messages.html @ 405:5016fb0ff62f

Blog redesign: work in progress redesign of the blog. Some templates have been moved from chat to components to be re-used in other features, like blog here. Blog follows same global design as chat with a left panel to search/open blogs.
author Goffi <goffi@goffi.org>
date Wed, 21 May 2025 15:41:00 +0200
parents 65c53ec5e777
children
line wrap: on
line diff
--- a/sat_templates/templates/bulma/chat/direct_messages.html	Tue May 06 00:37:41 2025 +0200
+++ b/sat_templates/templates/bulma/chat/direct_messages.html	Wed May 21 15:41:00 2025 +0200
@@ -2,6 +2,6 @@
 <ul class="menu-list">
     {% for contact_jid, contact_data in roster.items() %}
         {%- set name = identities[contact_jid].nicknames[0] | default(contact_jid) -%}
-        <li><a {{ {'href': chat_url + '/' + contact_jid}|xmlattr}} class="has-background-inherit has-text-white"><span class="icon"><i class="fas fa-circle has-text-success"></i></span>{{name}}</a></li>
+        <li><a {{ {'href': chat_url + '/' + contact_jid}|xmlattr}} class="has-text-white"><span class="icon"><i class="fas fa-circle has-text-success"></i></span>{{name}}</a></li>
     {% endfor %}
 </ul>