about summary refs log tree commit diff
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* [Share Extension] Move away from deprecated API, implement JS side of things ↵Hailey2024-09-261-6/+18
| | | | (#5509)
* Filter errors that get sent to Sentry (#5247)Hailey2024-09-251-5/+13
|
* Use scale animation for tabs (#5483)Samuel Newman2024-09-251-11/+16
| | | | | * fix passing PressableScale oPressIn prop * use PressableScale for tabs
* show a toast when a haptic is meant to fire while using simulator (#5481)Samuel Newman2024-09-251-0/+7
| | | buzzz!
* Add gate to increase post-feed page size (#5473)Eric Bailey2024-09-251-1/+3
| | | | | | | | | | | * Add gate to increase post-feed page size * Exclude Discover * Remove exception * Clarify intent * Let gate cache
* Improve style of reply bar (#5447)Hailey2024-09-251-0/+53
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* delete extractHtmlMeta (#5478)noriaki watanabe2024-09-253-122/+0
|
* Remove image resizer (#5464)Hailey2024-09-241-16/+58
|
* Remove `react-native-fs` (#5463)Hailey2024-09-252-14/+28
| | | | | | | | | * remove rnfs * tweak e2e * log * use `safeDeleteAsync`
* Revamp image editor (#5462)Mary2024-09-252-2/+7
| | | | | | | | | * new image editor * Rm react-avatar-editor --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* MobX removal take 2 (#5381)Mary2024-09-252-40/+15
| | | | | | | | | * mobx removal take 2 * Actually rm mobx --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Revert change in FAB animation (#5465)Hailey2024-09-241-2/+2
|
* invert the fab animation, play a haptic (#4309)Hailey2024-09-231-10/+14
|
* changed white (gray_0) text to offwhite (gray_25) (#5453)whey.party2024-09-231-2/+2
|
* [Neue] Font weights (#5442)Eric Bailey2024-09-202-24/+23
| | | | | | | * Align all font weights * Only load necessary fonts * Also comment out from hook
* Validate TLD in signup (#5426)Hailey2024-09-202-0/+91
| | | | | | | | | | | | | | | | | | | | | | | * add lib * add validation * log * add some common typos * add tests * reset hasWarned state on edit * shorten path * Move test file, adjust regex, add test * Get real nit picky --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Additional moderation (#5172)Eric Bailey2024-09-201-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set up additional mod authorities * Filter out non-configurable mod authorities * WIP * Working * Cleanup, add mod * Cleanup * Add more debug logs * Tweak logs * Filter out imperative labels from typeaheads * Filter hideable content from notifications * Add api * Fall back in dev * Remove space * Use prod endpoint * Add tiny notice * Add notice to labeler card, show all labelers
* Fix ext embeds in DMs (#5419)Samuel Newman2024-09-191-1/+1
| | | | | * fix ext embeds in DMs * undo acciental rounding change
* [Neue] Base (#5395)Eric Bailey2024-09-182-47/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add fontScale, gate it, fix some computes * Add inter, integrate * Clean up * Apply to old Text component * Use numeric weight * Cleanup * Clean up appearance settings * Global tracking * Fix regular italic variant * Refactor settings and fontScale values * Remove flags * Get rid of lower weight font usage * Remove gate from settings * Refactor appearance settings for reuse * Add neue type nux * Update defaults * Load fonts, add fallback families * Load fonts via plugin in production * Fixes * Fix for web * Nits --------- Co-authored-by: Hailey <me@haileyok.com>
* remove expo-sentry (#5405)Hailey2024-09-183-10/+10
|
* Make like animation on web same speed as mobile (#5391)Roscoe Rubin-Rottenberg2024-09-171-1/+1
|
* Milly tweaks (#5365)Eric Bailey2024-09-162-7/+1
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Fix lexicon validation in PWI Discover (#5329)dan2024-09-131-2/+3
|
* Add eventsEric Bailey2024-09-131-0/+4
|
* Merge branch 'ten-milly' into mainPaul Frazee2024-09-133-2/+23
|\
| * Add gateEric Bailey2024-09-121-1/+4
| |
| * WIP, avi not working on webEric Bailey2024-09-111-0/+15
| |
| * WIPEric Bailey2024-09-111-1/+5
| |
* | Enable video_upload gate (#5311)dan2024-09-121-1/+1
| |
* | Revert "Show some known OP replies in Following (#5049)" (#5301)dan2024-09-121-21/+6
|/ | | This reverts commit bff6aedecf007a4225bf30e1800933a9005cb0b2.
* fix min size for compression (#5272)Samuel Newman2024-09-111-9/+10
|
* [Video] TEMP disable skip compression (#5271)Samuel Newman2024-09-111-9/+9
|
* Verify Identical Domains Emit Origin (#5255)Hailey2024-09-101-4/+1
|
* [Video] use correct max size (#5245)Samuel Newman2024-09-092-3/+3
| | | | Co-authored-by: Hailey <me@haileyok.com>
* [Video] Upload tweaks (#5228)Samuel Newman2024-09-081-1/+2
| | | | | * use correct mime type * fix wheel progress
* [Video] Fix type on web (#5211)Hailey2024-09-071-2/+4
|
* [Video] Open the floodgates (partially) (#5208)Samuel Newman2024-09-071-1/+0
|
* Add intent for verifying email (#5120)Hailey2024-09-071-2/+32
|
* [Video] Check upload limits before uploading (#5153)Samuel Newman2024-09-072-0/+10
| | | | | | | | | | | | | | | | | * DRY up video service auth code * throw error if over upload limits * use token * xmark on toast * errors with nice translatable error messages * Update src/state/queries/video/video.ts --------- Co-authored-by: Hailey <me@haileyok.com>
* [Video] Only compress if >25mb or unknown format (#5187)Samuel Newman2024-09-071-2/+15
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Set onboarding_minimum_interests to false (#5204)dan2024-09-071-1/+0
| | | Co-authored-by: Hailey <me@haileyok.com>
* Set show_follow_suggestions_in_profile to true (#5205)dan2024-09-071-1/+0
|
* Set fixed_bottom_bar to true (#5203)dan2024-09-071-1/+0
|
* [Statsig] Add more events to downsample, increase downsample rate (#5198)Hailey2024-09-072-10/+21
| | | | | | | | | * add some events for sampling * include downsample rate in metadata * fix metadata logic * uncomment debug
* Bump joined stat (#5188)Eric Bailey2024-09-061-1/+1
| | | | | * Bump joined stat * Ope, actually more
* [Video] Add disable autoplay for native, more tweaking (#5178)Hailey2024-09-061-12/+15
|
* Ensure profile labels can be appealed separately from account labels (#5154)Eric Bailey2024-09-041-0/+33
|
* Add misleading report type to posts (#5150)Eric Bailey2024-09-041-0/+5
| | | | | | | * Add misleading report type to posts * Update copy * Update copy
* Tweak animation to not roll 0 -> 1, overflow hidden (#5148)Hailey2024-09-041-2/+2
|
* Disable in-thread deduping for reposted replies (#5135)dan2024-09-041-1/+6
|