apps: lead FxBlox with the web app, mark Android/iOS as being discontinued - #4
Merged
Conversation
…inued The FxBlox app now runs in the browser at https://docs.fx.land/fxblox-web/, and the mobile apps are being discontinued. The site offered only store buttons for FxBlox, while the FxFiles card next to it already had a "Launch the Web App" badge. - use-apps: adds that same badge as the first one on the FxBlox card, plus a muted note that the mobile apps are being discontinued; card description and page meta now say it runs in the browser. - fxblox-device: the "Easy to setup" section leads with a primary "Launch the Web App" button; Android and iOS are demoted below a note explaining they will stop receiving updates. - fxblox-lite: the four places claiming "Android/iOS companion apps" (meta description, schema.org Product JSON-LD, the Dual Access bullet and the Operating System spec row) now name the web app. - css: new .app-card__note, .app-download__btn--primary and .app-download__note, all built from existing tokens. FxFiles links (land.fx.files / id1658500313) and the platform-aware CTAs in index.html and js/nav.js are deliberately untouched. Both edited pages were rendered from a local server and their DOM verified before committing. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YJyqpFReP1wbz86nsqsoXq
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 FxBlox app now runs in the browser at https://docs.fx.land/fxblox-web/, and the Android/iOS apps are being discontinued. The site offered only store buttons for FxBlox — while the FxFiles card right next to it already had a "Launch the Web App" badge.
What changed
use-apps/index.html— the FxBlox card gets that same badge, as the first one (cloned from the FxFiles markup at lines 106-112, so no new CSS was needed for the badge). Adds a muted note that the mobile apps are being discontinued. Card description and page meta now say it runs in the browser.fxblox-device/index.html— the "Easy to setup" section now leads with a primary Launch the Web App button; Android and iOS sit below a line explaining they will stop receiving updates.fxblox-lite/index.html— four places claimed "Android/iOS companion apps": the meta description, theschema.org/ProductJSON-LD description, the Dual Access bullet and the Operating System spec row. All now name the web app.CSS — three small additions built from existing tokens:
.app-card__note,.app-download__btn--primary,.app-download__note.Deliberately not touched
Everything FxFiles:
land.fx.files/id1658500313, the platform-aware CTAs inindex.htmlandjs/nav.js, and the FxFiles card's five badges. The diff contains zero hits for those strings.Verification
This site has no build step, so a broken tag would ship instantly. Both edited pages were served locally and their DOM asserted before committing:
fxblox-device— 3 buttons in order:Launch the Web App → docs.fx.land/fxblox-web/,Android → play.google.com/…land.fx.blox,iOS → apps.apple.com/…id6444862171, plus the note.use-apps— FxBlox card badges["Launch the Web App", "Get it on Google Play", "Download on the App Store"]+ note; FxFiles card unchanged at its original five badges with no note.🤖 Generated with Claude Code
https://claude.ai/code/session_01YJyqpFReP1wbz86nsqsoXq