1 repository
Customizable confirmation prompts triggered before executing destructive or non-idempotent actions.
Distinguishing note: None of the shortlist candidates relate to confirmation dialogs or user-facing security prompts; this is a distinct UX security pattern.
Explore 1 awesome GitHub repository matching security & cryptography · Confirmation Dialogs. Refine with filters or upvote what's useful.
Hotwire Turbo is a server-driven navigation and HTML streaming framework that intercepts link clicks and form submissions to fetch pages in the background and replace content without full browser reloads. It provides a Turbo Frame component that scopes page regions into independent contexts, enabling partial page updates where only a specific area of the page navigates or loads content. The framework includes a page cache and morph system that stores recently visited pages for instant restoration and applies minimal DOM changes on refresh, preserving scroll position and element state. The fra
Hotwire Turbo defines a custom function, returning a promise, that is called when a link with a confirmation attribute is clicked.