-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: file upload notification for datasets #1247
Conversation
You can access the deployment of this PR at https://renku-ci-ui-1247.dev.renku.ch |
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.
All good! Just a note on the text for the successful operation.
For the user, it's not clear he can move away from the page while uploading. I was tempted to suggest adding such a message, but probably that would just clog the UI even more. We could consider this later if we think it's useful.
618d865
to
644f6bf
Compare
641e1a8
to
0f2fdcb
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.
This works very well! I tested uploading files to two different datasets at the same time, and that worked, the notifications were easy to follow.
Ready to merge.
🎉
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.
It works well 🎉
I suggest a minor change to simplify the "upload threshold" structure before merging -- see the comment inline
a4a2a6a
to
d636298
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.
👍
Tearing down the temporary RenkuLab deplyoment for this PR. |
When all files finished uploading on a dataset add/edit
When a file failed
/deploy
Closes #1150