comparison sat_templates/templates/bulma/chat/message.html @ 371:a5a80d761e3e

bulma (call): update template to integrate call features: previously, call template was a minimum UI for testing implementation. This commit introduce a usable UI with search interface, mute and full screen button, animations, and other UI/UX improvments. rel 423
author Goffi <goffi@goffi.org>
date Wed, 09 Aug 2023 00:11:39 +0200
parents 095bd5b34080
children 941e4006ab6e
comparison
equal deleted inserted replaced
370:281d1c958d56 371:a5a80d761e3e
61 <img src="{{attachment.sources[0].url}}" alt="{{attachment.name}}"> 61 <img src="{{attachment.sources[0].url}}" alt="{{attachment.name}}">
62 {%- else %} 62 {%- else %}
63 {{ icon('doc', cls='icon') }} 63 {{ icon('doc', cls='icon') }}
64 {%- endif %} 64 {%- endif %}
65 <figcaption class="has-text-centered is-size-7"> 65 <figcaption class="has-text-centered is-size-7">
66 <a href="{{attachment.sources[0].url}}" target="_blank" class="has-text-grey">{{attachment.name}}</a> 66 <a href="{{attachment.sources[0].url if attachment.sources}}" target="_blank" class="has-text-grey">{{attachment.name}}</a>
67 </figcaption> 67 </figcaption>
68 </figure> 68 </figure>
69 {%- endfor %} 69 {%- endfor %}
70 </div> 70 </div>
71 {% endif %} 71 {% endif %}