[ENG-381] Update context menufs actions to support multiple source
This PR introduces the feature to pass multiple file at same time to the backend for multiple purposes, like opening, copying, moving, renaming, encrypting and decrypt files. Still needs some frontend support.
ENG-381 Update context menu/FS actions to support multiple source files
The UX here will have to be taken into consideration, and this will probably be quite a large undertaking.
- [X] Open
- [X] Open with
- [X] Rename
- [X] Remove from recents
- [X] Cut
- [X] Copy
- [X] Duplicate
- [X] Assign tag
- [X] Encrypt
- [X] Decrypt
- [ ] Compress
- [X] Delete
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| spacedrive-web | ❌ Failed (Inspect) | Jun 14, 2023 9:47pm |
1 Ignored Deployment
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| spacedrive-landing | ⬜️ Ignored (Inspect) | Visit Preview | Jun 14, 2023 9:47pm |
not a fan of
= { workspace = true }but ehh
My linter here gets really mad at .workspace = true lol
not a fan of
= { workspace = true }but ehhMy linter here gets really mad at
.workspace = truelol
We could use this form instead:
[package.license]
workspace = true
[package.repository]
workspace = true
[package.edition]
workspace = true
Should work the same, and be more in line with the YAML syntax