Update network connectivity FAQ for new DEGRADED status - #34
Open
lucas-tortora wants to merge 4 commits into
Open
Update network connectivity FAQ for new DEGRADED status#34lucas-tortora wants to merge 4 commits into
lucas-tortora wants to merge 4 commits into
Conversation
Reflects keet-mobile PR #7299: adds the DEGRADED network state alongside ONLINE/TRICKY/OFFLINE/UNKNOWN and refreshes the short/detailed status copy shown in-app to match. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Preview deployments for keet-support-docs ⚡️
Commit: Deployment ID: Static site name: |
Second row was mislabeled 'Stable network' (duplicate of row 1); should be 'Degraded network' matching the old 'Not P2P friendly' status this table replaced.
Previous commit incorrectly relabeled the TRICKY row as 'Degraded network'. Per the PR description, ONLINE and TRICKY intentionally share the 'Stable network' label (confirmed against keet-mobile#7299 src/i18n/en.json / NetworkStatusMessage.tsx) and are only distinguished by the detail copy. DEGRADED is already correctly represented by the 'Unstable network' row.
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.
Summary
DEGRADEDnetwork status.ONLINE,TRICKY,DEGRADED,OFFLINE,UNKNOWN, using the short/detailed UI copy from the Asana task, cross-checked against keet-mobile#7299 (src/i18n/en.json,NetworkStatusMessage.tsx).ONLINEandTRICKYintentionally share the same short label ("Stable network") — confirmed in code, not a typo — and are only distinguished by the detailed copy.DEGRADED's copy asks the user to check their connection.Preview
Test plan
npm run check:internal-linksnpm run check:heading-hierarchynpm run build(static export)🤖 Generated with Claude Code