hide accessibility strings that are not visible in the sim
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
For accessibility strings that are not visible (read by the screen reader), they will have a "visible": "false" field. Hide these in Rosetta.
{
“concentrationScreenDescription”: {
“value”: “blah blah blah”,
“visible”: false
},
...
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by locating the Rosetta entry point that displays accessibility strings and inspect how the visible field is handled. Done means entries with visible: false are hidden while visible entries remain displayed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- accessibility, localization
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100