redpanda-data / redpanda-data/console
Change table result if search doesn't have any results
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
It's not 100% clear when a quicksearch filter is applied that we haven't found any results. We just show "No messages". Ideally we can show a different error to imply that we couldn't find any records matching the search. Maybe we can also bring back the label that showed the number of matched results next to the search input?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the quicksearch filter and the table's empty-state rendering. Review how the current "No messages" state is selected and whether the matched-result count is still available near the search input. Done means an empty search result is clearly distinguished from no messages, with the result count restored if feasible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend, search
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100