jchambers / pushy-console

A simple GUI app for sending APNs (iOS/macOS/Safari) push notifications
MIT License
54 stars 19 forks source link

Scroll the table view to the bottom when new notifications get sent #10

Open jchambers opened 6 years ago

jchambers commented 6 years ago

New notifications are added to the bottom of the notification table view, but the table view doesn't automatically scroll to show the latest additions. We should probably auto-scroll the table if it's already scrolled to the bottom, but leave it where it is otherwise (i.e. the user had manually scrolled back up for some reason).