codechriscode / social-media-dashboard

React + Typescript interactive dashboard using Context and Hooks, MUI-inspired components
0 stars 0 forks source link

Make overlays a trait or dependent on the state of dashboard #8

Closed codechriscode closed 2 years ago

codechriscode commented 2 years ago

To avoid double-addition of overlay or over-relying on pre-activation of overlays, make it a trait-like thing or dependent on the state of dashboard

codechriscode commented 2 years ago

Made dependent on global context

codechriscode commented 2 years ago

Solved on PR #10