Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(user_status): Group custom message input elements and assign labe…
…l to emoji selector

Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed May 15, 2023
commit a99265bfbecbafe3fb9d83519eb217d2b6da168d
6 changes: 4 additions & 2 deletions apps/user_status/src/components/CustomMessageInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down