ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

[Feature] Media Modal: Display a select button when image is selected #175

Closed thanhtung2693 closed 3 years ago

thanhtung2693 commented 3 years ago

Hi, In modal view, when the user select an image, can we have some kind of indicators for user to know that they can select that image instead of clicking on the close icon.

Temporarily I added a button when user select an image, hope this feature will be added in the future. Many thanks :).

image

ctf0 commented 3 years ago

most the time i use the modal with an editor & for the btn yes its a good UX but i prefer to keep it to the wrapping component to decide if any extra elements should show up or not instead of enforcing it all around, more of an opt-in option instead of opt-out.