-
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
Improve FileDrop View #8511
Improve FileDrop View #8511
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. |
Not sure what I'm doing wrong, but while changes to other components or views get compiled and shown in browser immediately, the changes in the filedrop view (see changed files) do not have any impact in the browser 🤷 Caching issue maybe? (is there even a cache?) |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Ok so that's a little mean... the backend doesn't know anything about you running the frontend with vite. So the public link that you copy is on port 9200, but vite is running on port 9201. So for public links you need to modify the copied URL to get the pleasure of the vite dev experience. Example: |
Some issues I was not able to solve:
|
The information who invited me to upload files seems important to me, but I'm good with the current look as well! This enhancement will go into 7.0.0, right? Is there something I can help with to speed up things? |
Some work is in the making. Some more patience required :) |
…able to use them combined Example: oc-m oc-mb-rm was not possible before. now it is
infoExpanded: now contollable via prop standalone: hide border, shadow, headerbar etc. -> can now be freely included in other context
Co-authored-by: David Christofas <[email protected]>
Final layout after talking to marketing and @tbsbdr looks like this: |
Love it! |
use with .oc-{m|p}{?direction}-{size}@{s|m|l|xl}
a7d5aaa
to
6a74070
Compare
Done from my side. Left to do:
|
Good work from your side @hurradieweltgehtunter. Who is taking care about the rest? |
Love it so far but the text "You can drag n drop the file here or choose to upload" is a little unnecessary in my opinion. Also I don't get the lower banner/branding? Looks a little chaotic to me |
Yes, and it is way to big and can be moved more to the bottom? |
Do you mean the "What is this" text part? IMO a short explanation of what the user sees and is able to do might be essential. The receiving user might not know, at all, what to do, especially since he or she is for sure not registered on the serving instance. |
IHMO choose a file or drag it here is self explaining. I don't think we add much value telling the user, that a file picker will open. I would rather go a little into detail about the upload link |
I think it makes sense to explain it. Is a good opening to the text that follows.
What do you have in mind? |
I'd love to discuss and improve this at the beginning of may |
@tbsbdr Can we continue with that PR? |
Initial
Success
|
Thanks a ton for driving this @hurradieweltgehtunter ! To get it finally done, this is now superseded by #10438 |
Description
Improve Layout of FileDrop view
Motivation and Context
The FileDrop View is an external endpoint, which gets presented to users possible not knowing what a FileDrop or even ownCloud is. The current layout does not provide any information about it and does not offer clear instructions what to do, where to click.
Also, current status of (german) translations are ... well ... 💩
Screenshots (if appropriate):
Before:
After:
Drag `n Drop state:
After upload showing file infos:
Types of changes
Checklist:
Open tasks: