feat(core): persist and restore browser state across launches

This commit is contained in:
2026-07-10 12:01:43 -04:00
parent cb1ff2e66d
commit bb16ed6fb3
12 changed files with 536 additions and 10 deletions
+1
View File
@@ -1,4 +1,5 @@
mod error;
mod local_state;
mod navigation;
mod state;
mod sync_engine;