Skip to content

[WIP] Add number of results display near search bar - #135

Open
egrace479 with Copilot wants to merge 4 commits into
devfrom
copilot/show-number-of-results
Open

[WIP] Add number of results display near search bar#135
egrace479 with Copilot wants to merge 4 commits into
devfrom
copilot/show-number-of-results

Conversation

Copilot AI commented Aug 14, 2026

Copy link
Copy Markdown
Contributor
  • Add result-count span element to the search bar row in index.html
    • Implementation in render.js to display the count of filtered results
Screenshot 2026-08-14 at 5 58 21 PM

Copilot AI linked an issue Aug 14, 2026 that may be closed by this pull request
Copilot stopped work on behalf of egrace479 due to an error August 14, 2026 20:46
Copilot AI requested a review from egrace479 August 14, 2026 20:46
@egrace479
egrace479 changed the base branch from main to dev August 14, 2026 21:01
Copilot AI and others added 3 commits August 14, 2026 18:14
@egrace479
egrace479 force-pushed the copilot/show-number-of-results branch from d91511b to 4a4f0ca Compare August 14, 2026 22:15
@egrace479
egrace479 requested a lite review from Copilot August 14, 2026 22:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 resultCount span next to the search input in the top bar UI.
  • Update renderItemList to populate the result count text on every re-render based on the filtered list length.
  • Update package-lock.json (removing libc metadata 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.

Comment thread index.html Outdated
@egrace479
egrace479 marked this pull request as ready for review August 14, 2026 22:36
@egrace479
egrace479 requested a review from beanbean9339 August 14, 2026 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show number of results

3 participants