-
Notifications
You must be signed in to change notification settings - Fork 171
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
Collaborative projects #5033
Collaborative projects #5033
Conversation
Job #11035: Bundle Size — 63.2MiB (+2.11%).
Warning Bundle contains 58 duplicate packages – View duplicate packages Bundle metrics
Bundle size by type
View job #11035 report View feat/collaborative-project branch activity View project dashboard |
Performance test results: |
Co-authored-by: Federico Ruggi <[email protected]>
@liady I added tests and did actual lazy loading of access requests in here |
u: unknown, | ||
): u is ProjectAccessRequestWithUserDetails { | ||
const maybe = u as ProjectAccessRequestWithUserDetails | ||
return ( |
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.
maybe I went a little overboard with this, but it feels good enough?
Co-authored-by: Federico Ruggi <[email protected]>
This PR adds the ability to:
This builds on #5039 .
The flow (with temp UI):
Monosnap.screencast.2024-03-14.02-14-37.mp4