KJNeko / Atlas

A replacement program written in c++ to replace Game-List (f95zone game manager)
GNU General Public License v3.0
18 stars 3 forks source link

Notifications need more coloring #129

Open KJNeko opened 1 year ago

KJNeko commented 1 year ago

Currently all info/warnings/errors have the same coloring.

Giving each a different frame color or something to help user readability at a quick glance would be helpful.

Dev Notification which handles warnings, errors, and critical warnings can be handled here https://github.com/KJNeko/Atlas/blob/a8eb56ab59fbe2db203c01c87812e5f827b5ff01/atlas/ui/notifications/DevNotification.cpp#L25-L50

Normal notifications which handles debug and info can be handled here. https://github.com/KJNeko/Atlas/blob/a8eb56ab59fbe2db203c01c87812e5f827b5ff01/atlas/ui/notifications/MessageNotification.cpp#L26-L61

Also adding in the ability in the config to change how fast these notifications will disappear via user preference would be nice.