Don't use user-facing text to identify user elements
Open
bug
- Dominant language
- HTML
- Stars
- 58
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/diffplug/gitcasso/blob/63442ea81aa8c479fd2bc401dcf1c198b427d72c/browser-extension/src/lib/enhancers/modifyDOM.ts#L33-L34
- Finding classes or IDs to identify these will be fragile to engineering changes, but resilient to locale
- The approach we are using now only works for english users
Contributor guide
Assessment
This issue has not been assessed yet.