about summary refs log tree commit diff
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix starter packs scroll (#5190)Igor Adrov2024-09-061-1/+1
|
* Redesign play button (#5192)Eric Bailey2024-09-061-6/+29
|
* Constrain image heights in feeds and threads (#5129)Eric Bailey2024-09-052-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Limit height of images within posts * Add some future-proofness * Comments, improve a11y * Adjust ALT, add crop icon * Fix disableCrop in record-with-media posts * Clean up aspect ratios, handle very tall images * Handle record-with-media separately, clarify intent using enums * Adjust spacing * Adjust rwm embed image size on mobile * Only do reduced layout if images embed * Adjust gap in small embed variant * Clean up grid layout * Hide badge on small variant with one image * Remove crop icon from image grid, leave on single image * Fix sizing in Firefox * Fix fullBleed variant
* [Video] require email to post videos (#5152)Samuel Newman2024-09-051-2/+5
| | | | Co-authored-by: Hailey <me@haileyok.com>
* [Video] Add loading state to player (#5149)Hailey2024-09-041-0/+1
|
* Ensure profile labels can be appealed separately from account labels (#5154)Eric Bailey2024-09-042-21/+11
|
* [Video] Use same play button for gifs and videos (#5144)Hailey2024-09-042-3/+31
|
* Replace `ImageHorzList` 🤮 with `MediaPreview` ✨ (#5143)Samuel Newman2024-09-041-0/+169
|