itsgoin/crates
Scott Reimers 5e7eed9638 Fast startup: defer bootstrap to background, lazy feed load
- Node::open_with_bind no longer runs bootstrap (anchor connect, NAT
  probe, referrals). New run_bootstrap() method called from background
  task after UI is live.
- Background tasks (pull cycle, diff cycle, etc.) start after bootstrap
  completes, not during block_on.
- Feed no longer pre-loaded during welcome screen readiness check.
  Ready button enables immediately after get_node_info succeeds.
- Feed loads on tab switch, not during startup.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 17:19:05 -04:00
..
cli v0.5.1-beta: version bump, changelog, download page update 2026-04-16 14:06:26 -04:00
core Fast startup: defer bootstrap to background, lazy feed load 2026-04-16 17:19:05 -04:00
tauri-app Fast startup: defer bootstrap to background, lazy feed load 2026-04-16 17:19:05 -04:00