Add sync status route

This commit is contained in:
2026-05-08 00:20:16 -04:00
parent 479737a8b2
commit 5196aff6a3
4 changed files with 10 additions and 7 deletions
@@ -30,6 +30,7 @@ impl ElyShell {
"ely://settings/plugins" => self.render_plugins_page(snapshot, cx),
"ely://settings/profiles" => self.render_profiles_page(snapshot, cx),
"ely://settings/sync" => self.render_sync_page(snapshot),
"ely://sync/status" => self.render_sync_page(snapshot),
_ => render_default_page(tab),
}
}