Hailey

Results 69 issues of Hailey

See: https://bsky.app/profile/sndtrkng.bsky.social/post/3khr3vnm5cm2m I ran into this while testing a different PR and marked it up as an emulator issue, but it doesn't seem to be. It actually looks like some...

implements https://github.com/bluesky-social/social-app/issues/2314 fixes https://github.com/bluesky-social/social-app/issues/2338 fixes https://github.com/bluesky-social/social-app/issues/2386 fixes https://github.com/bluesky-social/social-app/issues/2357 #### Big diff but I promise it is mostly copy and paste! ## Fixing: - Twitch clips embeds - Twitch video embeds...

Fixes: https://github.com/bluesky-social/social-app/issues/2390 Fixes: https://github.com/bluesky-social/social-app/issues/2389 Fixes: https://github.com/bluesky-social/social-app/issues/1425 Demo: https://www.youtube.com/watch?v=eGJY9y7i4BY&feature=youtu.be ## Problem Right now the picker is being presented as a button dropdown. This limits the "mobility" of the picker, as we...

fixes https://github.com/bluesky-social/social-app/issues/1617 Right now, expo-image-picker is using `PickVisualMedia`. This does not support the "Browse" option to select files elsewhere on the device except the gallery. Instead, we want to use...

Right now when resizing thumbnails on web, the image gets drawn to a canvas that starts the drawing at a y or x value based on the scale of the...

This resolves https://github.com/bluesky-social/social-app/issues/2326 as well as normalizes the active/inactive logic on all platforms. 1. The position of the item in the feed never actually changes on native, since landscape is...

**Is your feature request related to a problem? Please describe.** Currently, after pressing the `LoadLatestBtn` (or pressing the home tab button), the feed scrolls to the top and refreshes. However,...

feature-request
x:discussing

Did a bit of implementation for this today but far off from finished. A real quick example of what it might look like is below. ![RocketSim_Recording_iPhone_15_Pro_2023-12-22_16 42 25](https://github.com/bluesky-social/social-app/assets/153161762/1658c814-e847-4959-aafc-cff22da7582e) [Mobile and...

Currently, images are not loaded until the individual post comes into view. This results in a pretty subpar experience, especially with a degraded connection: https://github.com/bluesky-social/social-app/assets/153161762/b44d59b3-92fd-4d1a-a801-c218a299b1f9 Instead, it is best to...

fixes https://github.com/bluesky-social/social-app/issues/2728#issue-2113566343 ## Problem We are experiencing a few different issues right now when rendering post threads, especially ones that have a large number of posts: - After content has...