NITDgpOS / Fearch

This is a chrome extension where we can search music,video and books over ftp servers. You can add it to your chrome using this link -
https://chrome.google.com/webstore/search/fearch
MIT License
37 stars 37 forks source link

#124 Implement Search history #129

Open phoenix7139 opened 5 years ago

phoenix7139 commented 5 years ago
phoenix7139 commented 5 years ago

image1

User entering query into search bar

image2

query gets stored and displayed under history

PaliwalSparsh commented 5 years ago

@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.

phoenix7139 commented 5 years ago

Is it okay to disable just a few eslint rules such as vars-on-top, no-redeclare and no-unused-vars?