kean / Pulse

Network logger for Apple platforms
https://pulselogger.com
MIT License
6.18k stars 294 forks source link

Fix UI bug in macOS scroll view #267

Closed AvdLee closed 1 month ago

AvdLee commented 1 month ago

When testing on macOS, I noticed an issue with the list when a first item is injected:

CleanShot 2024-06-24 at 19 55 13@2x

This is likely caused by the ScrollViewProxy and a simple animate for every first item fixes the issue. It's fine either way to scroll to the first item since the user is not somewhere in the middle of a large list.

kean commented 1 month ago

Nice, thanks!