-
Notifications
You must be signed in to change notification settings - Fork 156
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
[full-ci] Redesign "Create and manage sharing links" #6749
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. |
0acaf89
to
55c88a6
Compare
2d8b1bc
to
19c182c
Compare
Results for oC10SharingPublic1 https://drone.owncloud.com/owncloud/web/24921/37/1 |
19c182c
to
e8638f3
Compare
7dae91a
to
e3160b0
Compare
e3160b0
to
db2a881
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.
added some comments. feels good so far!
additional issues:
- selected date in date picker of public link doesn't get applied anymore (blocking for merge)
- options dropdown for a link list item feels a bit too compact, but can be solved later on
packages/web-app-files/src/components/SideBar/Shares/FileLinks.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Shares/FileLinks.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Shares/FileLinks.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Shares/FileLinks.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Shares/PublicLinks/NameAndCopy.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Shares/PublicLinks/NameAndCopy.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Shares/PublicLinks/NameAndCopy.vue
Outdated
Show resolved
Hide resolved
9e064c0
to
9c3262f
Compare
3f44521
to
d67147a
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.
found some minor things, many of my findings are optional and just my personal opinion. I really do love how much you have decluttered some parts! Thanks :)
i haven't looked into the dests too much, overall a pretty good step forward. I've only reviewed to code in ide for now and will test it in the browser tomorrow once the ci is green.
packages/web-app-files/src/components/SideBar/Shares/Links/CreateForm.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Shares/Links/CreateForm.vue
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Shares/Links/CreateForm.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Shares/Links/CreateForm.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Shares/Links/CreateForm.vue
Outdated
Show resolved
Hide resolved
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 🚀
633819f
to
e882806
Compare
…rchitecture Address code review Fix remaining acceptance tests Remove unused error boolean & alert on CreateLink form component Check for ReadWriteDelete password enforcement Include #6808
SonarCloud Quality Gate failed. |
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.
One last remaining thing: public links can't be modified anymore because there is a malformed DateTime
creation. Otherwise LGTM, will approve after that's fixed.
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.
Meh. Couldn't reproduce the DateTime
conversion issue anymore. Super happy to have this merged! Feels so well aligned with regular shares now, regarding their look and feel 🤩
Related Issue