spacedrive icon indicating copy to clipboard operation
spacedrive copied to clipboard

[ENG-381] Update context menufs actions to support multiple source

Open fogodev opened this issue 2 years ago • 2 comments

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.

fogodev avatar Jun 07 '23 13:06 fogodev

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

linear[bot] avatar Jun 07 '23 13:06 linear[bot]

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

vercel[bot] avatar Jun 07 '23 13:06 vercel[bot]

not a fan of = { workspace = true } but ehh

My linter here gets really mad at .workspace = true lol

fogodev avatar Jun 14 '23 14:06 fogodev

not a fan of = { workspace = true } but ehh

My linter here gets really mad at .workspace = true lol

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

HeavenVolkoff avatar Jun 14 '23 22:06 HeavenVolkoff