simonw / datasette-edit-schema

Datasette plugin for modifying table schemas
Apache License 2.0
16 stars 0 forks source link

Delete button needs confirmation #41

Closed simonw closed 1 year ago

simonw commented 1 year ago

It's really easy to click by accident and it's irreversible!

simonw commented 1 year ago

I'm going to do a cheap JavaScript confirm() for the moment.

A better solution would be to make this a reversible action. One way to do that:

I'm not going to implement this yet though, partly because of complexity but mainly because if delet table becomes reversible then how about drop column etc? And adding a full undo stack is way out of scope for the moment.