fix(user_status): Group custom message input elements and assign label to emoji selector

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2023-05-08 14:12:20 +02:00
parent 2133b0ecdd
commit a99265bfbe

View file

@ -19,9 +19,11 @@
-
-->
<template>
<div class="custom-input">
<div class="custom-input" role="group">
<NcEmojiPicker container=".custom-input" @select="setIcon">
<NcButton class="custom-input__emoji-button" type="tertiary">
<NcButton type="tertiary"
class="custom-input__emoji-button"
:aria-label="t('user_status', 'Emoji for your status message')">
{{ visibleIcon }}
</NcButton>
</NcEmojiPicker>