msx80 / RetroDrawing

A simple drawing program
Apache License 2.0
4 stars 0 forks source link

[Request] Ask for confirmation when pressing "New" #1

Open BeanieBarrow opened 1 week ago

BeanieBarrow commented 1 week ago

What a charming little app. Thank you for making it. It reminds me of Flipnote, a game I loved to play. However, I noticed that when the user draws at the edges of the canvas, their finger can accidentally slide over to the New button, erasing the canvas. Can you implement a measure that prevents accidental clearing of the canvas? Maybe a press-and-hold delay or a confirmation dialog can help. Thank you, I plan on using this for some hobby video projects, because I love the minimalistic, but fun nature of it.

msx80 commented 1 week ago

Hi there, thank you so much! I'm glad someone can find this app useful. A confirmation popup could be a good idea but in the meantime, note that the Undo button will undo a New command and restore the canvas (contrary to common custom where New reset the undo memory).

I hope this helps :)

BeanieBarrow commented 1 week ago

Oh, that's nice to know. Thank you for the tip. ;)