Closed cch5ng closed 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) => ({
...
})
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
status is that currently the FE dev server will run by default without errors
all className pointers have been commented out bc no corresponding styles have been defined
some event listeners have been commented out bc their corresponding handlers have not been defined
I did not fix any missing styles and I'm unclear about the tabs displaying on the left side (perhaps that was the convention discussed between Lakshmi and Bonnie separately)
some dummy data was hard coded in order to prevent basic render ability
some refactoring of the components: AuthenticatedApp and Sidebar will be needed after understanding what potential routes related to conversations may look like; and after the Chats list component is considered into the Sidebar