about summary refs log tree commit diff
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Don't log extra background events (#5134)dan2024-09-041-4/+4
|
* fix mime checks (#5118)Samuel Newman2024-09-032-1/+10
|
* Only animate the like icon when from an actual toggle (#5096)Hailey2024-09-034-4/+12
|
* [Video] Upload errors and UI improvements (#5092)Samuel Newman2024-09-034-1/+11
| | | | | | | | | | | * surface errors in UI * style progress indicator * remove job status progress * rm log * fix webm ext
* More tweaks to animation (#5082)Hailey2024-09-024-31/+28
|
* Improve animations for like button (#5074)Hailey2024-09-025-0/+573
|
* Mark unhydrated replies as orphaned (#5048)dan2024-08-311-1/+9
|
* Show some known OP replies in Following (#5049)dan2024-08-311-6/+21
| | | | | * Show known OP replies in Following * Fiter by >0 parent likes
* [Video] Split 'videos' gate in two (#5037)Samuel Newman2024-08-301-2/+3
|
* [Videos] avoid using fetch for blob handling where possible (#5041)Samuel Newman2024-08-303-12/+40
| | | | | | | * avoid using fetch where possible * whoopsie wrong branch * more import fixes
* [Video] Captions and alt text (#5009)Samuel Newman2024-08-303-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 Newman2024-08-301-2/+2
| | | | | | | * fix pds url * fix service auth exp * whoopsie wrong branch
* [Experiment] Suggest profiles in profile (#5030)dan2024-08-301-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 Lee2024-08-301-2/+1
| | | | | * Update QrCode.tsx * Update generate-starterpack.ts
* Localize dates, counts (#5027)Eric Bailey2024-08-293-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)Hailey2024-08-291-1/+6
|
* [Video] Properly get the service auth aud from the session (#5025)Hailey2024-08-291-0/+18
|
* Fix language filtering for feeds (#5026)dan2024-08-291-12/+5
| | | | | * Fix language filtering for feeds * Simplify logic
* Enable show_follow_back_label_v2 (#5022)dan2024-08-291-1/+0
|
* Remove logging of following prefs (#5021)dan2024-08-291-6/+0
|
* Remove new_user_guided_tour and tour code (#5023)dan2024-08-291-1/+0
|
* Profile screen performance tweak - Adjust initial num to render based on ↵Hailey2024-08-291-7/+15
| | | | header height (#5005)
* [Video] Make compress/upload cancelable (#4996)Samuel Newman2024-08-293-5/+32
| | | | | | | * add abort controller to video upload system * rm log * rm log 2
* [Video] Add uploaded video to post (#4884)Samuel Newman2024-08-292-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 Bailey2024-08-231-1/+2
| | | | | * Use moderatePost_wrapped * Add lint rule
* Fix fixed footer experiment (#4969)dan2024-08-221-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)Hailey2024-08-211-0/+1
|
* Detached QPs and hidden replies (#4878)Eric Bailey2024-08-214-57/+96
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Show quote posts (#4865)Samuel Newman2024-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * show quote posts * fix filter * fix keyExtractor * move likedby and repostedby to new file structure * use modern list component * remove relative imports * update quotes count after quoting * call `onPost` after updating quote count * Revert "update quotes count after quoting" This reverts commit 1f1887730a210c57c1e5a0eb0f47c42c42cf1b4b. * implement * update like count in quotes list * only add `onPostReply` where needed * Filter quotes with detached embeds * Bump SDK * Don't show error for no results --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com> Co-authored-by: Eric Bailey <git@esb.lol>
* Update joined stat (#4967)Eric Bailey2024-08-211-1/+1
|
* Add `list hidden` screen (#4958)Hailey2024-08-201-0/+23
| | | | | Co-authored-by: Hailey <me@haileyok.com> Co-authored-by: Eric Bailey <git@esb.lol>
* Fix orphaned feed slices, handle blocks (#4944)Eric Bailey2024-08-191-5/+26
| | | | | | | | | | | * Fix orphaned feed slices, handle blocks * Revert to filerting out orphan threads * Support NotFoundPost views too * Just kidding, use ReplyRef.root as source of grandparent data * Fixes
* [Experiment] Always show bottom bar (#4946)dan2024-08-162-0/+19
|
* Revert "[Video] Download videos" (#4945)Hailey2024-08-151-1/+0
|
* Move global "Sign out" out of the current account row (#4941)dan2024-08-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * Rename logout to logoutEveryAccount * Add logoutCurrentAccount() * Make all "Log out" buttons refer to current account Each of these usages is completely contextual and refers to a specific account. * Add Sign out of all accounts to Settings * Move single account Sign Out below as well * Prompt on account removal * Add Other Accounts header to reduce ambiguity * Spacing fix --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* [Video] Download videos (#4886)Hailey2024-08-151-0/+1
| | | | Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* Add `/live/` to supported YouTube embed URLs (#4932)Hailey2024-08-131-5/+10
|
* Don't kick to login screen on network error (#4911)dan2024-08-131-1/+66
| | | | | | | | | | | | | | | | | | | | | * Don't kick the user on network errors * Track online status for RQ * Use health endpoint * Update test with new behavior * Only poll while offline * Handle races between the check and network events * Reduce the poll kickoff interval * Don't cache partially fetched pinned feeds This isn't a new issue but it's more prominent with the offline handling. We're currently silently caching pinned infos that failed to fetch. This avoids showing a big spinner on failure but it also kills all feeds which is very confusing. If the request to get feed gens fails, let's fail the whole query. Then it can be retried.
* Remove .withProxy() calls (#4929)dan2024-08-131-1/+0
|
* Upgrade API, implement XRPC rework (#4857)Hailey2024-08-127-143/+125
| | | | Co-authored-by: Matthieu Sieben <matthieu.sieben@gmail.com>
* Improve styles (#4916)Minseo Lee2024-08-112-4/+5
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Remove show_avi_follow_button (#4900)Eric Bailey2024-08-081-1/+0
|
* Remove native_pwi_disabled (#4896)Eric Bailey2024-08-081-1/+0
| | | | | * Remove native_pwi_disabled * Remove search button
* Remove new_user_progress_guide (#4895)Eric Bailey2024-08-081-1/+0
|
* Remove explore_page_profile_card_social_proof (#4894)Eric Bailey2024-08-081-1/+0
|
* Remove ungroup_follow_backs gate (#4893)Eric Bailey2024-08-081-1/+0
|