-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Enable Teams & Projects on joining of a team #5477
Conversation
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.
Looks good to me! And does the job 👍 thanks @AlexTugarev.
Left two suggestions in-line. Please feel free to address or dismiss them. Then, please feel free to manually carry over the lgtm
label, and to remove the hold (without re-requesting a review 🌴).
/approve
/lgtm
/hold
})(); | ||
|
||
} | ||
} |
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.
You could simplify this Effect's 🍝 code a bit by adding if (!user) { return; }
at the top. (Also the empty line is unnecessary. 😇)
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.
I'd love to see that PR reverted rather soon, i.e. getting to general availability of Teams & Projects. I would be great to just revert this PR by then with less effort. WDYT?
LGTM label has been added. Git tree hash: db9b88b1308072ce3bbf5eeffa72612d48b35518
|
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.
Works as expected! Thanks for adding this @AlexTugarev! 🧙
For a UX perspective there's a small but barely noticeable change in the user interface when joining a team but this is probably a broader issue with the frontend app, right? See screen recording and notice the top menu changing two times and page error (undefined
) before loading the team.
Untitled.mov
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gtsiolis, jankeromnes Associated issue: #5476 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
wrt #5477 (review) @gtsiolis, yes it seems to be related to the decoupled states of pages and menu. as we want the menu to render quickly, we cannot await the additional roundtrip. |
Thanks for clarifying @AlexTugarev! |
Closes #5476