Skip to content
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

Merged
merged 1 commit into from
Sep 1, 2021
Merged

Conversation

AlexTugarev
Copy link
Member

Closes #5476

Copy link
Contributor

@jankeromnes jankeromnes left a 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

})();

}
}
Copy link
Contributor

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. 😇)

Copy link
Member Author

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?

@roboquat
Copy link
Contributor

roboquat commented Sep 1, 2021

LGTM label has been added.

Git tree hash: db9b88b1308072ce3bbf5eeffa72612d48b35518

Copy link
Contributor

@gtsiolis gtsiolis left a 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

@roboquat
Copy link
Contributor

roboquat commented Sep 1, 2021

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gtsiolis gtsiolis added the feature: teams and projects [DEPRECATED] Please, use feature: organizations or feature: projects labels instead. label Sep 1, 2021
@AlexTugarev
Copy link
Member Author

/hold cancel

@roboquat roboquat merged commit a4f3803 into main Sep 1, 2021
@roboquat roboquat deleted the at/enable-teams branch September 1, 2021 11:39
@AlexTugarev
Copy link
Member Author

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.

@gtsiolis
Copy link
Contributor

gtsiolis commented Sep 1, 2021

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!

@gtsiolis gtsiolis added 🧑‍🚀 crew: teams and projects component: dashboard and removed feature: teams and projects [DEPRECATED] Please, use feature: organizations or feature: projects labels instead. labels Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invite more users to Teams & Projects
4 participants