-
Notifications
You must be signed in to change notification settings - Fork 323
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
On desktop, drag and drop file on the scene should read it directly from its location. #6263
Comments
Renamed a bit to avoid a confusion I had with the file links. |
This is a task for the GUI team, but we probably need to split it further. |
I'm assuming "On desktop" means on Electron when using the local backend. In that case, the dashboard already does something like this for adding projects, so it may be a useful reference: enso/app/ide-desktop/lib/dashboard/src/authentication/src/dashboard/components/projectNameColumn.tsx Lines 155 to 167 in cd84ac1
|
Added an issue for implementing the existing file drag and drop behavior in new gui #8158 Special handling of local paths in electron client is kept out of scope from that task, so this feature report still stands. |
Refinement note:
|
- Closes #6263 # Important Notes - Still needs to be tested on Windows and macOS - Currently does not check whether <kbd>Ctrl</kbd> is pressed to forcibly upload the file
Discord username
No response
How important is this feature to you?
2 – Somewhat important, but I can live without it
Describe the idea you'd like to see implemented.
Currently, while dragging and dropping the file on the scene the file is automatically copied to the
data
folder inside a project folder.Instead of this on desktop we should:
ctrl
the file should be copied to adata
folder in a project.Is your feature request related to a problem?
No response
Screenshots, screencasts, mockups.
No response
Would you be willing to help us implement this feature?
No
The text was updated successfully, but these errors were encountered: