Vanilla-OS / chronos-frontend

A frontend in Vue.js for the Chronos documentation server.
https://docs.vanillaos.org
GNU Affero General Public License v3.0
6 stars 4 forks source link

bug: page going blank when searching non existing articles #75

Closed GabsEdits closed 1 week ago

GabsEdits commented 1 month ago

https://github.com/Vanilla-OS/chronos-frontend/assets/110247388/448a39fd-efde-489f-9269-ca19c2d875fe

Reproduce

GabsEdits commented 1 month ago

After investigating, I found out that it's due to not knowing what to do if the answer of the search is null, as mention in the terminal: TypeError: e.searchResponse is null. I will look into how to fix it, the best way is to show "Article not found" right in the search bar