Render "no data" error message for searches with no results
Created by: unclejustin
Closes https://github.com/sourcegraph/sourcegraph/issues/40871
display "zero data" error message
Design | Actual |
---|---|
Test plan
- Run any search that returns no results. For example "asdfasdfasdf"
- Should hide the aggregations panel completely.
- Search for "repo:sourcegraph/sourcegraph"
- Should render the chart
- Change group by to "File"
- Should render the "No data to display" over the chart skeleton
App preview:
Check out the client app preview documentation to learn more.