Skip to content

Hide feature toggles from the next.gitter.im UI

Eric Eastwood requested to merge hidden-feature-toggles into develop

Hide feature toggles from the next.gitter.im UI

MR for next.gitter.im: https://gitlab.com/gitlab-org/gitter/next-gitter-im/merge_requests/2

Sometimes we just want to control the feature toggle ourselves.

Spawned from the left-menu and new vue-left-menu feature toggle which can cause confusion so just opting to hide the left-menu feature toggle.

You can still toggle these via the API, they just aren't listed on next.gitter.im


node ./scripts/utils/feature-toggle.js --name test-hidden-feature --description "Testing hidden feature toggles" --hidden
Edited by 🤖 GitLab Bot 🤖

Merge request reports