shinglyu / moztrap-new-ui

A new frontend UI for MozTrap that levarages on its REST API
10 stars 13 forks source link

autocomplete support! #141

Closed HermesCheng closed 9 years ago

HermesCheng commented 9 years ago
  1. support autocomplete and tag
  2. support 'modifier:search string'
  3. space support @2
  4. fix suite edit page wrap twice bugs
  5. add some css for #searchinput
HermesCheng commented 9 years ago

@shinglyu , I have updated the commit.

  1. support autocomplte and tag
  2. support 'modifier:search string'
  3. space support @2
  4. support user can input "several 'tagged' queries + 'non-tagged' query"
  5. fix suite edit page wrap twice bugs
  6. add some css for #searchinput

KNOWN ISSUES: only get limited results (20), and does not update if user input is not in there

shinglyu commented 9 years ago

Great work! I'll review them on Mon.

HermesCheng commented 9 years ago

@shinglyu I have updated the commit.

shinglyu commented 9 years ago

Oops, there are conflicts because of a patch landed previously. Could you kindly pull it and resolve the conflict, then push it again? Should be fairly trivial conflict.

HermesCheng commented 9 years ago

@shinglyu , I have rebased it. Could you try again?