Commit f7a8243
authored
feat(claw): add cycling fun messages to provisioning spinner (#1393)
## 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
- [x] `pnpm typecheck` — passes
- [x] `pnpm format` — passes (auto-fixed one arrow-fn parens difference)
- [x] Lint + format pre-push hook — passes
- [x] Storybook visual check — confirmed fade cycling and spacing
## Visual Changes
https://github.com/user-attachments/assets/f7020eb8-2dae-4b4e-8a9f-58758324899c
## Reviewer Notes
The `PROVISIONING_MESSAGES` strings are intentional placeholders —
they'll be replaced with final copy in a follow-up.1 file changed
Lines changed: 37 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
116 | 131 | | |
117 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
118 | 146 | | |
119 | 147 | | |
120 | 148 | | |
| |||
169 | 197 | | |
170 | 198 | | |
171 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
172 | 208 | | |
173 | 209 | | |
174 | 210 | | |
| |||
0 commit comments