kaanginam / expandable-notifications

Makes notifications in notification list expandable
GNU Affero General Public License v3.0
25 stars 2 forks source link

max notifications #16

Open g1bber1sh opened 8 months ago

g1bber1sh commented 8 months ago

sorry its slightly off topic but would it be possible to change const MAX_NOTIFICATIONS_IN_QUEUE = 3; const MAX_NOTIFICATIONS_PER_SOURCE = 3; const MAX_NOTIFICATION_BUTTONS = 3; top considerably larger numbers, say 99 in messageTray.js ?

kaanginam commented 8 months ago

sorry its slightly off topic but would it be possible to change const MAX_NOTIFICATIONS_IN_QUEUE = 3; const MAX_NOTIFICATIONS_PER_SOURCE = 3; const MAX_NOTIFICATION_BUTTONS = 3; top considerably larger numbers, say 99 in messageTray.js ?

Hello, I can implement it no worries, but I'll have to see if I find the time. I wanted to implement a settings feature anyway, and perhaps that can be an optional setting. Thanks for the idea!

g1bber1sh commented 8 months ago

this would make me very happy. i cant understand why the gnome dev implemented a limitation on how many notifications you can see. whats the point of notifications and the notification list if it doesent show your all notifications, just a small selection. what if the most important one wasnt among those 3?