chore: point iOS store button to the public TestFlight beta - #3
Merged
Conversation
Co-authored-by: joaovitoriasilva <8648976+joaovitoriasilva@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
joaovitoriasilva
August 21, 2026 20:05
View session
joaovitoriasilva
marked this pull request as ready for review
August 21, 2026 20:05
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 iOS entry in the mobile section was a disabled "Coming soon on App Store" placeholder. The app is now distributed as a public beta, so the button links to TestFlight (https://testflight.apple.com/join/BjZ4DWPa) with copy and branding that comply with Apple's trademark/marketing guidelines.
Mobile section (
site/index.html)<span class="store-btn store-btn-disabled">replaced with a real<a target="_blank" rel="noopener">to the TestFlight join link.Betabadge instead ofSoon.Apple guideline compliance
i18n
New keys (
mobile.testflightTop,mobile.testflight,mobile.beta,mobile.testflightTitle,mobile.hintBeta,footer.appleTm) rather than reusing the old ones, so the 29 untranslated locales fall back to the correct English baseline instead of rendering stale "coming soon" text. The old keys remain in the locale files but are no longer referenced; translations can be added incrementally.Styles (
site/assets/css/style.css).beta-badge(brand green) alongside the existing.soon-badge, which the Google Play button still uses.