Closed ri-pandey closed 4 months ago
Description
Introduced config for disabling features at UI level. Enabled features are stored in ./ui/.env, and read in ./ui/config.js, which is where components read it from.
./ui/.env
./ui/config.js
Docs
Related Issue(s)
Closes #188
Changes Made
List the main changes made in this PR. Be as specific as possible.
Checklist
Before submitting this PR, please make sure that:
@deepakduggirala I have changed this so that feature flags are read from the config and will require redeployment.
Description
Introduced config for disabling features at UI level. Enabled features are stored in
./ui/.env
, and read in./ui/config.js
, which is where components read it from.Docs
Related Issue(s)
Closes #188
Changes Made
List the main changes made in this PR. Be as specific as possible.
Checklist
Before submitting this PR, please make sure that: