Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Privileged app passwords (#4200) | Samuel Newman | 2024-05-23 | 3 | -101/+136 | |
| | | | | | | | | | | | | | | | | | | | * add checkbox to create privileged app password * add indicator to privileged app pwds to list * bump api * oops missed the yarnlock * adjust modal padding * lowercase * one more lowercase --------- Co-authored-by: Hailey <me@haileyok.com> | |||||
* | [🐴] Overfetch follow for default new dialog state (#4205) | Eric Bailey | 2024-05-23 | 1 | -3/+1 | |
| | ||||||
* | Reduce polling (#4204) | Eric Bailey | 2024-05-23 | 2 | -4/+4 | |
| | | | | | | | | | * Reduce polling a bit * Bump to 60 * Increase all * ok 3 | |||||
* | [🐴] Fix Firefox send button positioning (#4201) | Hailey | 2024-05-23 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | * use `align_center` * revert * account for firefox textarea size differences set to `38` remove some extra stuff equal height on all platforms * use atom | |||||
* | Add `bundleDate`, `bundleIdentifier` to `StatsigUser` (#4199) | Hailey | 2024-05-23 | 1 | -1/+5 | |
| | | | | | | | | | | | | | * record event for fetched ota update * Revert "record event for fetched ota update" This reverts commit 4b49efe036c0c9605eabf1d5715586d093d60e9e. * add `bundleDate` to `StatsigUser` * include `bundleIdentifier` too * move to `custom` | |||||
* | Remove `getProfile` calls when loading feed (#3881) | Hailey | 2024-05-23 | 4 | -56/+78 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove unnecessary `getProfile()` calls from feed load add comments ensure only if first simplify nit handle cases where the parent is removed add a comment remove unnecessary `getProfile()` calls from feed load limit only to the first post in the returned items move the logic out of the render and into the query add the grandparent properly update `FeedItem` bump package update `FeedItem` update `post-feed` query update `FeedSlice` * nit * simplify logic * always pass `parentAuthor` * oops! * update `DebugMod` | |||||
* | Log error statuses from failed resume session calls (#4174) | Eric Bailey | 2024-05-23 | 1 | -1/+11 | |
| | | | | | | | | | * Add log to track how resume fails * Use safe field name * Better log * Properly catch | |||||
* | disable alt text auto focus on Android (#4198) | Hailey | 2024-05-23 | 1 | -1/+2 | |
| | | | | | * disable alt text auto focus on Android * revert timeout change | |||||
* | [🐴] add link to chat settings from main settings (#4197) | Samuel Newman | 2024-05-23 | 3 | -1/+28 | |
| | | | | | | | * add link to chat settings from main settings * move to beneath saved feeds weird ass diff on this commit lol | |||||
* | Decrease thickness of border on message input (#4196) | Hailey | 2024-05-23 | 2 | -2/+2 | |
| | ||||||
* | [🐴] better error message for "Bad token scope" error (#4194) | Samuel Newman | 2024-05-23 | 1 | -0/+3 | |
| | | | | | * better error message for "Bad token scope" error * log -> sign | |||||
* | Add padding to dialogs when keyboard is open on Android (#4182) | Hailey | 2024-05-23 | 8 | -3/+54 | |
| | | | | | | | | | * add keyboard padding to android dialogs * missing `keyboardDismissMode` for `ScrollableInner` * add to `MutedWords` * add to `LabelsOnMe` | |||||
* | [🐴] Do not init event bus if no session (#4193) | Eric Bailey | 2024-05-23 | 1 | -2/+24 | |
| | | | | | | | * Do not init event bus if no session * Be explicit * Simplify, fix log | |||||
* | stop line breaks for timeelapsed (#4191) | Samuel Newman | 2024-05-23 | 1 | -0/+2 | |
| | ||||||
* | Reduce polling when app is backgrounded (#4192) | Eric Bailey | 2024-05-23 | 2 | -1/+8 | |
| | ||||||
* | implement a safari hack for ime (#4186) | Hailey | 2024-05-23 | 5 | -6/+30 | |
| | | | | | | | | | remove debug logs use a better hack implement a safari hack extract `isSafari` and `isFirefox` to a global variable | |||||
* | [🐴] Suspend event bus when switching accounts (#4190) | Eric Bailey | 2024-05-23 | 1 | -5/+4 | |
| | | | | | * Suspend event bus when switching accounts * Make effect symmetrical | |||||
* | Handle zero bottom inset on iOS (#4184) | Hailey | 2024-05-22 | 1 | -3/+3 | |
| | | | | | * set message padding to a minimum of 60 and max of 70 * adjust range | |||||
* | [Session] Dispose of stale agents immediately | Dan Abramov | 2024-05-23 | 1 | -0/+13 | |
| | ||||||
* | [Session] Persist updates from inactive agent | Dan Abramov | 2024-05-23 | 2 | -17/+22 | |
| | ||||||
* | wrap web in disabled keyboard provider (#4176) | Hailey | 2024-05-22 | 1 | -33/+36 | |
| | ||||||
* | Cleanup gates (#4170) | dan | 2024-05-22 | 4 | -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 Newman | 2024-05-22 | 2 | -21/+25 | |
| | | | | | * more memoization * invalidate listconvos query on block | |||||
* | More retries when resuming non-stale account (#4156) | Eric Bailey | 2024-05-22 | 1 | -1/+1 | |
| | ||||||
* | Add note to clarify "allow new messages from" setting (#4166) | Samuel Newman | 2024-05-22 | 1 | -4/+20 | |
| | ||||||
* | don't use `contentVisibility` on Firefox (#4164) | Hailey | 2024-05-22 | 1 | -1/+2 | |
| | ||||||
* | Remove added radius, add to specific location (#4160) | Eric Bailey | 2024-05-21 | 2 | -2/+2 | |
| | ||||||
* | [🐴] Support Japanese (et al.) IME in message input on web (#4159) | Hailey | 2024-05-21 | 1 | -1/+10 | |
| | | | | | | | * support japanese et al. IME * update comment * nit | |||||
* | [🐴] Fix convo menu overlap (web) (#4153) | Samuel Newman | 2024-05-21 | 1 | -26/+19 | |
| | | | | | * add right padding to chatlistitem to avoid overlap * reduce padding amount | |||||
* | check `maxTouchPoints` is greater than 1, not zero (#4158) | Hailey | 2024-05-21 | 1 | -1/+1 | |
| | ||||||
* | close loggedout view when logging in (#4154) | Samuel Newman | 2024-05-21 | 1 | -0/+3 | |
| | ||||||
* | flip order (#4152) | Samuel Newman | 2024-05-21 | 1 | -1/+1 | |
| | ||||||
* | fix to negative top of component so it moves with container growth (#4151) | Samuel Newman | 2024-05-21 | 1 | -1/+1 | |
| | ||||||
* | Make list end text customizable (#4145) | Hailey | 2024-05-20 | 19 | -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) | dan | 2024-05-20 | 1 | -15/+14 | |
| | ||||||
* | [Statsig] Sample router events (#4143) | dan | 2024-05-20 | 3 | -3/+9 | |
| | ||||||
* | [🐴] only try to initialize once in the NUX (#4142) | Hailey | 2024-05-20 | 1 | -2/+5 | |
| | | | | | * only try to initialize once * nit | |||||
* | Run intl extract | Paul Frazee | 2024-05-20 | 17 | -187/+391 | |
| | ||||||
* | use same visuals for notification sounds setting as the allow messages from ↵ | Hailey | 2024-05-20 | 1 | -15/+41 | |
| | | | | (#4141) | |||||
* | Add convoId as key to Convo wrapper (#4140) | Eric Bailey | 2024-05-20 | 1 | -1/+1 | |
| | ||||||
* | Run intl extract | Paul Frazee | 2024-05-20 | 17 | -2380/+2635 | |
| | ||||||
* | Switch to a more visually obvious button for the threadgate (#4139) | Paul Frazee | 2024-05-20 | 3 | -47/+39 | |
| | | | | | | | * 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 Bailey | 2024-05-20 | 2 | -2/+18 | |
| | | | | | * Add end of list text * onEndReachedThreshold | |||||
* | Fix button size on labeler (#4137) | Eric Bailey | 2024-05-20 | 1 | -3/+4 | |
| | | | | | * Fix button size * Fix mobile | |||||
* | expand the background color to cover the overscroll area on settings screen ↵ | Pokai Chang | 2024-05-21 | 1 | -2/+1 | |
| | | | | (#4101) | |||||
* | Release 1.83 (#4136) | Paul Frazee | 2024-05-20 | 18 | -6721/+10906 | |
| | | | | | * Test fixes * Run intl:extract | |||||
* | [🐴] set layout height in `onLayout` (#4135) | Hailey | 2024-05-20 | 1 | -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 Chang | 2024-05-21 | 2 | -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 Newman | 2024-05-20 | 9 | -152/+41 | |
| | ||||||
* | [🐴] Empty chat prompt (#4132) | Eric Bailey | 2024-05-20 | 4 | -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> |