Never let the notice or documents hold up the day #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/optional-feeds"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The shift endpoint is the whole contract; the day's message and its documents are extras. Their fetches already fail silently, but the view model awaited them before clearing the refreshing flag, so a server without those endpoints, or one slow to answer them, kept the spinner up after the roster had landed. They now load alongside the day and land when they land.
A core test pins the contract against a dead host:
currentShift()throwsUnreachable,message()returns null,documents()returns empty.🤖 Generated with Claude Code