# HG changeset patch # User Goffi # Date 1715787587 -7200 # Node ID 9847e6dbeefa24a32a384ba55ccd35e3863fab7b # Parent 5072e4a4e261582f656349a277d95339f3721087 bulma (call): add group call related templates. rel: 430 diff -r 5072e4a4e261 -r 9847e6dbeefa sat_templates/templates/bulma/call/call.html --- a/sat_templates/templates/bulma/call/call.html Sat May 11 13:55:03 2024 +0200 +++ b/sat_templates/templates/bulma/call/call.html Wed May 15 17:39:47 2024 +0200 @@ -44,6 +44,17 @@ + + + + @@ -54,7 +65,6 @@ {# Calls #} - + + + {# Group Calls #} + + + {% endblock body %} diff -r 5072e4a4e261 -r 9847e6dbeefa sat_templates/templates/bulma/call/group_peer.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sat_templates/templates/bulma/call/group_peer.html Wed May 15 17:39:47 2024 +0200 @@ -0,0 +1,27 @@ +
+ + +
diff -r 5072e4a4e261 -r 9847e6dbeefa sat_templates/templates/bulma/components/avatar.html --- a/sat_templates/templates/bulma/components/avatar.html Sat May 11 13:55:03 2024 +0200 +++ b/sat_templates/templates/bulma/components/avatar.html Wed May 15 17:39:47 2024 +0200 @@ -1,7 +1,7 @@ {% macro avatar(jid, class="is-48x48") %} {%- if identities is defined -%} {% set identity = identities.get(jid) %} - {%- if identity.avatar %} + {%- if identity.avatar.filename %}
diff -r 5072e4a4e261 -r 9847e6dbeefa sat_templates/templates/bulma/components/search_item.html --- a/sat_templates/templates/bulma/components/search_item.html Sat May 11 13:55:03 2024 +0200 +++ b/sat_templates/templates/bulma/components/search_item.html Wed May 15 17:39:47 2024 +0200 @@ -1,6 +1,10 @@ -{% import 'components/avatar.html' as avatar with context %}