-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add the my team settings page #680
Conversation
a3f7a10
to
40573e5
Compare
40573e5
to
2686f2a
Compare
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.
Left a few comments for your perusal, otherwise looks good!
<Input | ||
disabled | ||
label="Join key" | ||
value={team.join_key ?? "Loading..."} |
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.
Should we add a spinner here?
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.
b/c it's an input field I'm hesitant to add a spinner; we may want to consider making the whole page a spinner while the team is loading instead, but that can be added later
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.
LGTM! ⭐
Adds the team settings page. This PR doesn't add any functionality - only the design.
TODO: