Skip to content

188 - add config for disabling features at UI level

ryanlong requested to merge 188-feature-flags into main

Created by: ri-pandey

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 (closed)

Changes Made

List the main changes made in this PR. Be as specific as possible.

  • Feature added
  • Bug fixed
  • Code refactored
  • Documentation updated
  • Other changes: [describe]

Checklist

Before submitting this PR, please make sure that:

  • Your code passes linting and coding style checks.
  • Documentation has been updated to reflect the changes.
  • You have reviewed your own code and resolved any merge conflicts.
  • You have requested a review from at least one team member.
  • Any relevant issue(s) have been linked to this PR.

Merge request reports

Loading