Closed codenius closed 2 years ago
Did it! 2cb69bf
instead of a panic button, we may need a function to undo the last actions. (Maybe saved in cookies)
(Maybe saved in cookies)
Why not use a variable?
Thats a question of frontend or backend, both is possible. I prefer frontend, because the action started here, so it's maybe easier to revert an action.
I meant a JavaScript runtime variable. Or do you think that it's required to keep this data over site refresh?
Maybe it's more comfortable for users. At init we can get a json from a cookie
New Task:
Add a documentation how to rollback