-
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] Unify people sharing sidebar (no panels, inline sharee editing) #6039
Conversation
1b50c53
to
82b5716
Compare
Results for oC10SharingAccept https://drone.owncloud.com/owncloud/web/20395/16/1
|
Results for oC10Files1 https://drone.owncloud.com/owncloud/web/20395/17/1
|
f13512c
to
7351506
Compare
Results for oC10SharingPublicExpireAndRoles https://drone.owncloud.com/owncloud/web/20409/38/1
|
aad2af5
to
1f4ef64
Compare
1f4ef64
to
ca735d3
Compare
|
||
export default { | ||
name: 'NewCollaborator', | ||
name: 'NewCollaboratorForm', |
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 like NewCollaboratorForm, but should we name the file accordingly?
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.
Sure, I can take care of that! Any other suggestions regarding naming? I'm not 100% happy with what I've got so far
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.
Maybe AddNewCollaboratorForm?
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.
... or InviteCollaboratorForm
?
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.
yes that sounds good, I would also rename the folder from NewCollaborator to InviteCollaborator sounds more intuitive
3147e7b
to
f09e684
Compare
Results for oC10SharingInternalGroups https://drone.owncloud.com/owncloud/web/20480/26/1
|
packages/web-app-files/src/components/SideBar/Links/PublicLinks/LinkEdit.vue
Show resolved
Hide resolved
packages/web-app-files/tests/unit/components/SideBar/Shares/RoleDropdown.spec.js
Show resolved
Hide resolved
packages/web-app-files/tests/unit/components/SideBar/Shares/RoleDropdown.spec.js
Show resolved
Hide resolved
...files/tests/unit/components/SideBar/Shares/InviteCollaborator/InviteCollaboratorForm.spec.js
Show resolved
Hide resolved
...es/web-app-files/src/components/SideBar/Shares/InviteCollaborator/InviteCollaboratorForm.vue
Show resolved
Hide resolved
SonarCloud Quality Gate failed. |
Results for oC10SharingAccept https://drone.owncloud.com/owncloud/web/21207/15/1
|
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.
Lets merge 🥇
Description
Move invite form into the people sharing main panel and introduce inline editing for existing shares (instead of an
edit
subpanel).Related Issue
Motivation and Context
See linked issues
How Has This Been Tested?
Types of changes
Checklist:
Open tasks:
read+share
permissions asViewer
, not asCustom permissions
)owner
if the sharee list before and don't do that anymore in this PR intentionally)