From 8282a3caf886aade41986ea18a0a1b93c2c06cfd Mon Sep 17 00:00:00 2001 From: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> Date: Mon, 6 Jul 2020 12:35:26 +0200 Subject: [PATCH] Move threepids in UserEdit to a separate tab (#51) Separates information into individual tabs for a better overview. --- src/components/users.js | 8 ++++++++ src/i18n/de.js | 1 + src/i18n/en.js | 1 + 3 files changed, 10 insertions(+) diff --git a/src/components/users.js b/src/components/users.js index e83b70e..ff21436 100644 --- a/src/components/users.js +++ b/src/components/users.js @@ -1,5 +1,6 @@ import React, { Fragment } from "react"; import PersonPinIcon from "@material-ui/icons/PersonPin"; +import ContactMailIcon from "@material-ui/icons/ContactMail"; import SettingsInputComponentIcon from "@material-ui/icons/SettingsInputComponent"; import { ArrayInput, @@ -172,6 +173,12 @@ export const UserEdit = props => ( }} /> + + } + path="threepid" + > ( } + path="connections" >