crabnebula-dev / devtools

Inspect and Debug your Tauri applications in style 💃
https://devtools.crabnebula.dev
Other
266 stars 8 forks source link

Autoscroll not working #320

Closed bicarlsen closed 2 months ago

bicarlsen commented 3 months ago

Autoscroll doesn't seem to be working.

johann-crabnebula commented 3 months ago

Hey, as always thanks for reporting :)

I checked up on this and there is definitely some weirdness going on.

Will see if I can change the behavior to be more consistent and get back to you.

johann-crabnebula commented 3 months ago

Still investigating a problem...

johann-crabnebula commented 3 months ago

Still had a reactivity problem. Now you should be able to confirm that it is working again @bicarlsen :)

bicarlsen commented 3 months ago

Yep, seems to be working for me now :)

For me it works well, but I know that many autoscroll functionalities have it so it autoscrolls if you're at the bottom, but if you scroll up it will stay there event when new messages come in. Right now it seems that it always scrolls to the bottom when a new message comes in, even if I've scrolled up.

johann-crabnebula commented 2 months ago

Thanks for the feedback!

We are aware of the potential improvement on usability. Already created an internal task to do just about what you suggest.

For the time being scrolling up will give you a short grace period before the autoscroll sets back in. You can also disable it in the top right :)

I will close this as done for now.