jkomoros / card-web

The web app behind thecompendium.cards
Apache License 2.0
52 stars 8 forks source link

Handle when a card you're editing is deleted gracefully #502

Open jkomoros opened 3 years ago

jkomoros commented 3 years ago

It's possible, when you have a card open for editing, that someone else deletes it.

I think modifyCard will bail when that happens, but still it would be better to signal to the user and cancel editing as soon as we notice it.

It could happen due to deleting, or us losing permission to see it.

Originally captured in #332