-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Transfer ownership function polishing #18270
Conversation
This is something that should be changed/fixed broadly with our design rules and not just here so we can have a consistent appearance. |
@ChristophWurst Fine for me. How do I get this onto that design rules fix backlog? |
cc @nextcloud/designers |
The list styling is a strange way to do this here, so that’s why it looks strange. Nothing wrong with the list styling, instead the flow should be adjusted. Mostly this is about wording:
Transfer button on the bottom should be greyed out until both folder and recipient are selected. |
I'm not capable of implementing this. Anyone else? |
@wiswedel How is this? |
@gary-kim awesome. Lets go for that |
3e60c83
to
6df800e
Compare
Made a few changes with @jancborchardt |
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.
The code changes look good
Touched files like apps/settings/js/vue-3.js
seem unrelated? Did you install npm dependencies before the build?
Also, this needs a rebase to resolve the conflicts |
6df800e
to
771fce2
Compare
Rebased.
The CI webpack-build succeeded so it looks like those files should be touched? Let's see if the new build passes. |
Yes, let's see. |
c681fcf
to
3f4d24e
Compare
@ChristophWurst Looks like the webpack-build is still passing. I'm also not entirely sure what part of the change resulted in all those removals. |
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.
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Use Reject instead of Decline Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
note about incoming transfer taken out by background job resolves #18272 Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Signed-off-by: Gary Kim <gary@garykim.dev>
Signed-off-by: Gary Kim <gary@garykim.dev>
wrapped notifications into double quotes to make line breaks possible Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
c3bd6aa
to
a1df5d1
Compare
@ChristophWurst fixed with #18438 :) |
Signed-off-by: Sascha Wiswedel sascha.wiswedel@nextcloud.com