Optimistic Inline Edit
Edit a field + save; the button flips optimistically, rolls back + shakes on rejection.
Static preview
This is a read-only export. Run the app locally for full interactivity — live search, demos, and server-driven islands need the Go server.
Edit a field + save; the button flips optimistically, rolls back + shakes on rejection.
ui.OptimisticAction(ui.OptimisticActionConfig{
Endpoint: "/api/rename/validate",
IdleLabel: "Save",
SuccessLabel: "Saved ✓",
})