about summary refs log tree commit diff
path: root/src/components/dialogs/nuxs
Commit message (Collapse)AuthorAgeFilesLines
* only show bookmarks nux to existing users (#8988)Samuel Newman2025-09-051-0/+7
|
* 108 fixes (#8977)Eric Bailey2025-09-041-1/+5
| | | | | | | | | * Translation comment * Fix error handling in starter pack generation * Allow access to DM settings for age restricted users * Leave post stat unit formatting up to translators
* 📓 Bookmarks (#8976)Eric Bailey2025-09-042-10/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add button to controls, respace * Hook up shadow and mutation * Add Bookmarks screen * Build out Bookmarks screen * Handle removals via shadow * Use truncateAndInvalidate strategy * Add empty state * Add toasts * Add undo buttons to toasts * Stage NUX, needs image * Finesse post controls * New reply icon * Use curvier variant of repost icon * Prevent layout shift with align_start * Update api pkg * Swap in new image * Limit spacing on desktop * Rm decimals over 10k * Better optimistic adding/removing * Add metrics * Comment * Remove unused code block * Remove debug limit * Fork shadow for web/native * Tweak alt * add preventExpansion: true * Refine hitslop * Add count to anchor * Reduce space in compact mode --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* [Perf - part 1] Hoist service config query (#8812)Samuel Newman2025-08-141-1/+5
|
* Add displayName to contexts (#8814)Samuel Newman2025-08-141-0/+1
|
* Move NUX date (#8603)Samuel Newman2025-07-031-1/+1
|
* Activity notification settings (#8485)Samuel Newman2025-07-013-9/+202
| | | | | | Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: hailey <me@haileyok.com>
* invert flag for sending to statsig (#8431)hailey2025-05-301-3/+7
|
* Don't show NUXs to brand new users (#8362)Eric Bailey2025-05-102-1/+22
| | | | | * Ensure verification nux is only shown to older users * Update comment
* Verification (#8226)Eric Bailey2025-04-182-4/+207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Remove the environment indirections (#7089)dan2024-12-131-3/+2
| | | | | * Use raw underlying globals for environment * Set dev EXPO_PUBLIC_ENV by exclusion
* Trim back prefs exposure in NUXs, make naming more friendly (#6980)Eric Bailey2024-12-061-11/+6
|
* Remove typography NUX and consistently call upsertProfile (#6424)dan2024-11-162-133/+10
| | | | | | | | | * Make profile upsert unconditional * Remove Typography NUX * Early exit NUXes on unknown creation date * Clarify via comment
* Update neue nux date (#5643)Eric Bailey2024-10-071-1/+1
|
* [Sheets] [Pt. 1] Root PR (#5557)Hailey2024-10-041-1/+0
| | | | | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: dan <dan.abramov@gmail.com> Co-authored-by: Hailey <me@haileyok.com>
* Adjust dialog timing (#5502)Eric Bailey2024-09-271-1/+1
|
* Remove 10milly dialog, revert header logo changes (#5503)Eric Bailey2024-09-267-907/+3
|
* [Neue] Font weights (#5442)Eric Bailey2024-09-202-15/+8
| | | | | | | * Align all font weights * Only load necessary fonts * Also comment out from hook
* [Neue] Copy and spacing tweaks (#5428)Eric Bailey2024-09-191-6/+5
| | | | | * Copy and spacing tweaks * Copy tweaks
* [Neue] Base (#5395)Eric Bailey2024-09-182-9/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add fontScale, gate it, fix some computes * Add inter, integrate * Clean up * Apply to old Text component * Use numeric weight * Cleanup * Clean up appearance settings * Global tracking * Fix regular italic variant * Refactor settings and fontScale values * Remove flags * Get rid of lower weight font usage * Remove gate from settings * Refactor appearance settings for reuse * Add neue type nux * Update defaults * Load fonts, add fallback families * Load fonts via plugin in production * Fixes * Fix for web * Nits --------- Co-authored-by: Hailey <me@haileyok.com>
* Pre-fill alt text with 10-million card post (#5389)Eric Bailey2024-09-171-16/+41
| | | | | | | | | | | | | * Pre-fill alt text with 10-million card post (#5377) * Clean up type * Tweak alt copy * Add pt translation, fix typo --------- Co-authored-by: Calvin <clavin@users.noreply.github.com>
* Milly tweaks (#5365)Eric Bailey2024-09-163-46/+175
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Disallow some font scalingEric Bailey2024-09-151-0/+7
|
* Nux after onboarding (#5357)Eric Bailey2024-09-152-2/+4
| | | | | * Don't show nux dialogs until post-onboarding * Don't show if over 10M
* Add eventsEric Bailey2024-09-131-0/+5
|
* Merge remote-tracking branch 'origin/ten-milly-android-save' into ten-millyEric Bailey2024-09-121-5/+38
|\ | | | | | | | | * origin/ten-milly-android-save: On android, change ten milly nux secondary action to save instead of share
| * On android, change ten milly nux secondary action to save instead of sharePaul Frazee2024-09-121-5/+38
| |
* | Let display name wrapEric Bailey2024-09-121-2/+1
| |
* | Fallback snoozingEric Bailey2024-09-121-2/+24
|/
* Handle display nameEric Bailey2024-09-121-1/+9
|
* Handle overflow of bottom textEric Bailey2024-09-121-5/+13
|
* Ensure dialog shows for all accounts without snoozingEric Bailey2024-09-121-3/+18
|
* Add gateEric Bailey2024-09-121-4/+20
|
* CopyEric Bailey2024-09-121-3/+3
|
* Protect against other exit methods, protect against multiple fetchesEric Bailey2024-09-112-13/+16
|
* Protect against 3p PDSs and bad responsesEric Bailey2024-09-111-4/+11
|
* Dev helpers, string cleanupEric Bailey2024-09-113-7/+26
|
* Fix some nux typesEric Bailey2024-09-111-3/+6
|
* Refactor, integrate nux, snoozingEric Bailey2024-09-113-109/+169
|
* RenameEric Bailey2024-09-116-0/+690