Skip to content

CONV-173: Add status filter#173

Merged
menvil merged 1 commit into
developfrom
feature/CONV-173-add-status-filter
Jun 2, 2026
Merged

CONV-173: Add status filter#173
menvil merged 1 commit into
developfrom
feature/CONV-173-add-status-filter

Conversation

@menvil

@menvil menvil commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds $statusFilter public property (default: 'all') to RecentConversionsTable
  • Filters query by status when not 'all'
  • Select dropdown with All/Completed/Processing/Failed options

Test plan

  • filters conversions by completed status
  • filters conversions by failed status
  • shows all statuses when filter is all
  • composer test passes (315 tests)
  • composer lint passes

🤖 Generated with Claude Code


Summary by cubic

Adds a status filter to the Recent Conversions table for quicker job discovery. Implements CONV-173 by letting users view conversions by status.

  • New Features
    • Added statusFilter with default all to RecentConversionsTable and query filtering when not all.
    • Added a select bound to wire:model.live="statusFilter" with All, Completed, Processing, and Failed options.
    • Added tests for completed, failed, and all filter states.

Written for commit cc9102b. Summary will update on new commits.

Review in cubic

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@menvil menvil merged commit 7adeb04 into develop Jun 2, 2026
@menvil menvil deleted the feature/CONV-173-add-status-filter branch June 2, 2026 07:41
@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: 5c1aa351-91ac-412c-a2af-ac9bf7162d7c

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-173-add-status-filter

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