feat(dashboard): BYOC cluster page redesign, create cluster next steps, themed Book a call - #5751
Conversation
…s, themed Book a call
|
🚅 Deployed to the actors-pr-5751 environment in rivet-frontend
|
ReviewOverall a clean sync of the BYOC dashboard redesign. The Potential bugsRegion pagination lost its per-page error/retry path ( {hasNextPage ? (
<div className="mt-3 flex justify-center">
<Skeleton className="h-4 w-32" />
</div>
) : null}If a later page's fetch fails (transient network error, timeout) while an earlier page already succeeded, Code qualityThird-party DOM coupling lives in the generic dialog hook ( Module-level mutable state for the Cal singleton ( Minor / nit
Test coverageNo unit test was added for Nice touches
🤖 Generated with Claude Code |
Syncs the BYOC dashboard work from the EE frontend so the two trees match again.
+N morebadge instead of stacking one badge per row.linkReady; otherwise every reopen fell back to Cal's default palette.MultiSelectFormFieldgains an opt-inmaxCountprop; existing call sites are unchanged.