Skip to content

CONV-164: Create RecentConversionsTable skeleton#164

Merged
menvil merged 1 commit into
developfrom
feature/CONV-164-create-recent-conversions-table-skeleton
Jun 2, 2026
Merged

CONV-164: Create RecentConversionsTable skeleton#164
menvil merged 1 commit into
developfrom
feature/CONV-164-create-recent-conversions-table-skeleton

Conversation

@menvil

@menvil menvil commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Creates RecentConversionsTable Livewire component at app/Livewire/RecentConversionsTable.php
  • Adds minimal skeleton view rendering "Recent Conversions" heading
  • Registers the component on the dashboard below the converter UI

Test plan

  • renders recent conversions table component — Livewire smoke test
  • renders recent conversions section on dashboard — HTTP integration test
  • composer test passes (292 tests)
  • composer lint passes
  • npm run build passes

🤖 Generated with Claude Code


Summary by cubic

Adds the RecentConversionsTable Livewire component and mounts it on the dashboard as a placeholder “Recent Conversions” section. Implements the initial UI scaffold for Linear CONV-164.

  • New Features
    • New component at app/Livewire/RecentConversionsTable.php with a minimal view that shows “Recent Conversions”.
    • Dashboard now renders <livewire:recent-conversions-table /> below the converter UI.

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

Review in cubic

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@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: 3b239d94-c987-4c8d-80db-b95c65fe54b2

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-164-create-recent-conversions-table-skeleton

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.

@menvil menvil merged commit 14250b2 into develop Jun 2, 2026
2 checks passed
@menvil menvil deleted the feature/CONV-164-create-recent-conversions-table-skeleton branch June 2, 2026 07:31
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