Wire up the context menu to the room list store

Updates are passed along magically to the sublist, so we don't need to listen for the room list store's response to our changes.

This just hits the functions introduced in the last commit.
This commit is contained in:
Travis Ralston 2020-06-11 22:04:10 -06:00
parent fd029e8e80
commit 4aa15ee191
3 changed files with 40 additions and 7 deletions

View file

@ -240,6 +240,14 @@ limitations under the License.
font-size: $font-15px;
line-height: $font-20px;
font-weight: 600;
margin-bottom: 12px;
margin-bottom: 4px;
}
.mx_RadioButton, .mx_Checkbox {
margin-top: 8px;
}
.mx_Checkbox {
margin-left: -8px; // to counteract the indent from the component
}
}