about summary refs log tree commit diff
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
* [Neue] Buttons (#5406)Eric Bailey2024-09-2015-56/+130
| | | | | | | | | | | * Re-align button sizing (cherry picked from commit bcec243bb59dfe468313d98ba61f464d9750feec) * Use large, small, tiny (cherry picked from commit 1dc333c2993ab7f2e0ac750c0670dcec9a7069d0) * Tweaks
* Language fixes (#5384)Eric Bailey2024-09-202-4/+0
| | | | | | | | | | | | | | | | | | | | | | | * Add some comments * Decouple language settings * Normalize on read/write * Refactor * Support device locale on app startup * Cleanup, port to web * Clean up comments * Comment * Try not to mutate * Protect util handling, update test * Dedupe array values
* Add border to menu on web (#5439)futur2024-09-201-0/+2
|
* Adjust toggle components sizing (#5408)Eric Bailey2024-09-191-10/+10
| | | (cherry picked from commit a9cbd23fcdcbacbdd2ca5f6bbe0bc7161e6591e3)
* [Neue] Copy and spacing tweaks (#5428)Eric Bailey2024-09-191-6/+5
| | | | | * Copy and spacing tweaks * Copy tweaks
* Remove expo/vector-icons from EditImage modal (#5422)Eric Bailey2024-09-192-0/+22
|
* [Neue] Base (#5395)Eric Bailey2024-09-189-24/+243
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-164-47/+178
| | | | 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
* Fix wrong empty state for liked by (#5343)dan2024-09-151-0/+1
|
* Apply Following settings to Lists (#5313)dan2024-09-131-1/+1
| | | | | * Apply Following settings to Lists * Remove dead code
* [Video] Remove `expo-video`, use `bluesky-video` (#5282)Hailey2024-09-131-1/+1
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Disable pointer events on media border (#5327)Eric Bailey2024-09-131-0/+3
|
* Merge branch 'events' into mainPaul Frazee2024-09-131-0/+5
|\
| * Add eventsEric Bailey2024-09-131-0/+5
| |
* | Image/video border + tweaks (#5324)Eric Bailey2024-09-133-0/+55
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Image/video border (#5253) * Update AutoSizedImage.tsx * Update AutoSizedImage.tsx * Update Gallery.tsx * Update ExternalLinkEmbed.tsx * Update MediaPreview.tsx * Update UserAvatar.tsx * Update ExternalLinkEmbed.tsx * Update ExternalPlayerEmbed.tsx * Update ExternalGifEmbed.tsx * Update GifEmbed.tsx * Update ExternalGifEmbed.tsx * Update GifEmbed.tsx * Update UserAvatar.tsx * Update ExternalPlayerEmbed.tsx * Update ExternalPlayerEmbed.tsx * video * Update QuoteEmbed.tsx * Tweaks, abstract components --------- Co-authored-by: Minseo Lee <itoupluk427@gmail.com>
* Merge branch 'ten-milly' into mainPaul Frazee2024-09-139-1/+889
|\
| * 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-113-44/+90
| |
| * 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
| |
* | Suggested follows by actor (on profiles) updates (#5243)Eric Bailey2024-09-122-47/+56
|/ | | | | | | | | | | | | | | * If fallback, return nothing * Compress size a bit * Hide on own profile * Match load state * Remove gcTime * Filter out followed users * Feedback
* disable autoplay within messages and trim feelers (#5260)Samuel Newman2024-09-112-7/+27
|
* [Video] Fix fullscreen on Chrome (#5246)Samuel Newman2024-09-091-0/+53
|
* [Video] Media preview improvements (#5229)Samuel Newman2024-09-091-8/+9
| | | | | * background color for images that haven't loaded * fix recordwithmedia not appearing
* Update dates.ts (#5220)surfdude292024-09-071-0/+2
|
* Add intent for verifying email (#5120)Hailey2024-09-072-0/+177
|
* Set show_follow_suggestions_in_profile to true (#5205)dan2024-09-071-7/+1
|
* [Statsig] Add more events to downsample, increase downsample rate (#5198)Hailey2024-09-072-4/+4
| | | | | | | | | * add some events for sampling * include downsample rate in metadata * fix metadata logic * uncomment debug