Files
actual/upcoming-release-notes
youngcw 49d5a1519b [AI] Delay initial server sync until account data has loaded
On startup the server sync was kicked off 100ms after mount, racing
the first visible page's spreadsheet queries. Sync applies messages in
long synchronous stretches on the single worker thread, so account
balance calculations queued behind it (most noticeable on mobile).

Hold the initial sync until the accounts query has settled (with a 5s
fallback), so the first screen computes its balances before the sync
starts.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-09 08:32:21 -06:00
..
2026-07-03 00:04:07 +00:00
2026-07-06 17:35:58 +00:00
2026-06-30 20:15:38 +00:00

See the Writing Good Release Notes section of the README for the documentation repo for more information on how to create a release notes file here.