feat: integrate BlogApp cache, fetch timeouts & a11y clear buttons (supersedes 27 PRs)#127
Merged
Merged
Conversation
Consolidates three superseded automated PRs into one reviewed change, resolving their overlapping edits to BlogApp.tsx by hand: - BlogApp: module-level fetch cache + 10s AbortSignal timeout (supersedes #115) - Fetch timeouts on useProjects.ts and github.ts (supersedes #122; its redundant BlogApp hunk dropped — covered by the #115 cache path) - Accessible "clear" buttons on Launcher / Projects / Blog filter inputs + semantic <time> on the desktop Taskbar clock (supersedes #114) Behavior change accepted: the 10s timeout on the build-time github.ts fetch makes a transiently slow api.github.com fail the build fast instead of hanging. Supersedes and closes 24 duplicate scheduled-agent PRs across the Bolt / Sentinel / Palette clusters. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 16, 2026
This was referenced May 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Consolidates the three best PRs from the duplicate scheduled-agent backlog into one reviewed change, hand-resolving their overlapping edits to
BlogApp.tsx.AbortSignal.timeoutuseProjects.ts+github.ts(redundant BlogApp hunk dropped — covered by #115's cache path)<time>on desktop Taskbar clockWhy one PR instead of three merges
All three touched
BlogApp.tsx, and #115 + #122 both added the same blog-fetch timeout — sequential merges would conflict and duplicate code. Triaged via parallel review agents; full analysis in the linked PRs.Behavior change (accepted)
The 10s timeout on the build-time
github.tsfetch makes a transiently slowapi.github.comfail the build fast instead of hanging. Deliberate hardening, accepted by the maintainer.Verification
format:check,lint,typecheck(0 errors)npm test/npm run buildcould not be fully verified in the worktree sandbox (pre-existingstorage.setItemvitest-env failure + noapi.github.comnetwork — both reproduce identically on pristinemain, so zero regressions). CI on this PR is the authoritative gate.Supersedes / closes
Winners folded in: #115, #122, #114
Duplicates closed: Bolt #126 #120 #119 #113 #110 #108 #104 #101 #99 · Sentinel #125 #118 #111 #109 #105 #100 #97 · Palette #124 #121 #117 #116 #112 #107 #106 #102 #98 #96
Follow-up: mobile
StatusBar.tsxclock still uses<span aria-live>— tracked separately.🤖 Generated with Claude Code