1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

[egui_web] Auto-save app state to Local Storage every 30 seconds

This commit is contained in:
Emil Ernerfeldt
2020-12-19 20:50:00 +01:00
parent 2fe1e99218
commit 89937bf636
8 changed files with 59 additions and 34 deletions

View File

@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Added ⭐
* Auto-save of app state to local storage
### Changed ⭐
* Set a maximum canvas size to alleviate performance issues on some machines