Bringing in emotes, stickers, and refactors from ody #7435

Merged
jessopb merged 8 commits from reactorMentions into master 2022-01-24 17:07:09 +01:00

8 commits

Author SHA1 Message Date
zeppi
dfc2ae2827 desktop tweaks 2022-01-23 00:03:39 -05:00
Rafael
9e01335694 Refactor scrollbar CSS for portal components outside of main
Refactor channelMention suggestions into new textareaSuggestions component

Install @mui/material packages

Move channel mentioning to use @mui/Autocomplete combobox without search functionality

Add support for suggesting Emotes while typing ':'

Improve label to display matching term

Add back and improved support for searching while mentioning

Add support for suggesting emojis

Fix non concatenated strings

Add key to groups and options

Fix dispatch props

Fix Popper positioning to be consistent

Fix and Improve searching

Add back support for Winning Uri

Filter default emojis with the same name as emotes

Remove unused topSuggestion component

Fix text color on darkmode

Fix livestream updating state from both websocket and reducer and causing double of the same comments to appear

Fix blur and focus commentCreate events

Fix no name after @ error
2022-01-22 22:12:31 -05:00
saltrafael
0d3ecc87f9 Fix cancel sending sticker (#447) 2022-01-22 18:07:24 -05:00
Thomas Zarebczan
4da48921d3 Add new stickers (#347) 2022-01-22 18:06:39 -05:00
Thomas Zarebczan
dce298adf9 new Stickers! (#248) 2022-01-22 18:01:05 -05:00
saltrafael
1dd3149795 Stickers/emojis fall out / improvements (#220)
* Fix error logs

* Improve LBC sticker flow/clarity

* Show inline error if custom sticker amount below min

* Sort emojis alphabetically

* Improve loading of Images

* Improve quality and display of emojis and fix CSS

* Display both USD and LBC prices

* Default to LBC tip if creator can't receive USD

* Don't clear text-field after sticker is sent

* Refactor notification component

* Handle notifications

* Don't show profile pic on sticker livestream comments

* Change Sticker icon

* Fix wording and number rounding

* Fix blurring emojis

* Disable non functional emote buttons
2022-01-22 17:54:43 -05:00
saltrafael
403321f064 [New Feature] Stickers (#131)
* Refactor filePrice

* Refactor Wallet Tip Components

* Add backend sticker support for comments

* Add stickers

* Refactor commentCreate

* Add Sticker Selector and sticker comment creation

* Add stickers display to comments and hyperchats

* Fix wrong checks for total Super Chats
2022-01-22 16:59:39 -05:00
saltrafael
5c4cfdd4d8 [New Feature] Comment Emotes (#125)
* Refactor form-field

* Create new Emote Menu

* Add Emotes

* Add Emote Selector and Emote Comment creation ability

* Fix and Split CSS
2022-01-22 13:35:30 -05:00