diamondburned / dissent

Tiny native Discord app
https://flathub.org/apps/details/so.libdb.dissent
GNU General Public License v3.0
1.18k stars 38 forks source link

Show guild title on hover (Discord-style) #194

Closed ThatOneCalculator closed 7 months ago

ThatOneCalculator commented 7 months ago

Discord electron client:

https://github.com/diamondburned/gtkcord4/assets/44733677/86fbbe5e-9cf6-4cb6-8de9-8822333cefd2

gtkcord4:

https://github.com/diamondburned/gtkcord4/assets/44733677/0aad1ea5-c393-4461-b5a0-d9db56a48d8c

diamondburned commented 7 months ago

There is a hover, it just doesn't show up instantly:

image

ThatOneCalculator commented 7 months ago

Strange...I can't get that to show for me

NVM. It works, idk what was happening before

diamondburned commented 5 months ago

This is implemented as a proper popover as of 7354701:

image

ThatOneCalculator commented 5 months ago

Oooh, looks clean!!