Skip to content

Commit 96da77c

Browse files
committed
Add emoji labels for clarification + probably a11y
1 parent 7c8e721 commit 96da77c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/client_row.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<td><a href="#{{ client.name }}" alt="{{ client.name }}">{{ client.name }}</a></td>
33
<td>
44
{% if client.tracking_issue %}<a href="{{ client.tracking_issue }}">{% endif %}
5-
{% if client.status == 100 %}🎉
6-
{% elsif client.declined %}😭
7-
{% elsif client.tracking_issue %}🔖
5+
{% if client.status == 100 %}<span title="OMEMO is fully supported">🎉</span>
6+
{% elsif client.declined %}<span title="Client will not support OMEMO">😭</span>
7+
{% elsif client.tracking_issue %}<span title="Client is working on OMEMO support">🔖</span>
88
{% else %}❓{% endif %}
99
{% if client.tracking_issue %}</a>{% endif %}
1010
</td>

0 commit comments

Comments
 (0)