Skip to content

CONV-151: Implement converting state UI#149

Merged
menvil merged 1 commit into
developfrom
feature/CONV-151-implement-converting-state-ui
Jun 1, 2026
Merged

CONV-151: Implement converting state UI#149
menvil merged 1 commit into
developfrom
feature/CONV-151-implement-converting-state-ui

Conversation

@menvil

@menvil menvil commented Jun 1, 2026

Copy link
Copy Markdown
Owner
  • Adds converting state block with spinner and source→target labels
  • Adds wire:poll.2s on converting state div
  • Adds getCurrentJobProperty, refreshConversionStatus to DashboardConverter
  • CONV-150 test passes (271/271)

🤖 Generated with Claude Code


Summary by cubic

Implements the converting state UI for the dashboard (CONV-151). Shows a spinner with source→target formats and polls every 2s to auto-advance when the job completes or fails.

  • New Features
    • Added converting state block in dashboard-converter.blade.php with spinner, format label, and a keep-page-open note (shown when $step === 'converting').
    • Enabled Livewire wire:poll.2s="refreshConversionStatus" to check job status.
    • Added getCurrentJobProperty() to load the user-scoped ConversionJob with relations, and refreshConversionStatus() to switch $step to completed or failed based on ConversionStatus.

Written for commit 959c322. Summary will update on new commits.

Review in cubic

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@menvil menvil merged commit f5ea45a into develop Jun 1, 2026
@menvil menvil deleted the feature/CONV-151-implement-converting-state-ui branch June 1, 2026 20:47
@coderabbitai

coderabbitai Bot commented Jun 1, 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: d777e76b-4f07-48c2-a0cc-376af60f4b0e

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-151-implement-converting-state-ui

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