Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nodes): History / undo / redo #4137

Closed
psychedelicious opened this issue Aug 2, 2023 · 1 comment · Fixed by #6379
Closed

feat(nodes): History / undo / redo #4137

psychedelicious opened this issue Aug 2, 2023 · 1 comment · Fixed by #6379
Assignees
Labels
3.x.x Issues related to InvokeAI 3.x.x nodes / workflows web ui

Comments

@psychedelicious
Copy link
Collaborator

  • What actions are undo-able?
    • Adding/removing nodes/edges
    • Setting node values
    • Moving nodes - probably use the dragEnd events to capture the final positions in history
  • How do we implement the history?
  • There's a manual implementation in Canvas for undo/redo for reference, though we'd be happy to use a library to manage this.
  • After learning lessons with Canvas history and localStorage, we probably do not want to persist history across reloads.
@psychedelicious psychedelicious self-assigned this Aug 2, 2023
@psychedelicious psychedelicious added web ui nodes / workflows 3.x.x Issues related to InvokeAI 3.x.x labels Aug 2, 2023
@psychedelicious psychedelicious changed the title Node editor history Node editor: History Aug 2, 2023
@ymgenesis
Copy link
Contributor

Requesting the ability to press the delete key to delete an image from the gallery while in the node editor, similar to how the delete key can delete images from the gallery while in the text to image pane.

@psychedelicious psychedelicious changed the title Node editor: History feat(nodes): History Aug 30, 2023
@psychedelicious psychedelicious changed the title feat(nodes): History feat(nodes): History / undo / redo Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x.x Issues related to InvokeAI 3.x.x nodes / workflows web ui
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants