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

MediaStorage - be able to select an existing file #322

Open
dantownsend opened this issue Jul 21, 2023 · 0 comments
Open

MediaStorage - be able to select an existing file #322

dantownsend opened this issue Jul 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dantownsend
Copy link
Member

MediaStorage allows you to upload files. But lets say you want to reuse the same image for several rows, the choices are:

  • upload the same file again
  • copy the value from an existing row, and paste it in

Here's a very rough idea of what the UI could look like.

We add a link for using an existing file, next to the file input:

Picker

This opens a modal listing / showing each file in the media storage's folder.

Modal

When the user picks one, we use the filename from that file.

@dantownsend dantownsend added the enhancement New feature or request label Jul 21, 2023
@dantownsend dantownsend added this to To do in Enhancements via automation Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant