Skip to content

Commit 5a1835e

Browse files
committed
Expand coffee spinner to 8 frames with brewing story progression
Grinding → Heating → Brewing tells a coffee-making story across the animation cycle. All frames remain equal width (10 chars after the coffee emoji) to prevent progress bar jitter. https://claude.ai/code/session_01LEre156k3sMntSx8uGDXRj
1 parent 9e79ef8 commit 5a1835e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Runner/ProgramRunner.Config.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ private static void ApplyCliOverrides(ConfigSettingsBuilder builder, CliOptions
154154
// All frames are padded to equal width to prevent progress bar jitter / 全フレームを同じ幅に揃えてプログレスバーのガタつきを防止
155155
builder.SpinnerFrames = new System.Collections.Generic.List<string>
156156
{
157+
"☕ Grinding ",
158+
"☕ Grinding..",
159+
"☕ Heating ",
160+
"☕ Heating...",
157161
"☕ Brewing ",
158162
"☕ Brewing. ",
159163
"☕ Brewing.. ",

0 commit comments

Comments
 (0)