Skip to content
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

Missing asset context menu actions #753

Closed
4 of 16 tasks
markus-moser opened this issue Nov 28, 2024 · 0 comments · Fixed by #758, #791 or #814 · May be fixed by #783
Closed
4 of 16 tasks

Missing asset context menu actions #753

markus-moser opened this issue Nov 28, 2024 · 0 comments · Fixed by #758, #791 or #814 · May be fixed by #783
Assignees

Comments

@markus-moser
Copy link
Contributor

markus-moser commented Nov 28, 2024

We have 4 different locations for context menu items. The following list shows the currently missing actions:

1. Tree

  • Download (for single assets)
  • Upload new version (for single assets)

2. Asset folder preview
Image

  • Open
  • Download
  • Show in tree (we need to do this later)

3. Asset list view
Image
=> There the context menu is currently missing totally. We should add it as regular context menu with right click. Maybe we later also add it as 3 dots Button in addition to the right click, but the right click is important as a row can get really long.

  • Open
  • Rename
  • Delete
  • Download
  • Show in tree (we need to do this later)

This can be exactly the same like in the Asset folder preview. We should share the same code.

4. Asset detail "more" button:
Image

For folders:

  • Rename
  • Delete
  • Download as zip

For regular assets:

  • Open
  • Rename
  • Delete
  • Download
  • Clear thumbnails
  • Share via notifications (let's add this later)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment