drivers page: show role in table #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
if a driver is a discord user, i'd like to see his role inside the table on the drivers page, right nw we just display the manual/discord icon. maybe we should just append the role (only if its not "user", as this role is the default anyways)
Status update: I am wiring the existing global user role into the drivers table. The role is already available on linked Discord-backed profiles, so the table can show it next to the source indicator without additional schema work. I will keep the default role hidden and only surface non-default roles.
Verified: the drivers table now shows non-default global roles next to the Discord/manual source indicator while keeping the default user role hidden. The local implementation has been reviewed in the UI and the compact inline presentation works as intended.