-
Notifications
You must be signed in to change notification settings - Fork 159
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
Resharers now visible on top of owner entry #3076
Conversation
bug in this PR |
3a5dc09
to
1fb8150
Compare
@kulmann @LukasHirt please re-review I grew tired of |
|
61e89ba
to
83baccc
Compare
PR adjusted according to comments and checkboxes |
83baccc
to
3123701
Compare
|
|
Possibly related failures:
|
3123701
to
492e5a7
Compare
fixed the test issue: the selector for the collaborator name was confused because the reshare popup was using the same class name. Fixed by using a different class name in the popup. |
Remaining failure:
|
492e5a7
to
97ea1cf
Compare
Adjusted. Expecting CI to pass. Then it's done expect for the extra height due to missing ODS update. |
For received shares, the resharers user display names are now shown on top of the owner entry in the collaborators list, with a reshare icon, instead of having their own entry in the collaborators list. Moved reshare related tests to the reshare feature file.
97ea1cf
to
d7205e9
Compare
rebased to get the ODS update and restart the build due to setup failure |
Added popup with reshare information which lists the resharers, their avatar and additional info. Refactored the share/collaborator object to have a clearer distinction between recipient/collaborator, owner and file owner, which eases the manipulation that is needed in some places where all fields are copied over for the resharers and owner.
The info object was just the dirty object returned by the API. Now that the relevant data has been copied to the parent object in a cleaner manner, we don't need to pass it in any more.
d7205e9
to
b0562df
Compare
@LukasHirt all comments addressed, can we merge ? |
Description
For received shares, the resharers user display names are now shown
on top of the owner entry in the collaborators list, with a reshare
icon, instead of having their own entry in the collaborators list.
Moved reshare related tests to the reshare feature file.
Related Issue
Motivation and Context
Based on feedback after reviewing the feature.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: