near-everything / canvas

https://draw.everything.dev
The Unlicense
10 stars 4 forks source link

Replace "save snapshot" with History #8

Closed elliotBraem closed 5 months ago

elliotBraem commented 7 months ago

Save snapshot is confusing and loading snapshot onMount breaks the persistance key.

We should replace "save snapshot" with a "History" plugin, which shows the history of snapshots, just like WidgetHistory.

From this interface, you can revert to prior snapshots by selecting one and clicking "load snapshot". Otherwise, you are also given the ability to save a new snapshot.

elliotBraem commented 5 months ago

Resolved by #10