-
Notifications
You must be signed in to change notification settings - Fork 36
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: upload multiple files #116
feat: upload multiple files #116
Conversation
The visual problem needs to be fixed before i can merge this |
I've thought about a few ways to solve it
Which one would you advise me to implement? |
@WallysFerreira I think the list of filenames would be best - If you could implement that, it would be perfect! |
It now shows a list of file names when uploading more than 7 files (that was the breakpoint I found through experimenting) The text on the list might need a little bit of styling too |
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.
Almost everything looks good - Once the change is made, it is ready to be merged!
Co-authored-by: Kevin Nielsen <keveran@gmail.com>
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.
Looks good - thank you for the contribution!
* feat: add property 'multiple' to file input * feat: sends multiple documents or images to api * fix: show icon for each file being uploaded * fix: refresh page after uploading all files * chore: add semicolons * fix: cards overflow * chore: add EOF * fix: prevent file name overflow in card Co-authored-by: Kevin Nielsen <keveran@gmail.com> * chore: fix indentation --------- Co-authored-by: Kevin Nielsen <keveran@gmail.com>
* refactor: change folder name * refactor: page structure * fix: adding the right module path * feat: upload multiple files (#116) * feat: add property 'multiple' to file input * feat: sends multiple documents or images to api * fix: show icon for each file being uploaded * fix: refresh page after uploading all files * chore: add semicolons * fix: cards overflow * chore: add EOF * fix: prevent file name overflow in card Co-authored-by: Kevin Nielsen <keveran@gmail.com> * chore: fix indentation --------- Co-authored-by: Kevin Nielsen <keveran@gmail.com> * feat: support for more OS (#117) * feat: add support for txt files (#120) * docs: fix readme link to goreportcard * chore: fix typos across files (#121) * Update handleImageResize.go * fix: successfully typo * refactor: rename folder * refactor: remove folder backend * refactor: move to root * fix: paths * build: run go mod tidy --------- Co-authored-by: Wallys Ferreira <wallysfsilva@gmail.com> Co-authored-by: Kevin Nielsen <keveran@gmail.com> Co-authored-by: Kevin Nielsen <kevinanielsen@outlook.com>
Solves #59
There's a visual problem with the preview when uploading too many files, but it is still usable