Skip to content

Fix profile menu missing on explore page

Eric Eastwood requested to merge 2166-fix-profile-menu-missing-on-explore into develop

Fix profile menu missing on explore page

Similar to what we did on https://gitlab.com/gitlab-org/gitter/webapp/merge_requests/1421

. .

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 http://localhost:5000/home/explore
  2. Make sure the page is scrollable (probably have to make the viewport smaller)

  1. Sign out
  2. Visit http://localhost:5000/explore
  3. Make sure the page is scrollable (probably have to make the viewport smaller)

Closes #2166 (closed)

Edited by Eric Eastwood

Merge request reports