rollycubes
rollycubes copied to clipboard
chat emoji support
add an emoji picker UI to the chat
As of writing, it looks like chat has emoji support. Should this still be open?

@brimonk added a better description; this is to add UI for picking emojis
something like this:
form button {
width: 32px;
height: 32px;
position: absolute;
right: 74px;
bottom: 77px;
border-radius: 64px;
}
form button::before {
content: '😀';
}