feat: Add the ability to search emojis (#5928)

This commit is contained in:
Sivin Varghese 2022-12-06 05:30:42 +05:30 committed by GitHub
parent c3b6e1a732
commit 87ef39ad9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9529 additions and 74 deletions

View file

@ -53,11 +53,12 @@ import { mixin as clickaway } from 'vue-clickaway';
import ChatAttachmentButton from 'widget/components/ChatAttachment.vue';
import ChatSendButton from 'widget/components/ChatSendButton.vue';
import configMixin from '../mixins/configMixin';
import EmojiInput from 'shared/components/emoji/EmojiInput';
import FluentIcon from 'shared/components/FluentIcon/Index.vue';
import ResizableTextArea from 'shared/components/ResizableTextArea';
import darkModeMixin from 'widget/mixins/darkModeMixin.js';
const EmojiInput = () => import('shared/components/emoji/EmojiInput');
export default {
name: 'ChatInputWrap',
components: {
@ -189,8 +190,8 @@ export default {
}
.emoji-dialog {
right: $space-smaller;
top: -278px;
right: 0;
top: -302px;
max-width: 100%;
&::before {