about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace old ProfileCard with new (#8195)Eric Bailey2025-04-158-509/+189
| | | | | | | | | | | | | | | | | | | | | * Replace usages of old ProfileCard * Replace Pills with Labels component * Replace impl of ProfileCardWithFollowButton * Remove never-used LikesDialog * Handle missing mod opts * Add missing profile hover * use modern button in listmembers * remove follow button from muted accounts list --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Nightly source-language updatepfrazee2025-04-151-55/+55
|
* Don't re-use profile-specific components in Settings (#8193)Eric Bailey2025-04-141-9/+30
|
* bump version (v1.101) (#8189)Samuel Newman2025-04-141-1/+1
|
* Fix end of feed border thickness (#8187)Samuel Newman2025-04-141-9/+5
|
* Use consistent hosting provider height (#8186)Samuel Newman2025-04-141-2/+1
|
* [Embed] Fix up post embeds, and other tweaks (#8185)Samuel Newman2025-04-144-35/+36
| | | | | | | | | | | * fix eslint * Update .eslintrc.cjs * fix 3 and 4 image aspect ratios * round embeds more * fix line height
* change chat settings icon to a gear icon (#8192)Samuel Newman2025-04-141-16/+16
|
* Fix labeler header scroll and loading/error states (#8088)Samuel Newman2025-04-143-182/+184
| | | | | | | * add forwardRef to Layout.Content * lift scrollview up out of inner component * fix scrolling on android (#8188)
* Configure moderationEric Bailey2025-04-101-12/+67
|
* Update translations from crowdin (#8172)Paul Frazee2025-04-0939-5479/+5479
|
* Add translate metrics (#8171)Eric Bailey2025-04-094-14/+64
| | | | | * Add translate metrics * Format
* update crowdin links to point to public page (#8100)surfdude292025-04-091-4/+4
|
* Pass in Sentry vars to prod android build (#8170)Eric Bailey2025-04-091-1/+1
|
* Nightly source-language updatepfrazee2025-04-091-4/+4
|
* Release 1.100 (#8168)Paul Frazee2025-04-0841-20843/+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-0811-62/+173
| | | | | | | | | | | * 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
|
* Update patches (#8151)Eric Bailey2025-04-0711-77/+110
| | | | | | | | | * Update patches after #8133 * Bump deps * Revert @react-native-picker/picker downgrade * Migrate RN patch
* 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>
* Update deps to support ios 18.4 (#8133)Paul Frazee2025-04-042-529/+526
|
* [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-046-106/+108
| | | | | | | * 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-046-3/+250
| | | | | | | | | | | * 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-0245-2181/+3837
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>