Skip to content

Add Vue left-menu to /home/learn

Eric Eastwood requested to merge 2150-add-vue-left-menu-to-home-learn into develop

Add Vue left-menu to /home/learn

Part of https://gitlab.com/gitlab-org/gitter/webapp/issues/2150

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

Try the following with and without the feature toggle:

  1. Visit a community home http://localhost:5000/home/learn
  2. Click a link on the learn page as a sanity check
  3. Click a room on the left menu to go to chat room

Merge request reports