From 4fd882f12892ccb0454cb9efb1cddd7ef6dcf54d Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Wed, 8 Jul 2020 09:11:55 -0400 Subject: [PATCH] Update Dev Logs --- webqueue2-cra-test/Dev Logs.md | 3 +++ 1 file changed, 3 insertions(+) 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/).