Samuel Newman
Samuel Newman
### Describe the feature you'd like to request the ability to mute threads, like the official app ### Describe the solution you'd like to see See official app's implementation ###...
Change to a read more button so that it's easier to read the actual text itself with a screen reader
Would massively improve FlashList accuracy, especially when scrolling up. Probably a necessity for non-jumpy reply viewing ```tsx estimateSize(item.post)} /> ```
Fixes https://github.com/necolas/react-native-web/issues/2673 Converts `AppState.isAvailable` to a boolean. Currently it's just `document[VISIBILITY_STATE_PROPERTY]`, this makes sure it's a bool by adding `!!`.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue `AppState.isAvailable` should just be a boolean, as documented here: https://necolas.github.io/react-native-web/docs/app-state/#static-properties...
Stacked on #4732 and #4881 Connecting the dots... Likely won't work yet, not tested
Kinda random but I hate our back chevron. The tap target is too small and it generally looks a bit off. There is also a lot of duplicated code re-creating...
Stacked on #4732 Adapts the video player to use the `AppBskyEmbedVideo` lexicon, including aspect ratios and alt text
dependant on https://github.com/bluesky-social/atproto/pull/2658 Screenshot 1 Screenshot 2
ALF rewrite + also fix a bug where if you added a label and then removed the image the post would keep the label Screenshot 1 Screenshot 2 Screenshot 3