about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove demo-mode spacing tweakPaul Frazee2025-04-251-10/+6
| |
| * Updated demo copyPaul Frazee2025-04-251-2/+2
| |
| * Tune spacing for demo modePaul Frazee2025-04-241-7/+15
| |
| * Moar demoEric Bailey2025-04-231-17/+9
| |
| * Update bottom bar aviEric Bailey2025-04-231-1/+1
| |
| * Better dataEric Bailey2025-04-231-51/+85
| |
| * Delete unused fake data, update bottom bar aviEric Bailey2025-04-231-203/+3
| |
| * Update dataEric Bailey2025-04-231-331/+72
| |
| * add more postsSamuel Newman2025-04-231-0/+119
| |
| * demo modeSamuel Newman2025-04-235-21/+616
| |
| * add demo storageSamuel Newman2025-04-233-2/+37
| |
* | don't await deleting temp files (#8287)Samuel Newman2025-04-261-7/+3
| |
* | Optimize compressImage method to also use binary search (#7490)Kae2025-04-263-21/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | * use binary search for compressImage * use binary search for doResize (mobile version) * use binary search for doResize (web version) * use safeDeleteAsync in compressImage --------- Co-authored-by: nguyen <nguyensvo123@gmail.com>
* | Nightly source-language updatepfrazee2025-04-251-32/+38
| |
* | Modernize in-app browser consent dialog (#8191)Samuel Newman2025-04-249-141/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add stateful dialog control hook * add new alf'd consent * make secondary_inverted buttons clearer * contingency for opening a link from another dialog * rm old modal * Differentiate buttons more --------- Co-authored-by: Eric Bailey <git@esb.lol>
* | cleanup mod screens (#8199)Samuel Newman2025-04-242-198/+170
| |
* | Keep all radix dependencies aligned by using single package (#8219)Samuel Newman2025-04-2412-68/+110
| | | | | | | | | | | | | | * keep all radix deps aligned by using single package * import directly from `radix-ui` or `radix-ui/internal` * prevent radix leaking into native build
* | fix pwi at 1300px (#8238)Samuel Newman2025-04-242-13/+14
| |
* | fix skeleton height (#8221)Samuel Newman2025-04-241-4/+4
| |
* | 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
|