Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Nightly source-language update | pfrazee | 2025-04-18 | 1 | -111/+124 | |
| | ||||||
* | Clear image cache button (#8190) | Samuel Newman | 2025-04-17 | 2 | -3/+58 | |
| | ||||||
* | Use `SearchablePeopleList` for add user to list dialog, replace old modal ↵ | Samuel Newman | 2025-04-17 | 11 | -465/+378 | |
| | | | | | | | | | | | | | | | | | (#8212) * move to dialogs dir * make searchable people list more generic * new list-add-remove-users dialog * update header text * fix header on android * delete old modal * reduce spacing on items | |||||
* | Nightly source-language update | pfrazee | 2025-04-17 | 1 | -33/+38 | |
| | ||||||
* | ALF search cards (#8210) | Eric Bailey | 2025-04-16 | 3 | -85/+78 | |
| | ||||||
* | ALF Notifications screen (#8208) | Samuel Newman | 2025-04-16 | 2 | -208/+196 | |
| | | | | | | | | | | | | | * alf notifs page * Stop propagation * Ok safari wants preventDefault too * Fix lint --------- Co-authored-by: Eric Bailey <git@esb.lol> | |||||
* | Nightly source-language update | pfrazee | 2025-04-16 | 1 | -43/+38 | |
| | ||||||
* | Standarize on shields (#8204) | Eric Bailey | 2025-04-15 | 5 | -20/+22 | |
| | ||||||
* | Replace old ProfileCard with new (#8195) | Eric Bailey | 2025-04-15 | 8 | -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 update | pfrazee | 2025-04-15 | 1 | -55/+55 | |
| | ||||||
* | Don't re-use profile-specific components in Settings (#8193) | Eric Bailey | 2025-04-14 | 1 | -9/+30 | |
| | ||||||
* | Fix end of feed border thickness (#8187) | Samuel Newman | 2025-04-14 | 1 | -9/+5 | |
| | ||||||
* | Use consistent hosting provider height (#8186) | Samuel Newman | 2025-04-14 | 1 | -2/+1 | |
| | ||||||
* | change chat settings icon to a gear icon (#8192) | Samuel Newman | 2025-04-14 | 1 | -16/+16 | |
| | ||||||
* | Fix labeler header scroll and loading/error states (#8088) | Samuel Newman | 2025-04-14 | 3 | -182/+184 | |
| | | | | | | | * add forwardRef to Layout.Content * lift scrollview up out of inner component * fix scrolling on android (#8188) | |||||
* | Configure moderation | Eric Bailey | 2025-04-10 | 1 | -12/+67 | |
| | ||||||
* | Update translations from crowdin (#8172) | Paul Frazee | 2025-04-09 | 39 | -5479/+5479 | |
| | ||||||
* | Add translate metrics (#8171) | Eric Bailey | 2025-04-09 | 4 | -14/+64 | |
| | | | | | * Add translate metrics * Format | |||||
* | Nightly source-language update | pfrazee | 2025-04-09 | 1 | -4/+4 | |
| | ||||||
* | Release 1.100 (#8168) | Paul Frazee | 2025-04-08 | 40 | -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 Frazee | 2025-04-08 | 3 | -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 Bailey | 2025-04-08 | 9 | -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 Bailey | 2025-04-08 | 1 | -7/+20 | |
| | ||||||
* | Nightly source-language update | pfrazee | 2025-04-08 | 1 | -63/+71 | |
| | ||||||
* | Add in new suggested accounts endpoint into FollowDialog (#8147) | Eric Bailey | 2025-04-07 | 2 | -149/+89 | |
| | | | | | | | | | * Add in new suggested accounts endpoint into FollowDialog * Fix lint --------- Co-authored-by: Hailey <me@haileyok.com> | |||||
* | Rm sticky headers (#8154) | Eric Bailey | 2025-04-07 | 2 | -20/+3 | |
| | ||||||
* | Slice 'For You' results (#8152) | Eric Bailey | 2025-04-07 | 1 | -2/+7 | |
| | ||||||
* | Align copy in `Your interests` toasts (#8138) | surfdude29 | 2025-04-07 | 1 | -2/+7 | |
| | | | | | * update copy in toasts * prettier | |||||
* | Center the selected tab in the sugg follows tabbar (#8146) | Eric Bailey | 2025-04-07 | 1 | -20/+6 | |
| | | | Co-authored-by: Hailey <me@haileyok.com> | |||||
* | [Explore] Small fixes (#8145) | Eric Bailey | 2025-04-07 | 12 | -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 Bailey | 2025-04-07 | 2 | -2/+1 | |
| | ||||||
* | Nightly source-language update | pfrazee | 2025-04-05 | 1 | -128/+181 | |
| | ||||||
* | Rework the visual design of the interests card in explore (#8135) | Paul Frazee | 2025-04-04 | 1 | -18/+17 | |
| | ||||||
* | Fix the 'seen' metric in explore (#8134) | Paul Frazee | 2025-04-04 | 2 | -32/+27 | |
| | ||||||
* | [Explore] Invalidate queries post-interests edit (#8128) | Eric Bailey | 2025-04-04 | 2 | -3/+23 | |
| | | | | | | | | | * Insert fresh interests and reset relevant queries * reset suggested users --------- Co-authored-by: Hailey <me@haileyok.com> | |||||
* | [Explore] Design tweaks (#8131) | Eric Bailey | 2025-04-04 | 8 | -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 Bailey | 2025-04-04 | 4 | -101/+103 | |
| | | | | | | | * Bump SDK * Integrate new endpoint, add profile shadow, For You tab * Format | |||||
* | [Explore] Add interests card (#8125) | Eric Bailey | 2025-04-04 | 4 | -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 Newman | 2025-04-04 | 1 | -4/+4 | |
| | ||||||
* | Rename search to explore in titles and links (#8116) | Eric Bailey | 2025-04-04 | 5 | -13/+21 | |
| | | | | | * Rename search to explore in titles and links * Conditionally use Explore | |||||
* | Content interests (#8114) | Eric Bailey | 2025-04-04 | 5 | -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 Newman | 2025-04-04 | 2 | -2/+3 | |
| | | | | | | | * add index to view metric * supply index * always return a number | |||||
* | [Explore] Add flatlist perf-related props (#8120) | Samuel Newman | 2025-04-04 | 3 | -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 Newman | 2025-04-04 | 2 | -12/+23 | |
| | ||||||
* | [Explore] Moderate trending topic avis (#8123) | Samuel Newman | 2025-04-04 | 2 | -4/+25 | |
| | | | | | * moderate trending topic avis * filter blurs too | |||||
* | log views of starter packs header (#8118) | Samuel Newman | 2025-04-04 | 1 | -0/+2 | |
| | ||||||
* | [Explore] Add shadow cache (#8119) | Samuel Newman | 2025-04-04 | 5 | -41/+194 | |
| | | | | | | | * enable shadowcache for feed previews * extract keyextractor * dedupe feeds | |||||
* | Nightly source-language update | pfrazee | 2025-04-04 | 1 | -14/+14 | |
| | ||||||
* | memoize each module individually (#8111) | Samuel Newman | 2025-04-03 | 1 | -227/+223 | |
| | ||||||
* | Wait for preferences before fetching trending data (#8109) | Eric Bailey | 2025-04-03 | 3 | -1/+3 | |
| |