Add a temporary tab for visiting the old settings
For debugging purposes
This commit is contained in:
parent
d907647e61
commit
a8ec40a8b0
4 changed files with 33 additions and 15 deletions
|
@ -15,37 +15,32 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import {_t} from "../../../../languageHandler";
|
||||
|
||||
export default class GeneralSettingsTab extends React.Component {
|
||||
static propTypes = {
|
||||
onFinished: PropTypes.func.isRequired,
|
||||
};
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div className="mx_SettingsTab">
|
||||
<div className="mx_SettingsTab_heading">{_t("General")}</div>
|
||||
<div className="mx_GeneralSettingsTab_profile mx_SettingsTab_section">
|
||||
<span className="mx_SettingsTab_subheading">{_t("Profile")}</span>
|
||||
<input type="text" value="travis" />
|
||||
<input type="text" value="TravisR" />
|
||||
<input type="text" value="travis"/>
|
||||
<input type="text" value="TravisR"/>
|
||||
</div>
|
||||
<div className="mx_GeneralSettingsTab_profile mx_SettingsTab_section">
|
||||
<span className="mx_SettingsTab_subheading">{_t("Profile")}</span>
|
||||
<input type="text" value="travis" />
|
||||
<input type="text" value="TravisR" />
|
||||
<input type="text" value="travis"/>
|
||||
<input type="text" value="TravisR"/>
|
||||
</div>
|
||||
<div className="mx_GeneralSettingsTab_profile mx_SettingsTab_section">
|
||||
<span className="mx_SettingsTab_subheading">{_t("Profile")}</span>
|
||||
<input type="text" value="travis" />
|
||||
<input type="text" value="TravisR" />
|
||||
<input type="text" value="travis"/>
|
||||
<input type="text" value="TravisR"/>
|
||||
</div>
|
||||
<div className="mx_GeneralSettingsTab_profile mx_SettingsTab_section">
|
||||
<span className="mx_SettingsTab_subheading">{_t("Profile")}</span>
|
||||
<input type="text" value="travis" />
|
||||
<input type="text" value="TravisR" />
|
||||
<input type="text" value="travis"/>
|
||||
<input type="text" value="TravisR"/>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue