Skip to content

Feature request: Add endorsements to detailed tab list #895

Description

@shaedrich

While the small box on https://vutuv.de/{username} shows if a tag has been endorsed right away and who endorsed it on hover, https://vutuv.de/{username}/tags does neither of the things. On top of that, there's a lot of unused space and weird alignment¹.

Current UI

Image Image

Proposed UI

Image

How does one even get to this tab? I got there from the endorsement notification but I can't find the link on the profile page.

¹ The alignment issue is probably caused by a global CSS rule. Maybe, this can be changed to not be applied to one-column tables.

td:last-child {
text-align: right;
}

- td:last-child {
+ td:not(:first-child):last-child {
  text-align: right;
}

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions