etcet / HNES

Hacker News Extension Suite
Other
248 stars 71 forks source link

Put search in a better place + ajax auto-complete #56

Open nfvs opened 10 years ago

nfvs commented 10 years ago

Adding this item from the TODO list in README.

Here's a suggestion for having search bar on top: screen shot 2014-05-23 at 7 29 51 pm

etcet commented 10 years ago

This looks great. My only concern is that this would require a wider browser window. It would be possible to move the search box location depending on the browser width but I'm not sure if this would result in a good user experience.

nfvs commented 10 years ago

I've submitted a commit with the searchbar at the top. It has a slightly-variable width, and the whole page now has a minimum width of 640px. Let me know what you think.