elementary / notifications

Gtk Notifications Server
https://elementary.io
GNU General Public License v3.0
38 stars 6 forks source link

Notifications should be expanded on hover #66

Open naipotato opened 4 years ago

naipotato commented 4 years ago

Recently #63 has been merged, but this PR implies that all notifications will have 2 lines as maximum, which I think is not always the expected behaviour. For example, sometimes, you want to read the whole msg directly from the notification, without the need of opening the app. So I think it would be cool to add a behaviour which allows to the user to expand notifications when hovering with the cursor

cassidyjames commented 4 years ago

I agree expanding on hover could be useful, but I think we should still cap it so it doesn't get out of hand. Maybe up to 2 lines normally, 4 on hover? Notifications should not be used as a way to communicate long-form content, but as a way to notify that something important has happened in an app (and to direct a user to that app).

naipotato commented 4 years ago

Yeah, maybe up to a limited amount of lines