ZMYaro / paintz

A simple drawing app that runs in a web browser, designed to be an MS Paint substitute for Chromebooks and other Chrome OS devices. PaintZ is free, but please consider supporting development at https://ko-fi.com/ZMYaro or https://patreon.com/ZMYaro.
https://paintz.app
53 stars 11 forks source link

Inform the user when the canvas was restored from session storage #258

Closed ZMYaro closed 2 years ago

ZMYaro commented 2 years ago

Put it in a bottom bar to not be too intrusive. Many apps indicate when they restored from an automatic back-up, so it would not be unusual. Occasionally a user has been confused why the canvas had an old image after refreshing; this would alleviate that. Additionally, it would be more clear this is something PaintZ tries to do when it can and not a substitute for saving your image.

ZMYaro commented 2 years ago

Implemented in https://github.com/ZMYaro/paintz/commit/1ba48e1c76cb1c2102d0c7e2fc12af60f2a3299d.