Skip to content

Conversation

@antsgar
Copy link
Contributor

@antsgar antsgar commented Sep 18, 2025

With the current UI, the tag's long title including all its parent chain is shown in one line, which means if the chain is long the actual tag title isn't visible. It also makes it hard to understand the sorting of the tags. This moves the tag prefix to a different line and with a different format to make which is the actual tag clearer.

@antsgar antsgar requested a review from amanharwara September 18, 2025 20:03
{getTitleForLinkedTag(tag, application)?.longTitle}
</span>
<div>
<p className="overflow-hidden overflow-ellipsis whitespace-nowrap text-neutral">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this look like if the tag doesn't have a hierarchy?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's just an empty

! I could add conditional rendering though to make it cleaner.

Screenshot 2025-09-18 at 10 20 22 AM

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah conditional rendering would make it a bit more clear, but as-is seems fine too.

@antsgar antsgar merged commit 54ddd37 into main Sep 23, 2025
3 checks passed
@antsgar antsgar deleted the feat/improve-add-tag-dropdown-ui branch September 23, 2025 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants