-
Notifications
You must be signed in to change notification settings - Fork 156
"Drop Files", "Multiple Files+" Simple file management #377
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
base: main
Are you sure you want to change the base?
Conversation
Manage Files Dragged and Dropped on Top of Your Standalone Project from the File Manager.
Quickly Process Multiple Selected Files.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This already exists in the files extension |
These extensions offer other features, "Drop Files" features: You can check whether there are independent dragged files in the project, the line that runs when dragged, and the file being dragged. This allows you to create custom designs for dragging. "Multi File+" features: Efficiently processes files selected within a predefined limit using a file picker |
|
These features should be implemented in the files extension instead, to avoid unnecessary clutter |
|
preferably a PR to add stuff to this extension: As it will be used in place of the outdated files extension on the main site |
| @@ -0,0 +1,188 @@ | |||
| // Description: Manage Files Dragged and Dropped on Top of Your Standalone Project from the File Manager. | |||
| // License: MPL-2.0 | |||
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 license is not allowed, see README.md on the main repo
No description provided.