about summary refs log tree commit diff
path: root/src/view/com/composer/select-language/SuggestedLanguage.tsx
Commit message (Collapse)AuthorAgeFilesLines
* feat: use OP's language as recommendation when replying (#8832)Elijah Seed-Arita2025-08-151-3/+16
| | | | | * feat: use OP's language as recommendation when replying * fix: address nits
* Improve select language prompt (#8391)Samuel Newman2025-05-201-42/+29
|
* Localize lang selectors according to the app language (#6207)Stanislas Signoud2024-12-311-29/+40
| | | | | * Localize lang selectors according to the app language * Explicitly ignore RangeError when translating locale names
* Leverage jsx transform to remove unnecessary react imports and update eslint ↵Paul Coroneos2024-11-191-1/+1
| | | | | | | | | config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled
* Sort imports (#6009)dan2024-10-291-10/+11
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* 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>