codyswanner / Meme-Cataloger

Learning ReactJS and Django while building something that I want to use
1 stars 1 forks source link

Duplicate Toolbar in LeftDrawer + MainContentArea #35

Closed codyswanner closed 2 months ago

codyswanner commented 4 months ago

In ContentFrame.js, MainContentArea has a Toolbar component above it pushing it out from behind TopAppBar. The LeftDrawer also has a similar Toolbar pushing it's content out from beneath TopAppBar. Could this be a single Toolbar placed above both of them? Is there a reason to have this part of the LeftDrawer overlapped by TopAppBar?

codyswanner commented 2 months ago

This is a non-issue -- if I decide to mess with it later, fine, but for now there's nothing wrong here and this issue is just creating clutter. Closing.