From 5116a705bcd289511d78491987245ae4ff115396 Mon Sep 17 00:00:00 2001 From: Clayton Wilson Date: Tue, 1 Oct 2019 14:32:27 -0400 Subject: [PATCH] Save before trying to fix master. --- twistter-frontend/src/App.css | 4 ++++ twistter-frontend/src/pages/edit.js | 13 +++---------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/twistter-frontend/src/App.css b/twistter-frontend/src/App.css index 5935fb8..55d854d 100644 --- a/twistter-frontend/src/App.css +++ b/twistter-frontend/src/App.css @@ -1,3 +1,7 @@ +/* body { + +} */ + .app { font-family: "Segoe UI"; font-size: large; diff --git a/twistter-frontend/src/pages/edit.js b/twistter-frontend/src/pages/edit.js index 3bffcfa..9166379 100644 --- a/twistter-frontend/src/pages/edit.js +++ b/twistter-frontend/src/pages/edit.js @@ -1,8 +1,11 @@ import React, { Component } from "react"; import axios from "axios"; import PropTypes from "prop-types"; +// TODO: Fix font, so that it is roboto // TODO: Add a read-only '@' in the left side of the handle input // TODO: Add a cancel button, that takes the user back to their profile page +// TODO: Sort imports +// TODO: Add comments // Material-UI stuff import TextField from "@material-ui/core/TextField"; @@ -31,17 +34,7 @@ const styles = { } }; -// const classes = useStyles(); - export class edit extends Component { - // profileData = { - // firstName: null, - // lastName: null, - // email: null, - // handle: null, - // bio: null, - // valid: false, - // }; componentDidMount() { axios