Fearch
Fearch copied to clipboard
#124 Implement Search history
- popup.js: Store the query searched by the user and corresponding URL to localStorage.
- options.js: Retrieve stored query and URL from localStorage and display.
- options.html, options.css: revamp the UI - add back button, history page and clear history button.

User entering query into search bar

query gets stored and displayed under history
@phoenix7139 Great work with the PR and idea of feature. We will be going over few iterations and will make your PR ready to be added to the codebase. I have added few suggestions if you can incorporate them it will be really awesome.
Is it okay to disable just a few eslint rules such as vars-on-top, no-redeclare and no-unused-vars?