Open
[WIP] Add number of results display near search bar#135
Conversation
Co-authored-by: egrace479 <38985481+egrace479@users.noreply.github.com>
egrace479
force-pushed
the
copilot/show-number-of-results
branch
from
August 14, 2026 22:15
d91511b to
4a4f0ca
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a “number of results” indicator near the search bar so users can immediately see how many catalog items match the current filters/search (addresses Issue #130).
Changes:
- Add a
resultCountspan next to the search input in the top bar UI. - Update
renderItemListto populate the result count text on every re-render based on the filtered list length. - Update
package-lock.json(removinglibcmetadata from multiple optional native/binary package entries).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
index.html |
Adds the result count element in the search bar row layout. |
src/ui/render.js |
Updates result count text whenever the filtered/sorted list is rendered. |
package-lock.json |
Removes libc constraints from multiple optional platform-specific packages. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
egrace479
marked this pull request as ready for review
August 14, 2026 22:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
result-countspan element to the search bar row inindex.htmlrender.jsto display the count of filtered results