jeffalo / ocular

forum search for scratch
https://ocular.jeffalo.net
52 stars 27 forks source link

Resolve #143: Add a message when no posts are found #167

Closed Purple-Hacker closed 2 years ago

Purple-Hacker commented 2 years ago

Added 'content not found' message when no posts are found.

jeffalo commented 2 years ago

This looks good, however rather than only implementing the message on the search page, could we try adding it to the PostList component instead?

jeffalo commented 2 years ago

Tested it, and I get "Cannot read properties of undefined (reading 'length')" whenever visiting the search page without a query. Perhaps try adding a posts && to it.