vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

feat: VFileUpload

Open lzl0304 opened this issue 1 year ago • 3 comments

Description

Add the following features:

Completed

  • [x] Show upload progress
  • [x] Support multi-file upload

In progress

  • [x] Handle boundary cases and error handling
    • File too large
    • Network errors
    • Unsupported file types
  • [x] i18n
  • [ ] Additional document descriptions
  • [ ] Mobile support

Unit Test Coverage

  • [x] Simple upload
  • [x] Multiple file uploads
  • [x] Drag-and-drop uploads
  • [ ] Error Handling
  • [x] Upload progress

Markup:


lzl0304 avatar Jul 07 '24 15:07 lzl0304

git rebase --onto upstream/feat/v-file-upload HEAD~ and force push

KaelWD avatar Jul 07 '24 15:07 KaelWD

git rebase --onto upstream/feat/v-file-upload HEAD~ and force push

Thank you very much.

lzl0304 avatar Jul 07 '24 16:07 lzl0304

This is looking great. Keep it up 👍

johnleider avatar Jul 16 '24 18:07 johnleider