Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP, avi not working on web | Eric Bailey | 2024-09-11 | 1 | -0/+15 |
| | |||||
* | WIP | Eric Bailey | 2024-09-11 | 1 | -1/+5 |
| | |||||
* | fix min size for compression (#5272) | Samuel Newman | 2024-09-11 | 1 | -9/+10 |
| | |||||
* | [Video] TEMP disable skip compression (#5271) | Samuel Newman | 2024-09-11 | 1 | -9/+9 |
| | |||||
* | Verify Identical Domains Emit Origin (#5255) | Hailey | 2024-09-10 | 1 | -4/+1 |
| | |||||
* | [Video] use correct max size (#5245) | Samuel Newman | 2024-09-09 | 2 | -3/+3 |
| | | | | Co-authored-by: Hailey <me@haileyok.com> | ||||
* | [Video] Upload tweaks (#5228) | Samuel Newman | 2024-09-08 | 1 | -1/+2 |
| | | | | | * use correct mime type * fix wheel progress | ||||
* | [Video] Fix type on web (#5211) | Hailey | 2024-09-07 | 1 | -2/+4 |
| | |||||
* | [Video] Open the floodgates (partially) (#5208) | Samuel Newman | 2024-09-07 | 1 | -1/+0 |
| | |||||
* | Add intent for verifying email (#5120) | Hailey | 2024-09-07 | 1 | -2/+32 |
| | |||||
* | [Video] Check upload limits before uploading (#5153) | Samuel Newman | 2024-09-07 | 2 | -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 Newman | 2024-09-07 | 1 | -2/+15 |
| | | | | Co-authored-by: Hailey <me@haileyok.com> | ||||
* | Set onboarding_minimum_interests to false (#5204) | dan | 2024-09-07 | 1 | -1/+0 |
| | | | Co-authored-by: Hailey <me@haileyok.com> | ||||
* | Set show_follow_suggestions_in_profile to true (#5205) | dan | 2024-09-07 | 1 | -1/+0 |
| | |||||
* | Set fixed_bottom_bar to true (#5203) | dan | 2024-09-07 | 1 | -1/+0 |
| | |||||
* | [Statsig] Add more events to downsample, increase downsample rate (#5198) | Hailey | 2024-09-07 | 2 | -10/+21 |
| | | | | | | | | | * add some events for sampling * include downsample rate in metadata * fix metadata logic * uncomment debug | ||||
* | Bump joined stat (#5188) | Eric Bailey | 2024-09-06 | 1 | -1/+1 |
| | | | | | * Bump joined stat * Ope, actually more | ||||
* | [Video] Add disable autoplay for native, more tweaking (#5178) | Hailey | 2024-09-06 | 1 | -12/+15 |
| | |||||
* | Ensure profile labels can be appealed separately from account labels (#5154) | Eric Bailey | 2024-09-04 | 1 | -0/+33 |
| | |||||
* | Add misleading report type to posts (#5150) | Eric Bailey | 2024-09-04 | 1 | -0/+5 |
| | | | | | | | * Add misleading report type to posts * Update copy * Update copy | ||||
* | Tweak animation to not roll 0 -> 1, overflow hidden (#5148) | Hailey | 2024-09-04 | 1 | -2/+2 |
| | |||||
* | Disable in-thread deduping for reposted replies (#5135) | dan | 2024-09-04 | 1 | -1/+6 |
| | |||||
* | Don't log extra background events (#5134) | dan | 2024-09-04 | 1 | -4/+4 |
| | |||||
* | fix mime checks (#5118) | Samuel Newman | 2024-09-03 | 2 | -1/+10 |
| | |||||
* | Only animate the like icon when from an actual toggle (#5096) | Hailey | 2024-09-03 | 4 | -4/+12 |
| | |||||
* | [Video] Upload errors and UI improvements (#5092) | Samuel Newman | 2024-09-03 | 4 | -1/+11 |
| | | | | | | | | | | | * surface errors in UI * style progress indicator * remove job status progress * rm log * fix webm ext | ||||
* | More tweaks to animation (#5082) | Hailey | 2024-09-02 | 4 | -31/+28 |
| | |||||
* | Improve animations for like button (#5074) | Hailey | 2024-09-02 | 5 | -0/+573 |
| | |||||
* | Mark unhydrated replies as orphaned (#5048) | dan | 2024-08-31 | 1 | -1/+9 |
| | |||||
* | Show some known OP replies in Following (#5049) | dan | 2024-08-31 | 1 | -6/+21 |
| | | | | | * Show known OP replies in Following * Fiter by >0 parent likes | ||||
* | [Video] Split 'videos' gate in two (#5037) | Samuel Newman | 2024-08-30 | 1 | -2/+3 |
| | |||||
* | [Videos] avoid using fetch for blob handling where possible (#5041) | Samuel Newman | 2024-08-30 | 3 | -12/+40 |
| | | | | | | | * avoid using fetch where possible * whoopsie wrong branch * more import fixes | ||||
* | [Video] Captions and alt text (#5009) | Samuel Newman | 2024-08-30 | 3 | -6/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * video settings modal in composer * show done button on web * rm download options * fix logic for showing settings button * add language picker (wip) * subtitle list with language select * send captions & alt text with video when posting * style "ensure you have selected a language" text * include aspect ratio with video * filter out captions where the lang is not set * rm log * fix label and add hint * minor scrubber fix | ||||
* | [Videos] Fix uploads (#5042) | Samuel Newman | 2024-08-30 | 1 | -2/+2 |
| | | | | | | | * fix pds url * fix service auth exp * whoopsie wrong branch | ||||
* | [Experiment] Suggest profiles in profile (#5030) | dan | 2024-08-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | * Rename variable to disambiguate with parent scope * More variables where they are used * Inline variables * Add suggestions in profile * Gate it * rm space * Remove header suggestions under gate | ||||
* | Improve localization (#5008) | Minseo Lee | 2024-08-30 | 1 | -2/+1 |
| | | | | | * Update QrCode.tsx * Update generate-starterpack.ts | ||||
* | Localize dates, counts (#5027) | Eric Bailey | 2024-08-29 | 3 | -84/+286 |
| | | | | | | | | | | | | | | | | | | | | | | | * refactor: consistent localized formatting * refactor: localized date time * refactor: localize relative time with strings * chore: fix typo from copy-paste * Clean up useTimeAgo * Remove old ago * Const * Reuse * Prettier --------- Co-authored-by: Mary <git@mary.my.id> | ||||
* | Force at least one item to always be initially rendered (#5029) | Hailey | 2024-08-29 | 1 | -1/+6 |
| | |||||
* | [Video] Properly get the service auth aud from the session (#5025) | Hailey | 2024-08-29 | 1 | -0/+18 |
| | |||||
* | Fix language filtering for feeds (#5026) | dan | 2024-08-29 | 1 | -12/+5 |
| | | | | | * Fix language filtering for feeds * Simplify logic | ||||
* | Enable show_follow_back_label_v2 (#5022) | dan | 2024-08-29 | 1 | -1/+0 |
| | |||||
* | Remove logging of following prefs (#5021) | dan | 2024-08-29 | 1 | -6/+0 |
| | |||||
* | Remove new_user_guided_tour and tour code (#5023) | dan | 2024-08-29 | 1 | -1/+0 |
| | |||||
* | Profile screen performance tweak - Adjust initial num to render based on ↵ | Hailey | 2024-08-29 | 1 | -7/+15 |
| | | | | header height (#5005) | ||||
* | [Video] Make compress/upload cancelable (#4996) | Samuel Newman | 2024-08-29 | 3 | -5/+32 |
| | | | | | | | * add abort controller to video upload system * rm log * rm log 2 | ||||
* | [Video] Add uploaded video to post (#4884) | Samuel Newman | 2024-08-29 | 2 | -47/+27 |
| | | | | | | | | | | | | | | | | | | | | | * video uploads! * use video upload lexicons * add missing postgate * remove references to prerelease package * fix scrubber showing a "0" * Delete types.ts * rm logs * rm upload header --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> | ||||
* | Use moderatePost_wrapped for post embeds (#4981) | Eric Bailey | 2024-08-23 | 1 | -1/+2 |
| | | | | | * Use moderatePost_wrapped * Add lint rule | ||||
* | Fix fixed footer experiment (#4969) | dan | 2024-08-22 | 1 | -27/+18 |
| | | | | | | | | | | | | | | | | | * Split minimal shell mode into headerMode and footerMode For now, we'll always write them in sync. When we read them, we'll use headerMode as source of truth. This will let us keep footerMode independent in a future commit. * Remove fixed_bottom_bar special cases during calculation This isn't the right time to determine special behavior. Instead we'll adjust footerMode itself conditionally on the gate. * Copy-paste setMode into MainScrollProvider This lets us fork the implementation later just for this case. * Gate footer adjustment in MainScrollProvider This is the final piece. Normal calls to setMode() keep setting both header and footer, but MainScrollProvider adjusts the footer conditionally. | ||||
* | Change size (#4957) | Hailey | 2024-08-21 | 1 | -0/+1 |
| | |||||
* | Detached QPs and hidden replies (#4878) | Eric Bailey | 2024-08-21 | 4 | -57/+96 |
| | | | | Co-authored-by: Hailey <me@haileyok.com> |