hatchways / team-penguin

World Chat Messenger allows users from completely different language backgrounds to converse with each other in their own language taking globalization to the next level.
2 stars 0 forks source link

Fe refactor followup 38 #39

Closed cch5ng closed 4 years ago

cch5ng commented 4 years ago

status is that currently the FE dev server will run by default without errors

cch5ng commented 4 years ago

made a mistake, since material ui is highly stylized, there was something wrong with all of the css errors. I will revisit on Mon. a couple items appear to be missing from each component:

import { makeStyles } from '@material-ui/core/styles';

also this top section is missing from components, where it is provided by material ui

const useStyles = makeStyles((theme) => ({
...
})
bonnieli commented 4 years ago

Overall, this looks good. I think as long as we get it into a state that the FE is workable, and not throwing any errors that's blocking development, we're good.

We'll tackle each feature at a time