-
Notifications
You must be signed in to change notification settings - Fork 960
chore: improve the setup experience with various fixes #8130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This was causing logs to be emitted immediately after initial setup, which seemed odd for the user.
- This view can be seen after the user creates their first workspace, so saying first is bad. - It should describe what a workspace is, so I modified the description. - The create from template button wasn't helpful!
- This didn't describe what a template actually is. - The title had the same problem as workspaces, where first makes no sense.
This was causing an exception to be thrown.
label: t("suspendMenuItem") as | ||
| string | ||
| JSX.Element | ||
| null, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as previous
label: t("activateMenuItem") as | ||
| string | ||
| JSX.Element | ||
| null, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as previous
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall very nice changes!
Every commit message has detailed info of each change. I simply went through the setup experience and noticed ~10 things that were pretty janky.