clibs / website

The source code for clibs.org.
https://www.clibs.org
3 stars 2 forks source link

Fix search page UI when query is missing #12

Closed stephenmathieson closed 3 years ago

stephenmathieson commented 3 years ago

This patch updates the logic in the /search page. We'll no longer attempt to search for packages if there isn't a search query (?q=); instead, we simply render an error message.

This has the added benefit of working well on smaller viewports (rather than the <table> being offset/etc).

Closes #8

stephenmathieson commented 3 years ago

mobile screenshot