* Track recently used logins & display first in popup
Results are sorted by:
- Most recent store first
- Within each store, login with highest use count first
- Within same usage count, most recent first
There is a 60-sec debounce on logins, to avoid excessive incrementing of
the counter when a login is used multiple times in rapid succession
(e.g. for copying user / pass etc.).
* Add button to remove domain filter
* Fix removing hint via backspace when search text is present
* Move trim & fuzzy-enabled into search function
* Simplify code
* Use a more descriptive name
* Handle settings response properly
* Change location of default store settings
* Generate chrome extension
* Move popup into its own folder
* Move distribution javascript into new folder
* Remove checkpoint
* Ignore dist JS files
* Rename background source file
* Update clean rule
* Fix make rule for generated files
* Also tidy CSS files
* Implement searching
* Add icon to search bar
* Add copy-password action
* Add copy-user action
* Add launch action
* Button styling
* Send action to backend
* Set targets to .PHONY
* Highlight the first entry
* Allow disabling fuzzy search by starting search with a space