SIGN IN SIGN UP

feat(webapp): admin UI for feature flag overrides (#3291)

Adds a dialog to the admin orgs page for viewing and editing per-org
feature flag overrides. Flags are introspected from the catalog so the
UI stays in sync with available flags automatically. Also adds a new tab
for global flags.

Refactors featureFlags.server.ts to split catalog definition (shared)
from server-only runtime (flags(), makeSetMultipleFlags). The shared
module exports flag metadata and validation so both the UI and API
routes can use it without pulling in server dependencies.
N
nicktrn committed
5447cf4843d3e9f2cbb7e8a7dc2b440568490a2f
Parent: 7210bde
Committed by GitHub <noreply@github.com> on 3/30/2026, 3:55:23 PM