Skip to content

PassiveNotification reimplementation

  • rename PassiveNotification to PassiveNotificationsManager to avoid confusion
  • use a ListView to show notifications (allows us to do animations without doing rocket science)
  • set z index to notifications depedning how important the notification is
  • do not hide the oldest notification when a new notification is showed if it is being hovered

Signed-off-by: Matej Starc matej.starc@protonmail.com

Edited by Matej Starc

Merge request reports