Skip to content

fix: restore paper count status line#155

Open
seanthimons wants to merge 1 commit intomainfrom
fix/paper-count-status
Open

fix: restore paper count status line#155
seanthimons wants to merge 1 commit intomainfrom
fix/paper-count-status

Conversation

@seanthimons
Copy link
Owner

Summary

  • Restores the "X visible / Y loaded / Z total" paper count status line that was lost during Phase 53 toolbar restructuring
  • Adds UI element below select-all checkbox and server-side reactive output using existing format_large_number() helper
  • Gracefully handles cases where total is unknown (shows only visible/loaded)

Test plan

  • Smoke test passed (app starts without errors)
  • User verified fix in running app

…tructuring

The "X visible / Y loaded / Z total" status line was removed when the
search results toolbar was reorganized. Re-adds it below the select-all
checkbox using existing format_large_number() helper.
Copilot AI review requested due to automatic review settings March 13, 2026 16:31
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Restores the paper count status line in the Search Notebook module UI (“visible / loaded / total”) that was lost during the Phase 53 toolbar restructure, using existing formatting helpers and pagination state.

Changes:

  • Adds a muted status line UI element below the select-all checkbox.
  • Implements a new output$paper_count_status reactive text output, formatting visible/loaded/total counts and omitting total when unknown.
  • Ignores a .worktrees directory in .gitignore.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
R/mod_search_notebook.R Adds UI + server output to display “visible / loaded / total” paper counts.
.gitignore Adds an ignore rule for .worktrees (currently duplicated).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

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.

2 participants