Skip to content

feat(claw): add cycling fun messages to provisioning spinner#1393

Merged
RSO merged 1 commit intomainfrom
RSO/pacific-hollyhock
Mar 23, 2026
Merged

feat(claw): add cycling fun messages to provisioning spinner#1393
RSO merged 1 commit intomainfrom
RSO/pacific-hollyhock

Conversation

@RSO
Copy link
Contributor

@RSO RSO commented Mar 23, 2026

Summary

Add Sims/RCT-style fun loading messages to the KiloClaw provisioning step that fade-cycle every 3.5s while users wait for their instance to spin up. The messages array is placeholder text meant to be swapped out later. The cycling message is rendered as its own block (separate from the heading/subtitle) so the parent's gap-8 spacing keeps all sections visually distinct.

Verification

  • pnpm typecheck — passes
  • pnpm format — passes (auto-fixed one arrow-fn parens difference)
  • Lint + format pre-push hook — passes
  • Storybook visual check — confirmed fade cycling and spacing

Visual Changes

CleanShot.2026-03-23.at.14.28.58.mp4

Reviewer Notes

The PROVISIONING_MESSAGES strings are intentional placeholders — they'll be replaced with final copy in a follow-up.

Add Sims/RCT-style loading messages that fade-cycle during instance
provisioning to keep users entertained while they wait.
@RSO RSO marked this pull request as ready for review March 23, 2026 15:10
@RSO RSO requested a review from a team March 23, 2026 15:11
@kilo-code-bot
Copy link
Contributor

kilo-code-bot bot commented Mar 23, 2026

Code Review Summary

Status: 1 Issue Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 0
WARNING 1
SUGGESTION 0

Fix these issues in Kilo Cloud

Issue Details (click to expand)

WARNING

File Line Issue
src/app/(app)/claw/components/ProvisioningStep.tsx 144 The interval cleanup does not clear the nested fade timeout, so this component can schedule state updates after it unmounts.
Other Observations (not in diff)

None.

Files Reviewed (1 files)
  • src/app/(app)/claw/components/ProvisioningStep.tsx - 1 issue

Reviewed by gpt-5.4-20260305 · 97,557 tokens

@RSO RSO merged commit f7a8243 into main Mar 23, 2026
18 checks passed
@RSO RSO deleted the RSO/pacific-hollyhock branch March 23, 2026 15:18
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.

2 participants