From 398e0839f1f54bd8de2170ea0da4274835950d2b Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 13 Oct 2017 16:15:17 +0100 Subject: [PATCH 1/2] Hide the join group button Until it actually does something --- .../vector/css/matrix-react-sdk/structures/_MyGroups.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss b/src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss index 25ab3ddc0a..3a363744b0 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss @@ -34,6 +34,11 @@ limitations under the License. width: 40%; } +/* Until the button is wired up */ +.mx_MyGroups_joinBox { + visibility: hidden; +} + .mx_MyGroups_joinCreateHeader { font-weight: bold; margin-bottom: 10px; From b727944b11527cac70c655df3117b5b166ba74f4 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 13 Oct 2017 16:27:01 +0100 Subject: [PATCH 2/2] Bump electron version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 455692d15e..f38d18f5f1 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "build": { "appId": "im.riot.app", "category": "Network", - "electronVersion": "1.7.5", + "electronVersion": "1.7.9", "//asar=false": "https://github.com/electron-userland/electron-builder/issues/675", "asar": false, "dereference": true,