Skip to content

CONV-172: Add search input#172

Merged
menvil merged 1 commit into
developfrom
feature/CONV-172-add-search-input
Jun 2, 2026
Merged

CONV-172: Add search input#172
menvil merged 1 commit into
developfrom
feature/CONV-172-add-search-input

Conversation

@menvil

@menvil menvil commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds $search public property to RecentConversionsTable
  • Filters by source_format, target_format, or sourceFile.original_name using LIKE queries
  • Empty search shows all rows
  • Search input rendered with live debounce (300ms)

Test plan

  • searches conversions by source file name
  • searches conversions by source format
  • searches conversions by target format
  • shows all conversions when search is empty
  • composer test passes (312 tests)
  • composer lint passes

🤖 Generated with Claude Code


Summary by cubic

Adds a search input to Recent Conversions so users can filter by file name or format in real time. Addresses Linear CONV-172 to make finding past conversions faster.

  • New Features
    • Added $search to RecentConversionsTable with wire:model.live.debounce.300ms.
    • Server-side filtering on source_format, target_format, and sourceFile.original_name (LIKE); empty search shows all rows.

Written for commit 4eeaf99. Summary will update on new commits.

Review in cubic

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@menvil menvil merged commit a91af1f into develop Jun 2, 2026
@menvil menvil deleted the feature/CONV-172-add-search-input branch June 2, 2026 07:39
@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: c307a72e-fd32-465d-8ecf-4c9228745389

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-172-add-search-input

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