about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* [Session] Persist updates from inactive agentDan Abramov2024-05-232-17/+22
|
* wrap web in disabled keyboard provider (#4176)Hailey2024-05-221-33/+36
|
* [Temporary] Disable React Compiler lint rules (#4172)dan2024-05-221-1/+2
|
* Add React Compiler (#4161)lauren2024-05-227-14/+386
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Install babel-plugin-react-compiler * Install eslint-plugin-react-compiler * Add and configure react-compiler-runtime React Compiler uses a small cache function from React 19 at runtime. Until it's possible to use R19 on RN, this adds a userspace implementation to polyfill the cache function * Add eslint-plugin-react-compiler to config * @lingui/macro should run as the first plugin @lingui recommends running their `macro` plugin [first in the pipeline](https://lingui.dev/ref/macro). Normally with the React Compiler, the compiler plugin should run first as we want to see the original code as it was written. However, this sometimes causes conflicts with other babel plugins. In this case, it looks like the @lingui/macro plugin does some very light transformation that the compiler can still understand and compile correctly, so let's run it first. Before this commit, the compiler would cause the @lingui/macro plugin to crash because it seems like it would strip off the `extra.raw` property off of StringLiterals which was being used [here](https://github.com/lingui/js-lingui/blob/1293412c5dcc565636403443788a5b5d4ca206c1/packages/macro/src/macroJsx.ts#L395). I need to figure out why the compiler is doing that but for now this works and should be a safe change unless there were specific reasons the macro plugin was placed 2nd to last.
* Cleanup gates (#4170)dan2024-05-224-30/+9
| | | | | | | | | * Unlaunch disable_poll_on_discover_v2 * Rm unused gates * Unlaunch autoexpand_suggestions_on_profile_follow_v2 * Launch disable_min_shell_on_foregrounding_v3
* [🐴] Invalidate list convos query on block (#4171)Samuel Newman2024-05-222-21/+25
| | | | | * more memoization * invalidate listconvos query on block
* More retries when resuming non-stale account (#4156)Eric Bailey2024-05-221-1/+1
|
* Add note to clarify "allow new messages from" setting (#4166)Samuel Newman2024-05-221-4/+20
|
* don't use `contentVisibility` on Firefox (#4164)Hailey2024-05-221-1/+2
|
* Remove added radius, add to specific location (#4160)Eric Bailey2024-05-212-2/+2
|
* [🐴] Support Japanese (et al.) IME in message input on web (#4159)Hailey2024-05-211-1/+10
| | | | | | | * support japanese et al. IME * update comment * nit
* [🐴] Fix convo menu overlap (web) (#4153)Samuel Newman2024-05-211-26/+19
| | | | | * add right padding to chatlistitem to avoid overlap * reduce padding amount
* check `maxTouchPoints` is greater than 1, not zero (#4158)Hailey2024-05-211-1/+1
|
* close loggedout view when logging in (#4154)Samuel Newman2024-05-211-0/+3
|
* flip order (#4152)Samuel Newman2024-05-211-1/+1
|
* fix to negative top of component so it moves with container growth (#4151)Samuel Newman2024-05-211-1/+1
|
* Make list end text customizable (#4145)Hailey2024-05-2019-457/+591
| | | | | | | | | | | | | * only try to initialize once * nit * change to `You have reached the end` * make the text at end of list customizable * make the text at end of list customizable * update intl
* Only fallback to Discover if Following is first pinned (#4146)dan2024-05-201-15/+14
|
* [Statsig] Sample router events (#4143)dan2024-05-203-3/+9
|
* [🐴] only try to initialize once in the NUX (#4142)Hailey2024-05-201-2/+5
| | | | | * only try to initialize once * nit
* Run intl extractPaul Frazee2024-05-2017-187/+391
|
* use same visuals for notification sounds setting as the allow messages from ↡Hailey2024-05-201-15/+41
| | | | (#4141)
* Add convoId as key to Convo wrapper (#4140)Eric Bailey2024-05-201-1/+1
|
* Run intl extractPaul Frazee2024-05-2017-2380/+2635
|
* Switch to a more visually obvious button for the threadgate (#4139)Paul Frazee2024-05-204-47/+40
| | | | | | | * Switch to a more visually obvious button for the threadgate * Move threadgate button into the keyboard-sticky area * Fix keyboard offset
* [🐴] Add end of list text, fix threshold (#4138)Eric Bailey2024-05-202-2/+18
| | | | | * Add end of list text * onEndReachedThreshold
* Fix button size on labeler (#4137)Eric Bailey2024-05-201-3/+4
| | | | | * Fix button size * Fix mobile
* expand the background color to cover the overscroll area on settings screen ↡Pokai Chang2024-05-211-2/+1
| | | | (#4101)
* Release 1.83 (#4136)Paul Frazee2024-05-2019-6722/+10907
| | | | | * Test fixes * Run intl:extract
* [🐴] set layout height in `onLayout` (#4135)Hailey2024-05-201-12/+22
| | | | | * set layout height in `onLayout` * keep setting it in `onScroll` too
* Fix laggy scrolling on mobile app's home screen, etc. (#4108)Pokai Chang2024-05-212-10/+24
| | | | | | | | | | | * Improve scrolling performance for List * Update List.tsx * Apply same fix to profile labels --------- Co-authored-by: dan <dan.abramov@gmail.com>
* remove DMs gate (#4112)Samuel Newman2024-05-209-152/+41
|
* [🐴] Empty chat prompt (#4132)Eric Bailey2024-05-204-10/+141
| | | | | | | | | | | | | | | | | | | * Add empty chat pill * Tweak padding * move to `components`, place inside `KeyboardStickyView` * cleanup unused vars * add a new animation type * (unrelated) add haptic to long press * adjust shrink and pop --------- Co-authored-by: Hailey <me@haileyok.com>
* [🐴] Prevent flash upon first message (#4133)Eric Bailey2024-05-201-1/+5
| | | | | | | | | | | | | * Prevent flash upon first message * set `hasScrolled` to true when sending a message if it isn't already true * revert other change * lint --------- Co-authored-by: Hailey <me@haileyok.com>
* [Statsig] Fix exposure logging for reduced onboarding (#4131)dan2024-05-218-14/+29
| | | | | | | * Add dangerouslyDisableExposureLogging option * Rename onboarding gate to v2 * Disable exposure logging for onboarding in PostFeed query
* [🐴] Add new chat metrics (#4130)Hailey2024-05-206-17/+44
| | | | | | | | | | | | | | | * remove a comment * add types for event, add log to profile button * add `chat:open` * add to chat list items * fix types * oops * oops 2.0
* Ensure deleted chats don't count towards unread (#4129)Eric Bailey2024-05-201-1/+4
|
* [🐴 Tweak appeal button styles (#4128)Eric Bailey2024-05-201-5/+4
| | | | | * Tweak styles * Tweak copy
* [🐴] Appeal form for disabled DMs (#4126)Samuel Newman2024-05-203-17/+158
| | | | | | | * add appeal dialog * use useMutation for the labels on me dialog * replace text button with small button
* in-convo muted chat indicator (#4127)Samuel Newman2024-05-201-0/+8
|
* Some styling of empty list chats states (#4124)Eric Bailey2024-05-201-27/+84
|
* [🐴] Handle deleted accounts, restructure ChatListItem (#4114)Eric Bailey2024-05-202-165/+201
| | | | | | | | | | | | | * Handle deleted accounts, restructure ChatListItem * Remove triggerOpacity option * account for handle change in screen reader * simplify the check --------- Co-authored-by: Hailey <me@haileyok.com>
* Maybe? (#4125)Eric Bailey2024-05-201-0/+1
|
* Update French localization (#4113)Stanislas Signoud2024-05-201-861/+735
| | | | | * Extract new strings to translate in French * Translate new strings into French
* Update Japanese translations (#3886)Takayuki KUSANO2024-05-201-416/+412
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Japanese translations * Updated as PR on Plural is merged (#3882) * Feedback API (#3498) etc. * Improve localization marks (#3285) * Update Lightbox.tsx * Change strings for easier localization * Update DeleteAccount.tsx * Update LabelsOnMeDialog.tsx * Update FeedCard.tsx * Update index.tsx * Update LabelsOnMeDialog.tsx * Update index.tsx * Update FeedCard.tsx * Update SelfLabel.tsx * Update Hashtag.tsx * Update index.tsx * Update Hashtag.tsx * Update ChangeHandle.tsx * Update index.web.tsx * Update index.web.tsx * Update index.tsx * Remove unnecessary `<Trans>` tags * Update Drawer.tsx * Finnish translation update (#3755) * Update messages.po Translated new strings (GIF's etc) and cleaned up deprecated ones. * Update messages.po resolve conflict * Update messages.po removed double quotes. Thanks @lapanti * fix bad bool check in action (#3885) * fix bad bool check in action * add `fetch-depth` so we can get the commit hash * `.env` should be in `.easignore` πŸ™ƒ * Updated to follow #3285 etc. * The translation of 'place' and 'apply' of labels has been unified into '適用する'. * Fix translation of "repost" * Updated * Updated Japanese translation * Updated Japanese translation - #3816 * Fixed translations * Updated translation : #3995 * Updated Japanese translation * Updated Japanese translation (ref. #3962 #4028) * Updated Japanese translation * Updated Japanese translation * Updated Japanese translation --------- Co-authored-by: Minseo Lee <itoupluk427@gmail.com> Co-authored-by: Jan-Olof Eriksson <jan-olof.eriksson@iki.fi> Co-authored-by: Hailey <me@haileyok.com>
* Update pt-BR localization to latest version (#4009)GildΓ‘sio Filho2024-05-201-179/+179
| | | | | | | | | | | * Update messages.po * Update src/locale/locales/pt-BR/messages.po Co-authored-by: Gleydson Rodrigues <gleydsonsr@gmail.com> --------- Co-authored-by: Gleydson Rodrigues <gleydsonsr@gmail.com>
* Update zh-CN translations (#3932)Frudrax Cheng2024-05-201-955/+867
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove superseded strings * update messages.po * fix typo * remove messages.mo * Simplify plural strings * Correct some translations * Correct some translations#2 * Update src/locale/locales/zh-CN/messages.po * Update src/locale/locales/zh-CN/messages.po * Update src/locale/locales/zh-CN/messages.po * Update src/locale/locales/zh-CN/messages.po * Update src/locale/locales/zh-CN/messages.po * Update src/locale/locales/zh-CN/messages.po * Update src/locale/locales/zh-CN/messages.po * Update src/locale/locales/zh-CN/messages.po * Update src/locale/locales/zh-CN/messages.po * Update src/locale/locales/zh-CN/messages.po * Update src/locale/locales/zh-CN/messages.po * Update src/locale/locales/zh-CN/messages.po * Update src/locale/locales/zh-CN/messages.po * Update src/locale/locales/zh-CN/messages.po * fixed typo * normalize string * re-translated camera roll * re-translated library * remove .mo * run intl:extract & update messages.po * remove superseded strings * update messages.po * update messages.po * adjust following feed translations * adjusted feed translations * adjusted following feed settings translations * adjusted following feed settings translations#2 * Update messages.po Co-authored-by: Kuwa Lee <kuwalee1069@gmail.com> * Update messages.po Co-authored-by: Kuwa Lee <kuwalee1069@gmail.com> * Update messages.po Co-authored-by: Kuwa Lee <kuwalee1069@gmail.com> * Update src/locale/locales/zh-CN/messages.po * Update src/locale/locales/zh-CN/messages.po * Update src/locale/locales/zh-CN/messages.po * update messages.po * update header information * reverse some translations * update messages.po * fix removed translation * run intl:extract * update messages.po * remove superseded strings * translate 'People I Follow' * make more localizable * Fix special case "WhoCanReply" * Update messages.po * remove extraneous blank line * remove duplicate 'click' * update messages.po * update messages.po * update messages.po * update messages.po * update messages.po --------- Co-authored-by: Kuwa Lee <kuwalee1069@gmail.com>
* Update zh-TW translations (#4025)Kuwa Lee2024-05-201-784/+788
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update new strings to 1.82 * finalize 1.82 zh-TW * Clean unused string * zh-TW daily update * zh-TW daily update * unify "unblock" for "θ§£ι™€ε°ιŽ–" * Update messages.po * Update zh-TW new strings * Update messages.po * fix typo * Fix special case "WhoCanReply" * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update "Adjust the number of likes a reply must have to be shown in your feed." * Update messages.po * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update latest commit sttrings + 3 new strings * Update latest commit strings * Update strings to latest commit * Fix special case "WhoCanReply" again * Explicitly description for "Graphic Media" * small improve * Update strings to latest commit +21 * Small improve * Update messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * fix "WhoCanReply" , and update --------- Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com>
* Update Korean localization (#4030)Minseo Lee2024-05-201-445/+580
| | | | | | | | | | | * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po
* Update catalan messages.po (#4079)Ivan BeΓ 2024-05-201-82/+82
| | | | | | | | | | | | | | | * Update catalan messages.po New lines added, new lines localized. Check it please @jordimas @darccio @surfdude29 * Update messages.po apply @surfdude29 correction * Update messages.po Apply @jordimas corrections