enso/app/ide-desktop/lib/dashboard
somebody1234 2df2b50f4d
Drag and drop (#7987)
- Closes https://github.com/enso-org/cloud-v2/issues/697
- Adds infrastructure to support drag-and-drop
- Implements drag-and-drop for deleting and undeleting assets
- Implements drag-and-drop for moving assets to a new directory (or the root directory)
- Also implements "cut" and "paste" context menu actions (and keyboard shortcuts) using the new endpoint for moving files
- "Copy" and "duplicate" actions are *not* implemented, as I don't think there are backend endpoints for those yet.
- Fades items out when cutting (Cmd+X), fades them back in when cancelling (Esc)
- Fixes bug where keyboard shortcut handlers were not registered for table-wide shortcuts (delete all, restore all, cut all)

# Important Notes
Drag-and-drop for more situations are planned but intentionally not yet implemented:
- Labels (backend is WIP, and blocked on the corresponding frontend PR)
- Moving assets between folders (backend functionality does not yet exist)
2023-10-16 12:07:30 +00:00
..
mock/authentication/src/authentication Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
playwright Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
src Drag and drop (#7987) 2023-10-16 12:07:30 +00:00
test/authentication/src Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
test-component/authentication/src Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
test-e2e Drag and drop (#7987) 2023-10-16 12:07:30 +00:00
.gitignore Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
bundle.ts [Gui2] Opening projects and language server connection (#7813) 2023-09-22 03:43:25 +00:00
esbuild-config.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
log-screenshot-diffs.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
package.json Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
playwright-component.config.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
playwright-e2e.config.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
playwright.config.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
tailwind.config.ts (even more) Dashboard fixes (#7877) 2023-09-29 13:40:02 +00:00
test-server.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
tsconfig.json [Gui2] Opening projects and language server connection (#7813) 2023-09-22 03:43:25 +00:00
watch.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00