зеркало из https://github.com/nextcloud/spreed.git
Add aria label to conversations
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
Родитель
c99222003d
Коммит
eb9cc94655
|
@ -27,6 +27,7 @@
|
|||
:class="{ 'active' : isActive }"
|
||||
href="#"
|
||||
class="acli"
|
||||
:aria-label="t('spreed', 'Conversation, ') + title"
|
||||
@click="onClick">
|
||||
<!-- default slot for avatar or icon -->
|
||||
<slot name="icon" />
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
</div>
|
||||
<button
|
||||
type="submit"
|
||||
:aria-label="t('spreed', 'Send message')"
|
||||
class="new-message-form__button submit icon-confirm-fade"
|
||||
@click.prevent="handleSubmit" />
|
||||
</form>
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
<ActionButton
|
||||
v-shortkey="['f']"
|
||||
:icon="iconFullscreen"
|
||||
:aria-label="t('spreed', 'Toggle fullscreen')"
|
||||
@shortkey.native="toggleFullscreen"
|
||||
@click="toggleFullscreen">
|
||||
{{ labelFullscreen }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче