Skip to content

Jdb/add-ui-features-hook

Warren Gifford requested to merge jdb/add-ui-features-hook into main

Created by: unclejustin

Closes https://github.com/sourcegraph/sourcegraph/issues/32165

Adds a new hook to put all of our UI configurable options in one place. This is a very simple implementation that just adds the licensed property for now.

Future PRs will use this hook to alter the UI based on the hook's result.

Test plan

  • CI tests should pass

Merge request reports

Loading