Skip to content

Conversation

@AlexisD02
Copy link

@AlexisD02 AlexisD02 commented Sep 11, 2024

What changes did you make?

This pull request addresses a bug in Kafka UI where consumer group IDs sometimes appear truncated due to insufficient space for display. The issue affects the readability of consumer group names on the consumer groups page.

Changes Include:

  • Improved the layout of consumer group IDs to ensure they are displayed correctly based on the available space.

Is there anything you'd like reviewers to focus on?

Please review the changes to confirm:

  • Consumer group names are fully visible and properly formatted according to the available space.

Fixes #528

@AlexisD02 AlexisD02 requested a review from a team as a code owner September 11, 2024 13:52
@kapybro kapybro bot added status/triage Issues pending maintainers triage status/triage/manual Manual triage in progress status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Sep 11, 2024
color: ${table.td.color.normal};
font-weight: 500;
max-width: 450px;
max-width: 150ch;
Copy link
Member

Choose a reason for hiding this comment

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

as far as I can see we do not use ch anywhere yet and not sure how introducing these is legit. @Mgrdich ideas?

Copy link
Contributor

Choose a reason for hiding this comment

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

i am not sure about the ch

While the ch unit works as an exact measurement for monospaced / fixed width fonts like Courier, it can be unpredictable with proportional fonts like Arial

Copy link
Member

Choose a reason for hiding this comment

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

@AlexisD02 hey, can you elaborate?

@Haarolean Haarolean changed the title Fixed overflow issue in consumer group names display FE: CG: Fix names display overflow issue Sep 25, 2024
@Haarolean Haarolean requested a review from Mgrdich September 25, 2024 08:55
@Haarolean Haarolean added scope/frontend Related to frontend changes type/bug Something isn't working area/ux User experiense issues and removed status/triage/manual Manual triage in progress labels Sep 25, 2024
@Haarolean Haarolean added the hacktoberfest-accepted PRs accepted towards hacktoberfest goal and will be counted as approved label Oct 4, 2024
@Haarolean Haarolean requested a review from Nilumilak October 9, 2024 00:11
@Haarolean Haarolean requested a review from a team October 17, 2024 23:36
@kapybro
Copy link

kapybro bot commented Feb 28, 2025

Further user feedback is requested. Please reply within 7 days or we might close the issue.

@kapybro
Copy link

kapybro bot commented Mar 7, 2025

No feedback received within 7 days. Auto closing.

@kapybro kapybro bot closed this Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ux User experiense issues hacktoberfest-accepted PRs accepted towards hacktoberfest goal and will be counted as approved scope/frontend Related to frontend changes status/triage/completed Automatic triage completed type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UX: Adjustable column sizes

3 participants