N3developertoolkit / neo3-visual-tracker

Neo N3 blockchain explorer that is directly available within Visual Studio Code for developer usage and development scenarios.
https://marketplace.visualstudio.com/items?itemName=ngd-seattle.neo3-visual-tracker
MIT License
7 stars 11 forks source link

Fix DevTracker showing empty view on search #169

Open meevee98 opened 10 months ago

meevee98 commented 10 months ago

Searching anything on devtracker blockchain view showed an empty view, either with a valid or an invalid search. It works with the search history buttons, but not for the text input. And for invalid searches, there was no error dialog showing that the search had invalid results, making it hard to know what happened.

valid search: image previous output: image current output (doesn't show empty view anymore): image

invalid search: image image