feat(FR-740): Create modal for accepting/rejecting invitations#3465
Merged
Conversation
6 tasks
Contributor
Author
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
fca0bfd to
f357591
Compare
f9a6362 to
3eb690e
Compare
f357591 to
10643d7
Compare
3eb690e to
55ffd55
Compare
10643d7 to
e78f39b
Compare
4320752 to
8fa6111
Compare
e78f39b to
eb2fb03
Compare
eb2fb03 to
53f59da
Compare
8fa6111 to
018d945
Compare
018d945 to
85526cc
Compare
85526cc to
4aaac5c
Compare
53f59da to
ce64713
Compare
ragingwind
reviewed
Apr 21, 2025
ragingwind
reviewed
Apr 21, 2025
ragingwind
reviewed
Apr 21, 2025
4aaac5c to
701524f
Compare
ce64713 to
193e25f
Compare
701524f to
540b74c
Compare
lizable
requested changes
May 23, 2025
Contributor
lizable
left a comment
There was a problem hiding this comment.
Here are minor requests for modal popup.
- How about leave the invitation modal When It comes to have multiple invitations from users, It may distracts every time user clicks add on each invitation from modal. Maybe we can leave the modal as is after clicking add/decline in modal popup.
- How about adding Accept all / Decline all options?
it would be great to have accept all/decline all button when user got multiple invitations from user(s). Let's handle this issue as a new feature.
a4e708f to
4de227f
Compare
3e9eecd to
3e532cf
Compare
Contributor
Author
|
I'll add second one after mutation is added. |
ironAiken2
requested changes
May 26, 2025
Contributor
ironAiken2
left a comment
There was a problem hiding this comment.
I think this PR has merge conflicts. Can you check them?
3e532cf to
513539a
Compare
4de227f to
2c66ded
Compare
lizable
requested changes
May 27, 2025
513539a to
3a64999
Compare
2c66ded to
765e203
Compare
765e203 to
2f37a13
Compare
3a64999 to
513539a
Compare
2f37a13 to
d1b1201
Compare
Contributor
Author
|
Resolved. |
d1b1201 to
70edc5a
Compare
70edc5a to
cb18cb4
Compare
Merge activity
|
Resolves #3535 ([FR-740](https://lablup.atlassian.net/browse/FR-740)) # Add Folder Invitation Response Modal This PR adds a new modal component that allows users to respond to folder invitations. When users click on the "Invited Folders" section in the Storage Status Panel, they can now see a list of pending invitations with options to accept or decline each invitation. The implementation includes: - New `FolderInvitationResponseModal` component that displays invitation details - Integration with the existing `useVFolderInvitations` hook - Enhanced `VFolderPermissionCell` to support both fragment and direct permission props - Added "From" translation key across all language files - Updated the Storage Status Panel to make the invitation count clickable  **Checklist:** - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after [FR-740]: https://lablup.atlassian.net/browse/FR-740?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
513539a to
2bd604d
Compare
cb18cb4 to
e010cfd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Resolves #3535 (FR-740)
Add Folder Invitation Response Modal
This PR adds a new modal component that allows users to respond to folder invitations. When users click on the "Invited Folders" section in the Storage Status Panel, they can now see a list of pending invitations with options to accept or decline each invitation.
The implementation includes:
FolderInvitationResponseModalcomponent that displays invitation detailsuseVFolderInvitationshookVFolderPermissionCellto support both fragment and direct permission propsChecklist: