georgslazdans / outline-app

Outline recognition app
https://outline.georgs.lv
GNU Affero General Public License v3.0
84 stars 5 forks source link

Keep Context Data on Page Reload #2

Open georgslazdans opened 1 month ago

georgslazdans commented 1 month ago

Data between views are stored into react context and is cleared on browser refresh. Would be nice to keep the data, by reloading it from IndexedDB and using session storage to keep reference to currently active context.