Skip to content

CONV-174: Add pagination#174

Merged
menvil merged 1 commit into
developfrom
feature/CONV-174-add-pagination
Jun 2, 2026
Merged

CONV-174: Add pagination#174
menvil merged 1 commit into
developfrom
feature/CONV-174-add-pagination

Conversation

@menvil

@menvil menvil commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds WithPagination trait to RecentConversionsTable
  • Default 10 records per page
  • Pagination links rendered below the table
  • updatedSearch and updatedStatusFilter call resetPage() to return to page 1

Test plan

  • paginates recent conversions with default 10 per page
  • resets page when search changes
  • resets page when status filter changes
  • composer test passes (318 tests)
  • composer lint passes

🤖 Generated with Claude Code


Summary by cubic

Implements pagination in the RecentConversionsTable to show 10 conversions per page with navigation controls and resets to page 1 when filters change. Addresses Linear CONV-174.

  • New Features
    • Added Livewire WithPagination to RecentConversionsTable; switched from get() to paginate($perPage).
    • Default perPage is 10; view renders {{ $conversions->links() }} when multiple pages exist.
    • Resets page on updatedSearch and updatedStatusFilter to keep results consistent.

Written for commit 8a86c21. Summary will update on new commits.

Review in cubic

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@menvil menvil merged commit 3347734 into develop Jun 2, 2026
@menvil menvil deleted the feature/CONV-174-add-pagination branch June 2, 2026 07:42
@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • release

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 19c41365-e2d7-4ddd-80b4-3ae978ad2d18

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/CONV-174-add-pagination

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant