Refactor UI

This commit is contained in:
dwrz
2026-07-04 12:44:59 +00:00
parent eeb7d6f504
commit 4a2ba2fa54
16 changed files with 3163 additions and 3142 deletions

View File

@@ -14,6 +14,7 @@
type="button"
class="compose__action-btn"
id="attach"
data-action="attach"
aria-label="Attach files"
>
<svg class="icon"><use href="/static/icons.svg#attach"></use></svg>
@@ -22,6 +23,7 @@
type="button"
class="compose__action-btn"
id="location"
data-action="location"
aria-label="Include location"
title="Include GPS location"
>
@@ -34,6 +36,7 @@
type="button"
class="compose__action-btn"
id="transcribe"
data-action="transcribe"
aria-label="Transcribe to text"
title="Record and transcribe (does not send)"
>
@@ -43,6 +46,7 @@
type="button"
class="compose__action-btn compose__action-btn--record"
id="ptt"
data-action="ptt"
aria-label="Push to talk"
>
<svg class="icon"><use href="/static/icons.svg#mic"></use></svg>
@@ -51,6 +55,7 @@
type="button"
class="compose__action-btn compose__action-btn--send"
id="send"
data-action="send"
aria-label="Send message"
>
<svg class="icon compose__icon--send"><use href="/static/icons.svg#send"></use></svg>