Skip to content

Commit

Permalink
chore: Update user readiness spinner text with estimated wait time (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPhamous authored Feb 25, 2025
1 parent 7cc8c44 commit e6062f5
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 297 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
"typescript": "^5.6.2"
},
"version": "0.1.53"
}
}
4 changes: 3 additions & 1 deletion src/lib/clusters/clusters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,9 @@ function UserAddedDisplay(props: {

<Box gap={1} paddingBottom={1}>
<Spinner type="arc" />
<Text>Waiting for user to be ready...</Text>
<Text>
Waiting for user to be ready, this should take about 30 seconds...
</Text>
</Box>

<Box paddingLeft={2} flexDirection="column" gap={1}>
Expand Down
Loading

0 comments on commit e6062f5

Please sign in to comment.