openpassphrase/opp-web

Search enhancement (desktop version)

abashmak opened this issue · 2 comments

  • Remove listeners for "Ctrl press" and "start of search by typing"
  • Add expandable search control
  • Add listener for '/' character to activate search box

These asks have been implemented by PR #64

One last enhancement ask is to enable closing of search box by pressing escape. Current behavior of ESC while in search clears the existing search entry any expanded categories/items. There are two possibilities, please implement whichever's easier:

  1. A second ESC press will close the search box
  2. The original ESC press will clear, collapse and close the search box

Current behavior of single ESC to clear/close searchbox and collapse items is acceptable.