Refactor UI
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user