mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #1858] [MERGED] Reimplement Drag & Drop for file uploading 🎉 #1613
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1858
Author: @notAreYouScared
Created: 11/3/2025
Status: ✅ Merged
Merged: 11/9/2025
Merged by: @notAreYouScared
Base:
main← Head:charles/drag&drop📝 Commits (10+)
0b343bdfirst stages of drag and drop <3110cef8Don't need to stinkin comments!788a7adChanges.bb30808pint6ecff16add catch for timeout8eef1d1pint will be the death of me43358d2Merge branch 'main' into charles/drag&dropd013b6breplace old file uploader, add button5774019change doc query, add custom class as idf41cf67remove d&d from modal and keep file list d&d📊 Changes
6 files changed (+1092 additions, -192 deletions)
View changed files
📝
app/Filament/Server/Resources/Files/Pages/ListFiles.php(+98 -50)📝
lang/en/server/file.php(+5 -0)📝
package.json(+1 -1)➕
resources/views/filament/server/pages/file-upload.blade.php(+373 -0)➕
resources/views/filament/server/pages/list-files.blade.php(+441 -0)📝
yarn.lock(+174 -141)📄 Description
Reimplements Drag and Dropping for file uploads when viewing the file manager list. Fixes #1855 and Closes #1186
** Only Supported if the browser supports it! **
Adds support for folders 🥳 ( Also supports folderception )
Uploads directly to wings from the users pc, instead of user->panel->wings
Known Issues / Things that would be nice...
~ Check user permissions BEFORE showing the d&d
Video is outdated.... Feel free to Pull this PR and test it youself :)
https://github.com/user-attachments/assets/4632d641-2ea9-452a-8e9f-604ed9921cf6
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.