Pomax / browser-editor-tests

A browser based code editor test (code mirror, monaco, etc)
0 stars 0 forks source link

add some kind of simple rewind UI #5

Open Pomax opened 3 weeks ago

Pomax commented 3 weeks ago

Currently it's a combination of manual fetch(`/history`) and fetch(`/rewind/somehashhere`, { method: `post`}), but this should be a graph of some sort that we can just click -> "rewind?" -> [yes] -> call the rewind URL.

Pomax commented 2 weeks ago

This is still meaningful test for an editor, as rewinds should not wreck the undo/redo history, each file should be able to recover from a rewind.