Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/cli/src/ui/hooks/usePhraseCycler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export const WITTY_LOADING_PHRASES = [
"It's not a bug, it's a feature... of this loading screen.",
'Have you tried turning it off and on again? (The loading screen, not me.)',
'Constructing additional pylons...',
'New line? That’s Ctrl+J.',
];

export const PHRASE_CHANGE_INTERVAL_MS = 15000;
Expand Down