Skip to content

Add room search to Vue left-menu

Eric Eastwood requested to merge 2155-add-room-search-to-vue-left-menu into develop

Add room search to Vue left-menu

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

Dev notes:

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

With the feature-toggle on

  1. Open the search tab
  2. Search for a room you have joined and notice it listed. You will see errors for fetching rooms/people because Elasticsearch doesn't work locally in dev
  3. You can test on beta-staging for successful searches
    • Look out if rooms are duplicated in the results

  1. Search for something in one room
  2. Switch rooms with the left menu
  3. Then switch back to the search and notice it re-searched messages in that room

Closes #2155 (closed)

Edited by Eric Eastwood

Merge request reports