-
Notifications
You must be signed in to change notification settings - Fork 168
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: share indicators for incoming shares #10759
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
ee6e513
to
786314b
Compare
786314b
to
2248e75
Compare
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.
- If I create a user-share I see a user-share indicator in the file list (correct so far)
- if I then create a link-share, I don't see the user-share indicator anymore, but only the link-share indicator
- both share indicators at the same time are only visible after a page reload / navigation to a different folder and back to the original location
Hmm I can't reproduce this. But I remember seeing this issue a while ago. Anything I'm missing in the steps to reproduce? 🤔 |
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.
Can't reproduce my recent issue anymore. Looks good to me, but needs a rebase now 😉
Fixes an issue where share indicators would falsely show for and in incoming shares. These are only needed where outgoing shares are being displayed, meaning in project spaces the user has access to and their personal space. Refactoring and clean-up in the course of this: * Introduce a `ResourceStatusIndicator` type * Remove the unnecessary property `target` from status indicators
2248e75
to
31384af
Compare
|
Description
Fixes an issue where share indicators would falsely show for and in incoming shares. These are only needed where outgoing shares are being displayed, meaning in project spaces the user has access to and their personal space.
Refactoring and clean-up in the course of this:
ResourceStatusIndicator
typetarget
from status indicatorsRelated Issue
Types of changes