diff --git a/webqueue2-cra-test/Dev Logs.md b/webqueue2-cra-test/Dev Logs.md index 7cb0c6f..d8522e5 100644 --- a/webqueue2-cra-test/Dev Logs.md +++ b/webqueue2-cra-test/Dev Logs.md @@ -25,6 +25,9 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T - **alpha**: buggy, incomplete changes, not meant for general use - **beta**: testing, should be complete but room to grow - **release**: ready for general consumption +- Began using [CssBaseline](https://material-ui.com/api/css-baseline/#cssbaseline-api) componenet from MUI as a CSS normalizer +- Worked on creating a fluid drawer for item views similar to [this MUI example](https://material-ui.com/components/drawers/#persistent-drawer) + - [This video](https://www.youtube.com/watch?v=k_AN49fA9g0) about the `makeStyles` and `useStyles` hooks was quite helpful in explaining how to extend [MUI's default theme](https://material-ui.com/customization/default-theme/).