[FR] Fading Notifications
Closed this issue · 4 comments
Current Behavior:
Notification on the top right are never fading away
Expected Behavior:
Notification should fade away after some time
Steps to Reproduce:
- Upload a CSAR
- Watch the notification never leave
System Information:
Mac with OS X Sierra, tested with Docker-Compose and natively run version
Due to demonstration purposes (for copying endpoint information after provisioning of instances such as IP address etc.) we decided to have the growls sticky. However, since we have a better instance view now we can fade the notifications out.
I attempted earlier to change that on a single growl basis which failed miserably due to the growl service and PrimeNG. I think it might be easy to make every growl fade away but I don't consider it to be clever because this would include error and fail growls as well where it should be insured that the user see's them. It would be better to fade away the info and success growls, of course.
So the idea of fading green/info growls but keeping errors open is off the table huh?