feat: autopass-based cross-device sync for Holesail Browser
CI / Build & Test (push) Successful in 4m27s

- Native host: add autopass + corestore deps, sync-manager (createInvite, pairWithInvite, push/pull)
- Apply synced state via same flow as backup restore (state.json only, no certs)
- Holesail-manager: setOnStateSaved hook for sync push
- Extension: Sync dashboard page, getSyncStatus/createSyncInvite/pairWithInvite, syncApplied event
- Docs: NATIVE-HOST.md sync commands, SYNC.md
This commit is contained in:
Raven Scott
2026-03-15 01:31:51 -04:00
parent 410fd87357
commit 2595a01f65
16 changed files with 1322 additions and 4 deletions
+1
View File
@@ -13,6 +13,7 @@ const PAGE_TITLES = {
ssh: 'SSH Connections',
rdp: 'Remote Desktop',
backups: 'Backups',
sync: 'Sync',
logs: 'Logs',
settings: 'Settings'
};