Skip to content

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

Merged
merged 10 commits into from
Jun 21, 2023
Merged

Conversation

kylecarbs
Copy link
Member

Every commit message has detailed info of each change. I simply went through the setup experience and noticed ~10 things that were pretty janky.

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.
@kylecarbs kylecarbs requested review from BrunoQuaresma and bpmct June 21, 2023 16:03
@kylecarbs kylecarbs self-assigned this Jun 21, 2023
label: t("suspendMenuItem") as
| string
| JSX.Element
| null,
Copy link
Collaborator

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,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as previous

Copy link
Collaborator

@BrunoQuaresma BrunoQuaresma left a 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!

@kylecarbs kylecarbs merged commit 2a492b7 into main Jun 21, 2023
@kylecarbs kylecarbs deleted the setupexperience branch June 21, 2023 23:24
@github-actions github-actions bot locked and limited conversation to collaborators Jun 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants