Display existing reactions below the message
This displays the existing reactions a message has from all users below the message. Since we don't currently have an API to actually get these events yet, adds a temporary hook that looks for a specific message to inject some sample data. This helps build out the UI for now and can be removed once it exists. Fixes https://github.com/vector-im/riot-web/issues/9573
This commit is contained in:
parent
44e9ca6c52
commit
15c5893278
8 changed files with 166 additions and 0 deletions
|
@ -259,6 +259,10 @@ $message-action-bar-fg-color: $primary-fg-color;
|
|||
$message-action-bar-border-color: #e9edf1;
|
||||
$message-action-bar-hover-border-color: #b8c1d2;
|
||||
|
||||
$reaction-row-button-bg-color: $header-panel-bg-color;
|
||||
$reaction-row-button-border-color: #e9edf1;
|
||||
$reaction-row-button-hover-border-color: #bebebe;
|
||||
|
||||
// ***** Mixins! *****
|
||||
|
||||
@define-mixin mx_DialogButton {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue