colinlienard / gitlight

🐙 GitHub & GitLab notifications on your desktop
https://gitlight.app
MIT License
762 stars 33 forks source link

With local gitlab, author names link to global gitlab.com page #305

Open thesnert opened 2 weeks ago

thesnert commented 2 weeks ago

Hello, great tool, thank you very much! Just a minor bug I found using gitlight with a local gitlab installation:

The authorUrl in NotificationDescription.svelte is hard-coded to either github.com or gitlab.com and does not adapt to local gitlab repository settings:

https://github.com/colinlienard/gitlight/blob/a8fb7326b54f1db8f19112f65c86045c8ae9d64a/src/lib/components/dashboard/notifications/NotificationDescription.svelte#L23