Skip to content

Commit

Permalink
Update Dev Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Jul 8, 2020
1 parent d5a4eed commit 0b700df
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Dev Logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,17 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T
- 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/).

<!-- ### Tuesday - 7/7/20 -->
### Tuesday - 7/7/20
- Continued work on a fluid drawer
- Began working on a responsive table similiar to [this project](https://github.com/ArsenyYankovsky/react-responsive-cards-table)
- After many hours of experimenting with [material-table's styling options](https://material-table.com/#/docs/features/styling) it seems that the options exposed do not provid the granularity needed for a resonsive table. Options are:
- Forego a responsive table at this point and leave it for further version, opting for scrolling tables on mobile
- Implement a CSS workaround by manually assigning styles to the table via an external styling source
- Look for an implement another library that allows for more desired behavior
- Implement a custom solution for this searchable table
- Because of time and a need to get something out, I will forego a responsive table for now
- Tomorrow should be spent working on a reponsive drawer interface

<!-- ### Wednesday - 7/8/20 -->
<!-- ### Thursday - 7/9/20 -->
<!-- ### Friday - 7/10/20 -->
Expand Down

0 comments on commit 0b700df

Please sign in to comment.