Skip to content

Undo/Redo Support (Ctrl+Z / Ctrl+Y) #107

@zubeyralmaho

Description

@zubeyralmaho

What:

Add undo/redo functionality with keyboard shortcuts (Ctrl+Z / Ctrl+Y).

Why:

Users need the ability to revert accidental changes and redo actions. This is a standard UX feature expected in any builder application.

How:

  • Add history management to PropContext (past/future arrays)
  • Implement undo() and redo() functions
  • Add Ctrl+Z (undo) and Ctrl+Y (redo) keyboard shortcuts in useKeyboardActions

Checklist:

  • Documentation added to the docs site
  • Tests
  • Ready to be merged

Related PR

#106

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions