sireliah / dragit

Application for intuitive file sharing between devices.
GNU General Public License v3.0
140 stars 4 forks source link

Success text bubble / balloon's background color contrasts poorly with the resulting location's hyperlink color #31

Open nekohayo opened 2 years ago

nekohayo commented 2 years ago

The blue hyperlink text color (as well as the normal black text) is too dark against the dark-gray background color of the success message upon a completed transfer. What it looks like:

Screenshot from 2022-05-23 17-15-26

Screenshot from 2022-05-23 17-19-58

Consider using a much brighter background color.

Alternatively, have you considered using a standard GtkInfobar widget instead, or a standard desktop notification, or some other way to display this? Maybe a folder GtkButton to "Open containing folder" in recent received files, too?

sireliah commented 2 years ago

I had some problems with this notification, regarding the default and dark mode. This notification requires redesign.

Alternatively, have you considered using a standard GtkInfobar widget instead, or a standard desktop notification, or some other way to display this?

I checked the desktop notification, but since the project is aimed at different platforms (including Windows), I decided to keep notifications internal. I might reconsider this now though.