mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-16 10:18:48 +00:00
Save before trying to fix master.
This commit is contained in:
parent
721aeeb350
commit
5116a705bc
@ -1,3 +1,7 @@
|
|||||||
|
/* body {
|
||||||
|
|
||||||
|
} */
|
||||||
|
|
||||||
.app {
|
.app {
|
||||||
font-family: "Segoe UI";
|
font-family: "Segoe UI";
|
||||||
font-size: large;
|
font-size: large;
|
||||||
|
|||||||
@ -1,8 +1,11 @@
|
|||||||
import React, { Component } from "react";
|
import React, { Component } from "react";
|
||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import PropTypes from "prop-types";
|
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 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: Add a cancel button, that takes the user back to their profile page
|
||||||
|
// TODO: Sort imports
|
||||||
|
// TODO: Add comments
|
||||||
|
|
||||||
// Material-UI stuff
|
// Material-UI stuff
|
||||||
import TextField from "@material-ui/core/TextField";
|
import TextField from "@material-ui/core/TextField";
|
||||||
@ -31,17 +34,7 @@ const styles = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// const classes = useStyles();
|
|
||||||
|
|
||||||
export class edit extends Component {
|
export class edit extends Component {
|
||||||
// profileData = {
|
|
||||||
// firstName: null,
|
|
||||||
// lastName: null,
|
|
||||||
// email: null,
|
|
||||||
// handle: null,
|
|
||||||
// bio: null,
|
|
||||||
// valid: false,
|
|
||||||
// };
|
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
axios
|
axios
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user