Skip to content

Remove Vue left-menu from embedded view used in Sidecar

Remove Vue left-menu from embedded view used in Sidecar

Fix https://gitlab.com/gitlab-org/gitter/webapp/issues/2185

Before /~embed After /~embed

Testing strategy

  1. Add the feature toggle, node ./scripts/utils/feature-toggle.js --name vue-left-menu --description "Left menu using Vue (alpha)"
  2. Enable the feature toggle
  3. Visit a normal room and notice the left-menu, http://localhost:5000//
  4. Visit the embedded view and notice no left-menu, http://localhost:5000///~embed
Edited by Eric Eastwood

Merge request reports