Add tooltip title to TelescopeAvatar, use with GitHub User component #2442
Labels
area: accessibility
Making Telescope accessible for all kinds of users
area: front-end
type: enhancement
New feature or request
In #2430 we're adding a GitHub user avatar. We want to be able to pass down the username and have it be used as a
title
attribute, so you can hover and see the name.In https://github.com/Seneca-CDOT/telescope/blob/master/src/web/src/components/TelescopeAvatar.tsx#L49 it looks like it's setting
alt
but nottitle
. Let's fix that, then use it for all the places we use the TelescopeAvatar component.The text was updated successfully, but these errors were encountered: