Skip to content

Add Vue left-menu to community home

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

Add Vue left-menu to community home

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

/<community>/home

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 /<community>/home
  2. Make sure the page is scrollable
  3. Click the profile icon in the top-right to ensure JavaScript is loaded
  4. Click a room on the left menu to go to chat room
Edited by Eric Eastwood

Merge request reports