Show new screen → Overlay gives us a nice option to create a custom modal screen. The problem is that if we want a confirmation modal (eg. “delete item”) on a screen that’s already opened in an overlay, our custom modal screen replaces the overlay screen which can:
cause confusion as to the context of the “modal”
cause UX issues because closing the “modal” also closes the original overlay screen.
My request:
A new action: “Show confirmation modal” that allows us to customize a simple modal display. A perfect example of this is when you delete a file from a file picker component.
is it not easier to make your own window… exactly the way you want? Use HTML and rich text… unless they will give us a fixed (floating) container… that you can decide the size and position…
Not easier, no. HTML modals might give me the effect I want, but creating my own modal with HTML every time I want to offer a confirmation modal would take 5x as long.
How does an HTML modal give us the ability to have custom action buttons? It’s definitely more than just “create once copy paste”. Happy to be proved wrong though— create a loom for us.
Are the Yes No buttons just a styled button block? If not, how do your html buttons actually clear values? Can it do more complicated tasks like delete an entire record or delete multiple records over a relation?
And the most important thing… this window doesn’t have a go back or close button like all other native Glide windows have… so you are in total control!
And I assume that container has a visibility condition set on it based on the previous “delete” button press?
Makes sense… but I’d really like Glide to have a native component to do this. I don’t like using set-columns to display/hide elements anymore if I can help it.
Yes… If they can make a native one, why not? It is suitable for some fast and cheap applications… for professional use… Glide native components are tough to control… that’s why I always make my own
and always convincing my customers to use Classic Apps… much better
The window size when you delete a file from the file picker could be nice for a confirmation popup. It even subtly greys out the background. Seems like a lot of the framework is already there. Voted