about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Edit string to avoid churning translations (#6737)dan2024-11-251-1/+1
|
* Revert "Pass referrer on native (with an opt out) (#6648)" (#6732)dan2024-11-258-124/+16
| | | This reverts commit ac5b2cf31f2bb45f1bf8a180705249d3cce8017d.
* Ensure react-native-keyboard-controller enabled state doesn't get ↵Samuel Newman2024-11-256-84/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | overwritten (#6727) * revert to prev state instead of false * add dep array * use ref counting approach * patch keyboard controller to allow changing the enabled prop * remove state from patch * change patched prop name * remove Math.max check, log if < 0 * use noop provider * rm patch, use `useRef` * Style nits * Rm on web --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Dismiss keyboard on drag in starter pack screens (#6537)Adam Rowe2024-11-252-0/+2
|
* fix: keyboard handler memoization (#6719)Kirill Zyusko2024-11-252-27/+33
| | | | | * fix: keyboard handler memoization * fix: return missing dependency
* Make quote post enabled switch label text static (#6720)Evan2024-11-251-5/+1
| | | | | | | | | | | * Make quote post enabled switch label text static * Update PostInteractionSettingsDialog.tsx * meh this is better --------- Co-authored-by: dan <dan.abramov@gmail.com>
* Don't re-sort already fetched post thread items (#6698)dan2024-11-242-9/+52
| | | | | | | | | | | | | | | * Don't reorder already seen posts in PostThread * Add sorting by generation * Rip out stable order cache It doesn't make sense because sort() doesn't call the callback for all A/B pairs, and the server returning a different ordering will cause cache misses which means there'll be no stability anyway. * Make hotness deterministic per fetched at * Cache random scores while in thread * Reorder for clarity
* Fix glitches in gl/messages.po (#6702)surfdude292024-11-242-14/+6
| | | | | | | | | * fix glitches in gl/messages.po * Fix italian --------- Co-authored-by: dan <dan.abramov@gmail.com>
* Fix format number polyfill for gl locale (#6680)dan2024-11-241-0/+3
|
* Run intl:extract (#6678)Paul Frazee2024-11-2326-18980/+20147
|
* Update src/locale/i18n.tsPaul Frazee2024-11-231-0/+1
|
* Merge branch 'main' into mainPaul Frazee2024-11-23316-36408/+69286
|\
| * Improve spanish translation of repost (#6395)Gonzalo Riestra2024-11-231-10/+10
| | | | | | Use "republicar" instead of "volver a publicar"
| * There’s no Moldavian/Moldovan language (#6427)Claudiu Cristea2024-11-231-2/+2
| |
| * Added Galician language localization (#6463)xurxogp2024-11-236-0/+9576
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update languages.ts added galician language * Update i18n.web.ts added import of galician translations file * Update i18n.ts added galician language * Update helpers.ts added galician to sanitizeLanguage function * galician messages First commit * Second commit * Third commit * fourth commit * fifth commit * Update lingui.config.js change to make available Galician language * galician translation by Carlos Vieito and Alexandre Espinosa --------- Co-authored-by: Alexandre Espinosa Menor <aemenor@gmail.com>
| * Update catalan messages.po (#6485)Martin Garcia2024-11-231-127/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update catalan messages.po * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
| * Update Italian translations (#6487)Michele Locati2024-11-231-2658/+934
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Italian translations * Fix typo * Update messages.po * yarn intl:extract * Update italian translation * Fix typo * In Italy we almost never use Title Case * @marcomaroni-github suggestions * Add more strings, remove "per favore" * Update narrow "# hours" * Fix plural rules, translate remaining strings * Update translations with @arestifop suggestions * Update translations * Update translations --------- Co-authored-by: Lucaterzo <49860098+Lucaterzo@users.noreply.github.com> Co-authored-by: Alessio <alessio.restifo@gmail.com>
| * Update Korean localization (#6523)Minseo Lee2024-11-231-625/+647
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po
| * Vietnamese Localization (Continued from #2524) (#6564)Quang Phan2024-11-237-1/+8561
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Vietnamese localization * Complete Vietnamese Translations * Add date localization for Vietnamese * Fix typos and wording in Vietnamese translation * Update Vietnamese translation * Add @vinhphm to Vietnamese translator list --------- Co-authored-by: CromNguyen <nguyenthietmanh98@gmail.com>
| * Updated Hindi UI for Version 1.94 (#6566)FalKoopa2024-11-231-1588/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po
| * updated & added missing strings in FR locale (#6596)cereza2024-11-231-176/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * updated FR locale * removed my name from Language-Team i'm not sure if this is a list of every translation contributors or if this is the main people who handle translations, so i've decided to remove it for the time being * replaced "fil d'actu Following" with "fil des abonnements" i thought i did that already oops * fixed DID mistranslation i thought it stood for Direct Inward Dialing * applied suggestions from @signez Co-authored-by: Stanislas Signoud <signez@stanisoft.net> * replaced spaces to non breaking spaces where necessary might have some missing, i'll patch these up while fixing apostrophes * fixed apostrophes i also swapped "Changer l'e-mail" with "Changer votre e-mail", thought since it was an account-related thing, IIRC most of the account settings (handle, password, etc.) are possessive towards the user so i thought it'd be better to keep it consistent * removed the period at the start why is that here get that outta here Co-authored-by: Stanislas Signoud <signez@stanisoft.net> * applied suggestions from @surfdude29 Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Stanislas Signoud <signez@stanisoft.net> * Fix the remaning 'like' mentions in French --------- Co-authored-by: Stanislas Signoud <signez@stanisoft.net> Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
| * Translate missing strings. (#6599)codehead2024-11-231-196/+196
| | | | | | Co-authored-by: Javier Arturo Rodriguez <javier@rodriguez.org.mx>
| * Update Portuguese localization (#6603)Luan2024-11-231-128/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update PT-BR messages.po * Apply suggestions from code review Co-authored-by: Paul Frazee <pfrazee@gmail.com> * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
| * Update Chinese & Cantonese localization (#6626)Frudrax Cheng2024-11-233-2001/+2031
| | | | | | | | | | | | | | | | | | | | | | * Update translates from crowdin * Completed the translations for video and HTTP referer control * Improved translation * Fix several translation issues * Improved Cantonese translations
| * Update Irish translation (#6668)Kevin Scannell2024-11-231-659/+659
| |
| * Fix skeleton alignment (#6676)dan2024-11-231-6/+6
| |
| * Fix jumpy web animation for modal backdrop (#6673)dan2024-11-233-20/+31
| |
| * perf: optimizations for composer with Tiptap (#6315)Nick Perez2024-11-231-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * chore: update tiptap packages * perf: reduce number of re-renders * refactor: apply min height without a layout effect * Remove stale zeed-dom resolution --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
| * derive bottom padding from header height for profiles list (#6152)Khuddite2024-11-231-1/+1
| |
| * Fix media query used to prevent enter sending DM on mobile web (#6669)Bas van den Wollenberg2024-11-231-2/+2
| |
| * fix: nothing selected bug (#6260)Luke Lucas2024-11-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | * fix: nothing selected bug * fix: consolidate related logic for audience settings * simplify --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
| * Fix broken pagination for lists tab on profile page (#6221)Khuddite2024-11-233-4/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * set onEndReachedThreshold to 2 for ProfileLists * Add a footer for ProfileLists component for consistency * Remove logs * Revert onEndReachedThreshold change on Feed component * Fix threshold defaults to match native * Align lists and feedgens --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
| * Fix hovered repost button styling when logged out (#6222)Roland Crosby2024-11-231-3/+1
| |
| * Fix avi button hitslops (#6662)dan2024-11-233-21/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove web hack from non-web file * Remove hitSlop on the wrong Pressable It is not doing anything useful. * Extend avi column to prevent hit rect clipping You can't click outside the parent on Android. * Bump pressed opacity to .8 * Slightly reduce avi button hitslops * Asymmetric hit slop
| * Fix inconsistent number formatting between mobile and web (#6384)Khuddite2024-11-232-6/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Manual truncation & identify factor points for each lang * Reduce indirection * Add test Co-authored-by: khuddite <biliie811028@hotmail.com> * Handle big numbers, clarify special case * Clarify the reason --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
| * Fix Newline handling in Web's Composer (#6658)Horus Lugo2024-11-231-0/+20
| |
| * Fix translate button not working (#6657)Frudrax Cheng2024-11-231-5/+15
| | | | | | | | | | | | | | | | | | * Update PostThreadItem.tsx * Fix in-app browser usage --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
| * Add a hotness thread sort (#6649)dan2024-11-234-3/+28
| | | | | | | | | | * Add a hotness thread sort * Bump @atproto/api
| * Pass referrer on native (with an opt out) (#6648)dan2024-11-228-16/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Pass referer on native * Add ChainLink3 * Add an opt out for sending utm * Remove noreferrer on links We do have <meta name="referrer" content="origin-when-cross-origin"> in HTML, should be sufficient. * Narrow down the condition slightly --------- Co-authored-by: Eric Bailey <git@esb.lol>
| * Remove indirection, insert between slices (#6645)dan2024-11-222-111/+43
| |
| * Fix leaking background (#6642)dan2024-11-221-1/+3
| |
| * Simplify play icon shadow (#6641)dan2024-11-221-26/+10
| | | | | | | | | | * Simplify play icon shadow * Make it consistent across themes
| * Add ability to block account from post dropdown menu (#6091)rshigg2024-11-222-9/+49
| | | | | | | | | | Co-authored-by: Hailey <me@haileyok.com> Co-authored-by: Hailey <hailey@blueskyweb.xyz>
| * fix avi follow deadzone (#6639)Samuel Newman2024-11-221-9/+6
| |
| * Add gif support to web (#6433)Samuel Newman2024-11-229-114/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | * add gif support to web * rm set dimensions * rm effect from preview * rm log * rm use of {cause: error} * fix lint
| * Dismissable toasts (#6345)Samuel Newman2024-11-222-45/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dismissable toast * adjust top offset * improve a11y * stretchy pull-down * Dismiss web on tap * Simplify code --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
| * [a11y] Video - fix labels and make more detailed (#6635)Samuel Newman2024-11-226-7/+23
| | | | | | | | | | * fix labels and make more detailed * move overall label to parent
| * Remove unnecessary lint rule suppression (#6544)Paul Coroneos2024-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | * ▫️remove deprecated react native eslint package. add react hooks and modern native eslint package. fix bugs * in retrospect lets just remove the async from uselocalelanguage * finally clean it all up * revert yarn.lock * restore logic
| * Use android native animations (#6562)Samuel Newman2024-11-221-7/+1
| |
| * Improve error name and message for signed-in only feeds (#6577)Eric Bailey2024-11-222-6/+6
| | | | | | | | | | | | | | | | | | * Improve error name and message for logged-in only feeds * Revert msg edit --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>