Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.55k stars 226 forks source link

[Bug]: undo redo doesn't seem to work #364

Open ShravanSunder opened 4 months ago

ShravanSunder commented 4 months ago

What happened?

I noticed undo redo doesn't work from the menu or from shortcuts.

What was the expected functionality?

Would hope to have undo/redo 🙏🏽

attached is video [

https://github.com/Ironclad/rivet/assets/5294949/9387b3a9-6539-4af6-823f-d717b1426f55

](url)

Describe your environment

MacOS, Node 20, etc.

Relevant log output

No response

Relevant screenshots

No response

Code of Conduct

abrenneke commented 4 months ago

Undo/Redo aren't implemented yet, sorry! It's on my wishlist.

julianolm commented 1 month ago

Hey @abrenneke any updates on this feature`s priority?

Would be very nice to have it! It could be at least some history with a fixed maximum number of operations, so to decrease implementation complexity...

https://stackoverflow.com/questions/3541383/undo-redo-implementation