-
Notifications
You must be signed in to change notification settings - Fork 224
First Action cannot be undone #555
Comments
Hey @tilmx, Sorry that I couldn't come back with a solution yet because of lacking time. But I have an intention to fix this since I somehow caused that. Is it possible to assign this issue to me? |
Hey @barinali |
I have opened a pull request for this, #556. While working with the history, I noticed that we can apply 'undo' command to go back from "Pages" view to "PageDetail" view and vice versa. 🤔 I do not think that should be possible. So I would suggest removing Therefore, I guess file history management/actions (undo, redo) need some work. |
Closed with #556 |
Closed via landing #556, thanks @barinali!
Impressive you catched the quirkiness of the undo/redo system on the first try! We went back and forth about the undo/redo feature internally. @tilmx decided on a flow where every undo/redo is executable regardless of current view but the app shows the relevant view when performing the operation. -- @tilmx Beat me to it. The quirks will be gone when there is only one view via #554 |
@tilmx @marionebl you are welcome! I am happy to help as long as I can. I can't wait to see #554 in! 👍 |
Issue assigned to @barinali
Describe the bug
The first action after opening or creating a project cannot be undone.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The first action should be undo-able, as well.
The text was updated successfully, but these errors were encountered: