Conversation
The console's "newer firmware is out" banner was added in v3.4.0, so it only appears once you have already installed v3.4.0. Everyone on v3.1.0 through v3.3.0 can update wirelessly today and has nothing anywhere telling them to. This site cannot fill the gap by reading their board either. A browser refuses to let an https page fetch http at all, and a board is http - verified rather than assumed: Mixed Content: The page at 'https://patternflow.work/update' was loaded over HTTPS, but requested an insecure resource 'http://patternflow.local/api/status'. This request has been blocked. That asymmetry is why every device flow navigates TO the board instead of reaching into it, and it rules out showing somebody their current version here. So the only place left is a page they already visit, which is the community. A thin strip above the header, quiet on purpose - it is news rather than an error, and they came to look at patterns. Dismissal is keyed to the version rather than permanent. Nothing can know whether they went and updated, so asking once per release and then dropping it is the honest shape; a later release brings it back. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
The console's "newer firmware is out" banner was added in v3.4.0 — so it only appears once you have already installed v3.4.0. Everyone on v3.1.0–v3.3.0 can update wirelessly today and has nothing anywhere telling them to. v3.0.0 and earlier need one USB flash, which /update already explains.
This site cannot close the gap by reading their board, either. I checked rather than assumed:
A control fetch to an unrelated http host was blocked identically, so this is the browser refusing http from https — not the board being offline. That asymmetry is the reason every device flow navigates to the board rather than reaching into it, and it rules out showing somebody their current version here.
So the notice goes where they already are: a thin strip above the community header. Quiet on purpose — it is news, not an error.
Dismissal is keyed to the version, not permanent. Nothing can know whether they went and updated, so asking once per release and then dropping it is the honest shape; a later release brings it back. Verified: visible → dismiss hides it → storing an older version brings it back.
🤖 Generated with Claude Code