about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Verification UI tweaks (#8276)Eric Bailey2025-04-245-32/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Prevent issuing verifications for users without display names * Wait for success before closing, show errors * Update icons * WIP adjust size * Adjust check size in feeds * Add back unused icon * Format
* | Nightly source-language updatepfrazee2025-04-241-256/+234
|/
* Modernise change email flow (#8106)Samuel Newman2025-04-2311-728/+462
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use new verify email dialog in 2fa flow * alf change email flow * Fallback change email dialog * Update ChangeEmailDialog.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update ChangeEmailDialog.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update ChangeEmailDialog.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update ChangeEmailDialog.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update ChangeEmailDialog.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update ChangeEmailDialog.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update ChangeEmailDialog.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update ChangeEmailDialog.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update Email2FAToggle.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * don't use existing email as default value * increase max width of email dialogs * Use ALF verify email dialog for reminder (#5924) * use new verify email dialog for reminder * style tweaks, improve web * add a lil toast * Apply suggestions from code review Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Ditch close and push up image --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Eric Bailey <git@esb.lol> * delete old change/verify email modals (#8122) (cherry picked from commit fceb655b3bacad1bce210810234137b7233d263d) * Translate email placeholder Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Align copy * Clean up error handling --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Eric Bailey <git@esb.lol>
* make handles lowercase (#8233)Samuel Newman2025-04-231-1/+1
|
* Sanitize handle in header (#8272)natalie2025-04-231-2/+4
| | | | | * Sanitize handle in header * use prefix param correctly
* Nightly source-language updatepfrazee2025-04-231-35/+35
|
* move dev mode hook (#8270)Samuel Newman2025-04-225-15/+13
|
* Edge to edge support (#7497)Mathieu Acthernoene2025-04-2217-146/+93
|
* Nightly source-language updatepfrazee2025-04-221-110/+106
|
* Refactor search history (#8260)Eric Bailey2025-04-212-107/+73
|
* Tweak alignment (#8258)Eric Bailey2025-04-211-5/+19
|
* Improve display name in Settings (#8256)Eric Bailey2025-04-211-5/+13
|
* Align handling (#8255)Eric Bailey2025-04-211-3/+2
|
* Add check to composer user autocomplete (#8253)Eric Bailey2025-04-212-84/+154
| | | | | * Add check to composer autocomplete web * Add check to composer autocomplete mobile
* Show date in verifications dialog (#8257)Eric Bailey2025-04-211-5/+15
|
* Tweak dialog copy (#8254)Eric Bailey2025-04-211-2/+2
|
* fix composer reply line height (#8241)Samuel Newman2025-04-211-1/+2
|
* Use normal spaces around check (#8252)Eric Bailey2025-04-211-5/+2
|
* Make whole verifier clickable, no nested interactives (#8249)Eric Bailey2025-04-212-9/+29
|
* Make notifications clickable (#8251)Eric Bailey2025-04-212-6/+10
|
* rm other close (#8250)Samuel Newman2025-04-211-1/+0
|
* Center handle in verifier dialog (#8247)Eric Bailey2025-04-212-4/+2
| | | | | | | | | * Center handle in verifier dialog * do the same for the other dialog --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* rm double close (#8246)Samuel Newman2025-04-211-2/+0
|
* 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
|