kean / Pulse

Network logger for Apple platforms

Home Page:https://pulselogger.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request][Pulse Mac] Automatically scroll down to the bottom when new messages arrive

hugovanderlei opened this issue · comments

It would be great if there was a button that we could enable/disable a feature to automatically scrolled down to the bottom whenever a new message arrived.

It's available for the List view, but I think it's still a bit flaky. It's not implemented for the Table view. I'm going to prioritize it for the next release.

Screenshot 2023-05-10 at 8 59 53 AM

There are also a couple of improvements to session management I need to make. For example, when the client starts a new session, the server (Pulse for Mac) currently keeps showing the pervious one.

oh great! thank you!

Fixed in version 4.0.0 (4).

I had to use NSTableView APIs. But I think I'll have to switch from SwiftUI.Table to NSTableView. The SwiftUI version has performance issues, and I can't implement everything I want, e.g. configurable columns. There will be more improvements in the upcoming release.

Thanks for testing the app and I appreciate the feedback!

I'm the one who should thank you.