owncast/core/chat/events
gingervitis 9a91324456
Inline chat moderation UI (#1331)
* - mock detect when user turns into moderator
- add moderator indicator to display on messages and username changer

* also mock moderator flag in message payload about user to display indicator

* add some menu looking icons and a menu of actions

* WIP chat moderators

* Add support for admin promoting a user to moderator

* WIP-
open a more info panel of user+message info; add some a11y to buttons

* style the details panel

* adjust positioning of menus

* Merge fixes. ChatClient->Client ChatServer->Server

* Remove moderator bool placeholders to use real state

* Support inline hiding of messages by moderators

* Support inline banning of chat users

* Cleanup linter warnings

* Puppeteer tests fail after typing take place

* Manually resolve conflicts in chat between moderator feature and develop

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2021-11-02 19:27:41 -07:00
..
actionEvent.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00
connectedClientInfo.go Inline chat moderation UI (#1331) 2021-11-02 19:27:41 -07:00
events.go Optimise regexp usage (#1502) 2021-10-29 12:29:01 -07:00
eventtype.go Rework how hiding messages works. (#1509) 2021-11-02 18:00:15 -07:00
nameChangeEvent.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00
setMessageVisibilityEvent.go Rework how hiding messages works. (#1509) 2021-11-02 18:00:15 -07:00
systemMessageEvent.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00
userDisabledEvent.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00
userJoinedEvent.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00
userMessageEvent.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00