about summary refs log tree commit diff
path: root/src/components/dialogs
Commit message (Collapse)AuthorAgeFilesLines
* Fix post interaction selectable text being cut off (#6527)Evan2024-11-191-2/+2
|
* Leverage jsx transform to remove unnecessary react imports and update eslint ↵Paul Coroneos2024-11-192-2/+2
| | | | | | | | | config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled
* 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
* Tweak email verification dialog (#6397)Hailey2024-11-151-22/+45
|
* Add email verification prompts throughout the app (#6174)Hailey2024-11-121-21/+41
|
* Settings revamp (#5745)Samuel Newman2024-10-292-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * start building storybook * add title * add some styles * try out new icons * more settings list component parts * make text do the spacing * clean up storybook * gated new settings screen * switch account * add current profile * use Layout.Screen * Layout.Header and Layout.Content * translate helpdesk text thanks @surfdude29! Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * add account settings * undo changes to export car dialog * privacy and security screen * Translate protect account stuff Thanks @surfdude29! Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * content and media settings * about settings * 2fa copy Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * a11y and appearance * use new components for appearance settings * redesign accessibility settings * Update ContentAndMediaSettings.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * add divider * remove a11y and appearance middleman screen * fix web settingslist styles * new SettingsList.Group component * explain how portal magic works * hide pwioptout in old location * Update Settings.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * replace gate with `IS_INTERNAL` * add IS_INTERNAL to app-info.web * fix profile area growing * add close button to switch account --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Fix double padding in `Dialog.InnerFlatList` on web (#5986)Samuel Newman2024-10-291-3/+2
| | | | | * remove extra padding on web * pass prop
* Composer - Self label dialog ALF rewrite (#4354)Samuel Newman2024-10-161-1/+1
|
* GIF dialog is scrollable on web (#5704)Hailey2024-10-101-2/+5
|
* Update the email verification dialog (#5663)Hailey2024-10-101-0/+254
|
* Allow nested sheets without boilerplate (#5660)Samuel Newman2024-10-093-296/+245
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Move Dialogs to Radix (#5648)Samuel Newman2024-10-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use Redix FocusTrap (#5638) * Use Redix FocusTrap * force resolutions on radix libs * add focus guards * use @radix-ui/dismissable-layer for escape handling * fix banner menu keypress by using `Pressable` * add menu in dialog example to storybook --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com> * use DismissableLayer/FocusScope for composer * fix storybook dialog * thread Portal through Prompt and avatar/banner * fix dialog style regression * remove tamagui --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Update neue nux date (#5643)Eric Bailey2024-10-071-1/+1
|
* [Sheets] [Pt. 1] Root PR (#5557)Hailey2024-10-049-565/+357
| | | | | | | 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
|
* Don't use flex on inputs (#5458)Eric Bailey2024-09-231-10/+12
|
* [Neue] Font weights (#5442)Eric Bailey2024-09-203-18/+9
| | | | | | | * Align all font weights * Only load necessary fonts * Also comment out from hook
* [Neue] Buttons (#5406)Eric Bailey2024-09-207-9/+9
| | | | | | | | | | | * Re-align button sizing (cherry picked from commit bcec243bb59dfe468313d98ba61f464d9750feec) * Use large, small, tiny (cherry picked from commit 1dc333c2993ab7f2e0ac750c0670dcec9a7069d0) * Tweaks
* [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-7/+7
|
* Hook up dataEric Bailey2024-09-111-4/+74
|
* Don't open for logged out usersEric Bailey2024-09-112-6/+14
|
* CopyEric Bailey2024-09-111-16/+6
|
* Add badges, clean up spacingEric Bailey2024-09-115-13/+126
|
* Disable aviEric Bailey2024-09-111-43/+84
|
* WIP, avi not working on webEric Bailey2024-09-111-176/+247
|
* Progress on desktoipEric Bailey2024-09-111-43/+287
|
* WIPEric Bailey2024-09-112-0/+153
|
* Localize dates, counts (#5027)Eric Bailey2024-08-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | * refactor: consistent localized formatting * refactor: localized date time * refactor: localize relative time with strings * chore: fix typo from copy-paste * Clean up useTimeAgo * Remove old ago * Const * Reuse * Prettier --------- Co-authored-by: Mary <git@mary.my.id>