feat(ui): board loading skeleton + empty state (U4)#410
Conversation
Closes the U4 data-states gap from the board-empty-loading-first-run mockup: the pilots showed a plain 'Loading…' line and, with zero tasks, four blank columns under a useless toolbar. - BoardSkeleton (libs/ui): shimmer placeholder mirroring the column/card layout so the load→data transition doesn't shift the page; role=status + aria-busy + injectable label; honors prefers-reduced-motion - BoardView: a centered empty state (heading + description) when there are zero tasks and emptyTitle is supplied — replaces the whole board rather than rendering an empty toolbar over blank columns - both pilots: loading → <BoardSkeleton>, and pass empty title/description to BoardView; i18n pilot.empty.* (en/fr, both apps) Verified: libs/ui + Electron tsc 0, web/electron biome clean, 24 adapter tests green; skeleton (4 cols / shimmer / aria-busy) and empty state (replaces board, no toolbar) confirmed live in the demo via DOM. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Oleg Miagkov <mrobenner@gmail.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Warning Review limit reached
Next review available in: 38 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (11)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|



What
Closes the U4 data-states gap (mockup
board-empty-loading-first-run.html). The pilots showed a plainLoading…line, and with zero tasks rendered four blank columns under a useless toolbar.libs/ui) — shimmer placeholder mirroring the KanbanBoard column/card layout so the load→data transition doesn't shift the page.role=status+aria-busy+ injectablelabel; honorsprefers-reduced-motion.emptyTitleis supplied; it replaces the whole board rather than showing an empty toolbar over blank columns. (The filtered-empty case still shows the toolbar + the match-count status line from U3.)<BoardSkeleton>; pass empty title/description to BoardView. i18npilot.empty.*/kanbanPilot.empty.*in en+fr for both apps.Verification
libs/uitsc 0, Electron tsc 0, web + electron biome clean, 24 adapter/filter tests green.aria-busy=true/aria-label/ active animation; empty state = centered message with the board + toolbar absent.🤖 Generated with Claude Code