joshbeckman / notes

My personal site-as-a-tool
https://www.joshbeckman.org
0 stars 0 forks source link

Render search results in-page #25

Closed joshbeckman closed 1 month ago

joshbeckman commented 3 months ago

Now that the search results are always displayed on their own page, there's no need to display them in a dropdown.

They can just be rendered in-page for easier scanning and navigation.

The page should probably render a static number of results (e.g. 10) and then provide a "Load more" button to fetch more results.

It should probably render "empty state" content when there are no/fewer results.