about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add translate metrics (#8171)Eric Bailey2025-04-094-14/+64
| | | | | * Add translate metrics * Format
* Nightly source-language updatepfrazee2025-04-091-4/+4
|
* Release 1.100 (#8168)Paul Frazee2025-04-0840-20842/+29588
| | | | | | | | | * Tests fix * Move the hosting provider text in account creation into the inside of the button to improve translation handling (close #8166) * Pull latest translations * Revert the 'you are creating an account' change entirely; it doesnt work
* Increase suggested follows in the new user progress guide modal (#8162)Paul Frazee2025-04-083-17/+23
| | | | | | | | | | | * Increase number of accounts suggested in the follow dialog progress guide * Increase the bottom pad on the dialog flatlist component * Format --------- Co-authored-by: Eric Bailey <git@esb.lol>
* [Explore] Reduced experience (#8160)Eric Bailey2025-04-089-57/+168
| | | | | | | | | | | * Only show suggested users for non-english users * Fall back to searching for users for non-english speakers * Disable other queries if full experience is disabled * Bump package * If no content langs, use full exp
* Tweak performance settings on Android (#8158)Eric Bailey2025-04-081-7/+20
|
* Nightly source-language updatepfrazee2025-04-081-63/+71
|
* Add in new suggested accounts endpoint into FollowDialog (#8147)Eric Bailey2025-04-072-149/+89
| | | | | | | | | * Add in new suggested accounts endpoint into FollowDialog * Fix lint --------- Co-authored-by: Hailey <me@haileyok.com>
* Rm sticky headers (#8154)Eric Bailey2025-04-072-20/+3
|
* Slice 'For You' results (#8152)Eric Bailey2025-04-071-2/+7
|
* Align copy in `Your interests` toasts (#8138)surfdude292025-04-071-2/+7
| | | | | * update copy in toasts * prettier
* Center the selected tab in the sugg follows tabbar (#8146)Eric Bailey2025-04-071-20/+6
| | | Co-authored-by: Hailey <me@haileyok.com>
* [Explore] Small fixes (#8145)Eric Bailey2025-04-0712-190/+344
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Hover on sugg account * Add subtle hover to all components except feed * Use skeleton states for refetch on focus * Empty results state for sugg users * Filter out pinned posts from feed previews * Add trending header if not top module * Tighten up spacing * Fetch 10 profiles * Update interests copy * Remove refetch on focus * Add PTR * use a map * Update src/screens/Search/modules/ExploreInterestsCard.tsx * fix web double border --------- Co-authored-by: Hailey <me@haileyok.com>
* Remove unused index to fix lint (#8148)Eric Bailey2025-04-072-2/+1
|
* Nightly source-language updatepfrazee2025-04-051-128/+181
|
* Rework the visual design of the interests card in explore (#8135)Paul Frazee2025-04-041-18/+17
|
* Fix the 'seen' metric in explore (#8134)Paul Frazee2025-04-042-32/+27
|
* [Explore] Invalidate queries post-interests edit (#8128)Eric Bailey2025-04-042-3/+23
| | | | | | | | | * Insert fresh interests and reset relevant queries * reset suggested users --------- Co-authored-by: Hailey <me@haileyok.com>
* [Explore] Design tweaks (#8131)Eric Bailey2025-04-048-21/+30
| | | | | | | | | | | | | | | * Fix interests card spacing * Space out AvatarStack * SP icon size * Visual alignment of tab bar and headers * Tweak spacing around search input * Drop text size in sp card overflow count * Tweak
* [Explore] New suggested follows endpoint (#8130)Eric Bailey2025-04-044-101/+103
| | | | | | | * Bump SDK * Integrate new endpoint, add profile shadow, For You tab * Format
* [Explore] Add interests card (#8125)Eric Bailey2025-04-044-27/+195
| | | | | | | | | * Add interests card to top of Explore * Add tip to add interests if they have none or deselect * Format * Copy
* Match placeholder color with other skeletons (#8129)Samuel Newman2025-04-041-4/+4
|
* Rename search to explore in titles and links (#8116)Eric Bailey2025-04-045-13/+21
| | | | | * Rename search to explore in titles and links * Conditionally use Explore
* Content interests (#8114)Eric Bailey2025-04-045-3/+249
| | | | | | | | | | | * Content prefs screen * Handle debounce, rename * Fix format * Let's just use interests * Reuse hook
* [Explore] Add index to view metric (#8124)Samuel Newman2025-04-042-2/+3
| | | | | | | * add index to view metric * supply index * always return a number
* [Explore] Add flatlist perf-related props (#8120)Samuel Newman2025-04-043-3/+11
| | | | | | | | | | | * Add flatlist perf-related props * Make keys more unique * Small gap --------- Co-authored-by: Eric Bailey <git@esb.lol>
* remove use of sticky topBorder, add border to feed footer (#8121)Samuel Newman2025-04-042-12/+23
|
* [Explore] Moderate trending topic avis (#8123)Samuel Newman2025-04-042-4/+25
| | | | | * moderate trending topic avis * filter blurs too
* log views of starter packs header (#8118)Samuel Newman2025-04-041-0/+2
|
* [Explore] Add shadow cache (#8119)Samuel Newman2025-04-045-41/+194
| | | | | | | * enable shadowcache for feed previews * extract keyextractor * dedupe feeds
* Nightly source-language updatepfrazee2025-04-041-14/+14
|
* memoize each module individually (#8111)Samuel Newman2025-04-031-227/+223
|
* Wait for preferences before fetching trending data (#8109)Eric Bailey2025-04-033-1/+3
|
* Nightly source-language updatepfrazee2025-04-031-240/+314
|
* [Explore] Base (#8053)Samuel Newman2025-04-0241-2115/+3797
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * migrate to #/screens * rm unneeded import * block drawer gesture on recent profiles * rm recommendations (#8056) * [Explore] Disable Trending videos (#8054) * remove giant header * disable * [Explore] Dynamic module ordering (#8066) * Dynamic module ordering * [Explore] New headers, metrics (#8067) * new sticky headers * improve spacing between modules * view metric on modules * update metrics names * [Explore] Suggested accounts module (#8072) * use modern profile card, update load more * add tab bar * tabbed suggested accounts * [Explore] Discover feeds module (#8073) * cap number of feeds to 3 * change feed pin button * Apply suggestions from code review Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * restore statsig to log events * filter out followed profiles, make suer enough are loaded (#8090) * [Explore] Trending topics (#8055) * redesigned trending topics * rm borders on web * get post count / age / ranking from api * spacing tweaks * fetch more topics then slice * use api data for avis/category * rm top border * Integrate new SDK, part out components * Clean up * Use status field * Bump SDK * Send up interests and langs --------- Co-authored-by: Eric Bailey <git@esb.lol> * Clean up module spacing and borders (cherry picked from commit 63d19b6c2d67e226e0e14709b1047a1f88b3ce1c) (cherry picked from commit 62d7d394ab1dc31b40b9c2cf59075adbf94737a1) * Switch back border ordering (cherry picked from commit 34e3789f8b410132c1390df3c2bb8257630ebdd9) * [Explore] Starter Packs (#8095) * Temp WIP (cherry picked from commit 43b5d7b1e64b3adb1ed162262d0310e0bf026c18) * New SP card * Load state * Revert change * Cleanup * Interests and caching * Count total * Format * Caching * [Explore] Feed previews module (#8075) * wip new hook * get fetching working, maybe * get feed previews rendering! * fix header height * working pin button * extract out FeedLink * add loader * only make preview:header sticky * Fix headers * Header tweaks * Fix moderation filter * Fix threading --------- Co-authored-by: Eric Bailey <git@esb.lol> * Space it out * Fix query key * Mock new endpoint, filter saved feeds * Make sure we're pinning, lower cache time * add news category * Remove log * Improve suggested accounts load state * Integrate new app view endpoint * fragment * Update src/screens/Search/modules/ExploreTrendingTopics.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/screens/Search/modules/ExploreTrendingTopics.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * lint * maybe fix this --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Hailey <me@haileyok.com>
* Tweak copy to remove remaining uses of `sign up` (#7987)surfdude292025-04-025-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tweak copy in Deactivated.tsx * tweak copy in Policies.tsx * tweak comment in createNativeStackNavigatorWithAuth.tsx * tweak copy in LoginForm.tsx * tweak copy in StarterPackLandingScreen.tsx * format * Apply suggestions from code review Co-authored-by: Hailey <hailey@blueskyweb.xyz> * Update src/screens/StarterPack/StarterPackLandingScreen.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/screens/StarterPack/StarterPackLandingScreen.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: Hailey <hailey@blueskyweb.xyz>
* Add plural formatting, translate and tweak some accessibility strings in ↵surfdude292025-04-022-26/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | composer (#7997) * add plural formatting and translate accessibility strings * tweak accessibility label and add comments for translators * fix * tweak comments * make label conditionally plural * rm stray bracket * try to fix prettier * nope * lint * more lint * prettier --------- Co-authored-by: Hailey <me@haileyok.com>
* fix bg color (#8102)Samuel Newman2025-04-021-2/+4
|
* Simplify content warning dialog text (#7943)surfdude292025-04-021-3/+2
| | | | | | | | | | | | | * simplify content warning dialog text * tweak copy * Update src/view/com/composer/labels/LabelsBtn.tsx Co-authored-by: Hailey <hailey@blueskyweb.xyz> --------- Co-authored-by: Hailey <hailey@blueskyweb.xyz>
* Update languages.ts (#7996)aryiu2025-04-021-1/+1
|
* Nightly source-language updatepfrazee2025-04-021-157/+170
|
* Add plural formatting for alt text truncated string (#7994)surfdude292025-04-012-6/+12
| | | | | | | | | * add plural formatting in GifAltText.tsx * add plural formatting in ImageAltTextDialog.tsx * import Plural * format
* Make `Posts` and `People` tabs translatable for user lists (#7982)surfdude292025-04-011-7/+6
| | | | | * mark Posts and People as translatable in lists * tweak labels
* Reapply "Modify hosting provider text for better localization" (#7928)Minseo Lee2025-04-011-19/+17
| | | | | | | | | * Update HostingProvider.tsx * Update src/components/forms/HostingProvider.tsx --------- Co-authored-by: Hailey <hailey@blueskyweb.xyz>
* Translate number joined starter pack string and add plural formatting (#7984)surfdude292025-04-012-6/+11
| | | | | | | | | | | * translate number joined starter pack string * also add plural formatting in StarterPackScreen.tsx * import Plural * tweak * tweak
* Add plural formatting for `STARTER_PACK_MAX_SIZE` toast (#8000)surfdude292025-04-011-3/+4
| | | | | | | * add plural formatting for starter pack max size toast * tweak * try again
* add plural formatting for too long handle error (#7999)surfdude292025-04-011-2/+6
|
* Add plural formatting for "too long" error messages when editing profile ↵surfdude292025-04-011-5/+11
| | | | | | | | | info (#7998) * add plural formatting for profile max graphemes errors * add missing tag * simplify
* [Reactions] Get reactions in chat list working again with new lexicon (#8093)Samuel Newman2025-04-013-69/+76
| | | | | * get chat list reactions working again with new lexicon * fix weird android bug where background wasn't clipped
* Fix loading jumps and footer on feeds tab (#8063)Samuel Newman2025-04-013-81/+86
| | | | | * Fix loading jumps and footer on feeds tab * same for lists/starter packs