cs-utulsa / Encrypted-Chat-Service

This is the major project for the year long senior software class. The focus on this repository is to create a encrypted chat service, which can be used for secure communication. It will include not only peer to peer chat services, but also file transfer and group chats.
5 stars 1 forks source link

Coding: Menu for Emojis #81

Closed tuckplace closed 1 year ago

tuckplace commented 1 year ago

Please make sure you read over the emojis page before starting this issue.

In order for a user to select and pick an emoji to send, a menu is required. On our main chat screen next to the file transfer button, a new button needs to be added for emojis. When a user clicks this button, a menu should open at the bottom.

This menu should be part of our main window, not a new one. On this menu, there should be each supported emoji and a scroll bar. Each emoji must be clickable. When an emoji is selected, it should be added to the chat bar on the message. There should then be a button to hide the emojis menu.

piangno commented 1 year ago

7 hours