-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Improve shared status button #41453
Improve shared status button #41453
Conversation
marcoambrosini
commented
Nov 14, 2023
- partially fixes --> Beta design feedback #41450
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.
Looks really nice design-wise! Highlights the shared state while not overly distracting from the file name. :)
|
||
<style lang="scss" scoped> | ||
|
||
:deep(.button-vue--icon-and-text, .files-list__row-action-sharing-status) { |
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.
This means one of the libraries has an issue?
Do all apps that use the filepicker from nextcloud/dialogs need to cheat like this?
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.
Sorry, In the rush of those days I missed this comment.
No: this whole set of changes were temporary hacks for files screenshots sake and a less than ideal solutions. I wouldn't have wanted to replicate them in other places.
We talked about using two columns for owner and shared status and doing this properly in the near future.
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.
Looks good to me, as we need to get this done by EOD, this maybe can be improved but for now it looks good!
124d00e
to
28efb51
Compare
28efb51
to
f3f7415
Compare
Signed-off-by: Marco <[email protected]>
f3f7415
to
c2c5994
Compare
Super nice! |