-
Notifications
You must be signed in to change notification settings - Fork 76
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
fix(FR-366): remove unnecessary panel disabling via querySelector at vfolder invitation panel in summary view page #3029
Conversation
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. |
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. However, I suggest adding a link for the "Open Folder" feature.
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 agree with Jongeun's suggestion and checked it works well.
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!
Merge activity
|
…vfolder invitation panel in summary view page (#3029) resolves #3023 (FR-366) Removes unnecessary UI element disabling when accepting or declining vfolder invitations. Previously, the code would disable the entire panel and all buttons when processing these actions, which was redundant since the operations are quick and the panel gets removed upon completion anyway. Also fixes a typo in the method documentation ("vfloder" -> "vfolder"). ### How to test > Prerequisites: You need two user account to test this. 1. Login with user A. 2. Create at least two vfolders if there's no vfolder created. 3. Invite user B with vfolders created in step 2 or that alreay exists. 4. Logout user A and Login with user B. 5. Go to `Summary` page. 6. See the Invitation panel. 7. Click Accept/Decline inside the panel. 8. Click another one in the panel. **Checklist:** - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after
d9f89a1
to
c04f7c9
Compare
resolves #3023 (FR-366)
Removes unnecessary UI element disabling when accepting or declining vfolder invitations. Previously, the code would disable the entire panel and all buttons when processing these actions, which was redundant since the operations are quick and the panel gets removed upon completion anyway.
Also fixes a typo in the method documentation ("vfloder" -> "vfolder").
How to test
Summary
page.Checklist: