dan
e6e7027d01
Cleanup gates ( #4170 )
...
* Unlaunch disable_poll_on_discover_v2
* Rm unused gates
* Unlaunch autoexpand_suggestions_on_profile_follow_v2
* Launch disable_min_shell_on_foregrounding_v3
2024-05-22 18:19:07 +01:00
Samuel Newman
3ca41e4efb
[ 🐴 ] Invalidate list convos query on block ( #4171 )
...
* more memoization
* invalidate listconvos query on block
2024-05-22 18:14:15 +01:00
Eric Bailey
b937372325
More retries when resuming non-stale account ( #4156 )
2024-05-22 11:34:21 -05:00
Samuel Newman
690926dd90
Add note to clarify "allow new messages from" setting ( #4166 )
2024-05-22 15:52:04 +01:00
Hailey
6522ee9bbf
don't use `contentVisibility` on Firefox ( #4164 )
2024-05-22 14:07:07 +01:00
Eric Bailey
4b0e118844
Remove added radius, add to specific location ( #4160 )
2024-05-21 17:14:30 -05:00
Hailey
cbfb69dd15
[ 🐴 ] Support Japanese (et al.) IME in message input on web ( #4159 )
...
* support japanese et al. IME
* update comment
* nit
2024-05-21 13:37:16 -07:00
Samuel Newman
866b0b9121
[ 🐴 ] Fix convo menu overlap (web) ( #4153 )
...
* add right padding to chatlistitem to avoid overlap
* reduce padding amount
2024-05-21 15:33:00 -05:00
Hailey
630b9b7786
check `maxTouchPoints` is greater than 1, not zero ( #4158 )
2024-05-21 20:18:56 +01:00
Samuel Newman
7334e9fd81
close loggedout view when logging in ( #4154 )
2024-05-21 12:49:46 -05:00
Samuel Newman
e5a1472974
flip order ( #4152 )
2024-05-21 16:16:36 +01:00
Samuel Newman
f06a6024e6
fix to negative top of component so it moves with container growth ( #4151 )
2024-05-21 16:16:27 +01:00
Hailey
1ec4e0a867
Make list end text customizable ( #4145 )
...
* 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
2024-05-20 21:04:19 -07:00
dan
b89e4ded2f
Only fallback to Discover if Following is first pinned ( #4146 )
2024-05-20 21:03:17 -07:00
dan
d6625c29d1
[Statsig] Sample router events ( #4143 )
2024-05-20 20:28:12 -07:00
Hailey
8cec1679a7
[ 🐴 ] only try to initialize once in the NUX ( #4142 )
...
* only try to initialize once
* nit
2024-05-20 20:13:06 -07:00
Paul Frazee
184c65836b
Run intl extract
2024-05-20 20:09:03 -07:00
Hailey
5bbb5f5806
use same visuals for notification sounds setting as the allow messages from ( #4141 )
2024-05-20 20:08:29 -07:00
Eric Bailey
8be65a8790
Add convoId as key to Convo wrapper ( #4140 )
2024-05-20 21:59:55 -05:00
Paul Frazee
6b6a002b0a
Run intl extract
2024-05-20 19:52:04 -07:00
Paul Frazee
cb4045d2be
Switch to a more visually obvious button for the threadgate ( #4139 )
...
* Switch to a more visually obvious button for the threadgate
* Move threadgate button into the keyboard-sticky area
* Fix keyboard offset
2024-05-20 19:51:34 -07:00
Eric Bailey
6cc040a94e
[ 🐴 ] Add end of list text, fix threshold ( #4138 )
...
* Add end of list text
* onEndReachedThreshold
2024-05-20 21:42:49 -05:00
Eric Bailey
ad2d84fb05
Fix button size on labeler ( #4137 )
...
* Fix button size
* Fix mobile
2024-05-20 21:04:27 -05:00
Pokai Chang
87fa501433
expand the background color to cover the overscroll area on settings screen ( #4101 )
2024-05-21 02:28:18 +01:00
Paul Frazee
aa34d6b4d2
Release 1.83 ( #4136 )
...
* Test fixes
* Run intl:extract
2024-05-20 18:23:41 -07:00
Hailey
a7c2370680
[ 🐴 ] set layout height in `onLayout` ( #4135 )
...
* set layout height in `onLayout`
* keep setting it in `onScroll` too
2024-05-20 18:03:53 -07:00
Pokai Chang
cadc33c625
Fix laggy scrolling on mobile app's home screen, etc. ( #4108 )
...
* Improve scrolling performance for List
* Update List.tsx
* Apply same fix to profile labels
---------
Co-authored-by: dan <dan.abramov@gmail.com>
2024-05-21 01:41:12 +01:00
Samuel Newman
4a7436886d
remove DMs gate ( #4112 )
2024-05-20 19:29:22 -05:00
Eric Bailey
a7b0242cc8
[ 🐴 ] Empty chat prompt ( #4132 )
...
* 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>
2024-05-20 16:56:44 -07:00
Eric Bailey
6dde487563
[ 🐴 ] Prevent flash upon first message ( #4133 )
...
* 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>
2024-05-20 16:29:16 -07:00
dan
4fa92d7a49
[Statsig] Fix exposure logging for reduced onboarding ( #4131 )
...
* Add dangerouslyDisableExposureLogging option
* Rename onboarding gate to v2
* Disable exposure logging for onboarding in PostFeed query
2024-05-21 00:17:57 +01:00
Hailey
516eb69637
[ 🐴 ] Add new chat metrics ( #4130 )
...
* 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
2024-05-20 15:26:05 -07:00
Eric Bailey
22522090c2
Ensure deleted chats don't count towards unread ( #4129 )
2024-05-20 17:19:01 -05:00
Eric Bailey
e98bf6521b
[ 🐴 Tweak appeal button styles ( #4128 )
...
* Tweak styles
* Tweak copy
2024-05-20 16:41:03 -05:00
Samuel Newman
d3d2dc8ad4
[ 🐴 ] Appeal form for disabled DMs ( #4126 )
...
* add appeal dialog
* use useMutation for the labels on me dialog
* replace text button with small button
2024-05-20 22:23:36 +01:00
Samuel Newman
e5aa8c081a
in-convo muted chat indicator ( #4127 )
2024-05-20 22:16:53 +01:00
Eric Bailey
70019e73ef
Some styling of empty list chats states ( #4124 )
2024-05-20 16:16:46 -05:00
Eric Bailey
31a716d256
[ 🐴 ] Handle deleted accounts, restructure ChatListItem ( #4114 )
...
* 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>
2024-05-20 16:16:29 -05:00
Eric Bailey
becf373edb
Maybe? ( #4125 )
2024-05-20 14:06:29 -07:00
Stanislas Signoud
aa7c3130db
Update French localization ( #4113 )
...
* Extract new strings to translate in French
* Translate new strings into French
2024-05-20 13:22:11 -07:00
Takayuki KUSANO
8194e07092
Update Japanese translations ( #3886 )
...
* 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>
2024-05-20 13:21:21 -07:00
Gildásio Filho
37739e817b
Update pt-BR localization to latest version ( #4009 )
...
* 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>
2024-05-20 13:20:29 -07:00
Frudrax Cheng
6fba4143b4
Update zh-CN translations ( #3932 )
...
* 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>
2024-05-20 13:19:59 -07:00
Kuwa Lee
2df0919e2d
Update zh-TW translations ( #4025 )
...
* 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>
2024-05-20 13:19:14 -07:00
Minseo Lee
b524d5409b
Update Korean localization ( #4030 )
...
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
2024-05-20 13:18:32 -07:00
Ivan Beà
7cc3e958c8
Update catalan messages.po ( #4079 )
...
* 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
2024-05-20 13:18:02 -07:00
Brodie
76be48b1a1
Update Spanish Localization ( #4105 )
2024-05-20 13:15:01 -07:00
Eric Bailey
fe15e9df26
Allow removal of feeds that fail to load ( #4121 )
2024-05-20 13:04:33 -07:00
Hailey
52a885ad19
[ 🐴 ] Make message input layout resizing synchronous ( #4123 )
...
* make input resizing synchronous
* remove a log
* make scroll enable/disable sync
* lint
* start as undefined
2024-05-20 13:01:21 -07:00
Hailey
994af1454f
[ 🐴 ] Adjust content height whenever the emoji picker keyboard is opened or closed ( #4120 )
...
* properly resize whenever the emoji keyboard is opened
* properly resize whenever the emoji keyboard is opened
2024-05-20 12:53:15 -07:00