rollycubes icon indicating copy to clipboard operation
rollycubes copied to clipboard

chat emoji support

Open cgsdev0 opened this issue 2 years ago • 3 comments

add an emoji picker UI to the chat

cgsdev0 avatar Mar 02 '23 15:03 cgsdev0

As of writing, it looks like chat has emoji support. Should this still be open? image

brimonk avatar Apr 27 '23 03:04 brimonk

@brimonk added a better description; this is to add UI for picking emojis

cgsdev0 avatar Apr 27 '23 06:04 cgsdev0

something like this:

form button {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 74px;
    bottom: 77px;
    border-radius: 64px;
}
form button::before {
    content: '😀';
}

cgsdev0 avatar Apr 29 '23 03:04 cgsdev0