Skip to content

Add delete confirmation for user-saved templates #38

@jerelvelarde

Description

@jerelvelarde

Problem

Clicking the Delete button on a user-saved template in the template library drawer permanently removes it with no confirmation. A single misclick causes irreversible data loss.

Suggested fix

Add one of:

  • An undo toast that appears for a few seconds after deletion, allowing the user to restore
  • A brief confirmation dialog before deleting
  • A soft-delete with a "Recently Deleted" section

An undo toast is probably the lightest-weight option that still provides a safety net.

Files

  • apps/app/src/components/template-library/index.tsx
  • apps/app/src/components/template-library/template-card.tsx

From PR #20 review

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions