about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.101.0 (#8229)Paul Frazee2025-04-1838-22353/+31321
| | | | | * Update tests * Localization import from crowdin
* change `UK` country code to `GB` in additional-moderation-authorities.ts (#8211)surfdude292025-04-181-2/+2
|
* Nightly source-language updatepfrazee2025-04-191-428/+651
|
* Verification (#8226)Eric Bailey2025-04-1853-390/+2321
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP * Alignment with icon * Add create/remove prompts * Fill out check dialog a bit * Reorg * Handle was verified state * Add warning to edit profile * Add warning to handle dialog * Decent alignment in posts on all platforms * Refactor alignment for posts, chatlist, hover card * Disable on profile * Convo header * Compute simple verification state * Add other icon, rename, integrate * Swap in simple state for profile edits * Clean up utility hooks * Add verifications UI to dialog * Add edu nux * Revert change * Fix wrapping of check on profile * Rename * Fix gap under PostMeta * Update check dialogs * Handle takendown verifiers in check dialog * alf composer reply to * Refactor verification state * Add create/remove mutations, non-functional for now * Fix up post-rebase * Add check to first author noty * Do cache updates after mutations * DRY up hook, add to profile updates too * Add to drawer * Update account list * Adapt to new types * Hook up mutations * Use profile shadow in feeds * Add to settings * Shadow currentAccountProfile * Add invalid state to verifications * Fix alignment and overflow in Settings and Drawer * Re-integrate post rebase * Remove debug code * Update copy * Add unverified notification support * Remove link * Make sure dialog closes * Update URL * Add settings screen * Integrate new setting into verification states * Add metrics, bump package, fix bad import * NUX fixes * Update copy * Fixes * Update types * fix search autocomplete * fix lint * add display name warning to new dialog * update default prefs * Add parsing support for notifications * Bump pkg * Tweak noty styles * Adjust check alignment * Tweak check alignment * Fix badge for verifier * Modify copy --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Nightly source-language updatepfrazee2025-04-181-111/+124
|
* Clear image cache button (#8190)Samuel Newman2025-04-172-3/+58
|
* Use `SearchablePeopleList` for add user to list dialog, replace old modal ↵Samuel Newman2025-04-1711-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 updatepfrazee2025-04-171-33/+38
|
* ALF search cards (#8210)Eric Bailey2025-04-163-85/+78
|
* ALF Notifications screen (#8208)Samuel Newman2025-04-162-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 updatepfrazee2025-04-161-43/+38
|
* Standarize on shields (#8204)Eric Bailey2025-04-155-20/+22
|
* 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
|
* 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
|
* 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
* 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
|