You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Figure out how to dynamically enable pieces of the UI.
I'm thinking maybe a global feature flag store.
When loading a view, you can check the store to see if certain pieces of the view should be enabled or disabled.
By modifying this store, we can implement different profiles.
This would allow the driver to not see any of the testing or debug features while she's driving at comp.
The text was updated successfully, but these errors were encountered:
Figure out how to dynamically enable pieces of the UI.
I'm thinking maybe a global feature flag store.
When loading a view, you can check the store to see if certain pieces of the view should be enabled or disabled.
By modifying this store, we can implement different profiles.
This would allow the driver to not see any of the testing or debug features while she's driving at comp.
The text was updated successfully, but these errors were encountered: