about summary refs log tree commit diff
path: root/src/view/com/composer/select-language/SuggestedLanguage.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Reduce the odds of false positives in the language suggester (close #2598) ↵Paul Frazee2024-01-301-9/+23
| | | | (#2700)
* Suggest post language correction (#2486)Paul Frazee2024-01-121-0/+101
* feat: suggested language * fix: wording correction * Factor out SuggestedLanguage into a separate component * Tighten the language-suggestion confidence to avoid false positives * Tweak the copy and UI * Add function fallbacks for safari --------- Co-authored-by: Mary <pineapplecreamcheese@skiff.com>