bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
8.05k stars 1.05k forks source link

Quality umbrella #1675

Open gaearon opened 11 months ago

gaearon commented 11 months ago

I'll keep track of some things that are bugging me here.

This is an incomplete list, I'll keep adding stuff here.

mozzius commented 11 months ago

Pressing the notification icon doesn't do the refresh animation properly

For whatever reason, you can't declaratively show the platform refresh animation - hence the fake spinner. Even if you can't use the platform animation, It'd probably look significantly better if you added Reanimated layout animations so that it didn't jump open/closed

Worth noting twitter shows no animation, and threads shows a spinner in the header, top right - I've yet to find an instance where an app opens the pull-to-refresh thing by pressing a different button.

gaearon commented 11 months ago

Makes sense. Not saying it needs to animate in particular but something feels janky about it. I guess maybe not showing the spinner (like twitter does) may be better.

mackuba commented 10 months ago

@gaearon hey, I finally managed to catch the "jumping up and down when scrolling far down a list" effect that I mentioned recently - I saw this while scrolling on my own profile for posts >1 month ago: https://files.mastodon.social/media_attachments/files/111/371/299/920/026/645/original/29aaba275b20302d.mp4 (starts around ~0:20) Safari 17.1, macOS 12.7.1

I used to see the same thing back in the summer while scrolling the "What's Hot Classic" feed back when it was the "What's Hot" official feed and when it was still possible to scroll a couple of hours back in it.

gaearon commented 10 months ago

Very interesting, thanks!