-
Notifications
You must be signed in to change notification settings - Fork 62
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
Component/file upload #316
Component/file upload #316
Conversation
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.
Thank you so much for this contribution!
There seems to be a bug in the functionality: using the first story, after I had a file and then remove it, I can't upload the same file again, only another. Not sure what the problem is at first sight.
Except this bug, In terms of functionality it all seems 👌, but the style is still not there. However that we can tweak later, I can make those changes after merging this
Also, as a note, you can make commits with our recommended structure running the command yarn cm
or yarn cm:noadd
packages/svelteui-core/src/components/FileUpload/FileUpload.svelte
Outdated
Show resolved
Hide resolved
packages/svelteui-core/src/components/FileUpload/FileUpload.svelte
Outdated
Show resolved
Hide resolved
packages/svelteui-core/src/components/FileUpload/FileUpload.svelte
Outdated
Show resolved
Hide resolved
packages/svelteui-core/src/components/FileUpload/FileUpload.svelte
Outdated
Show resolved
Hide resolved
packages/svelteui-core/src/components/FileUpload/FileUpload.styles.ts
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.
Thank you for this contribution! 🙌 We still need to make some changes to the styling, but I think it's ready in terms of functionality
Add New File upload control