Skip to content

fix(14302): Fixed tags colors - #27390

Merged
kingzacko1 merged 5 commits into
masterfrom
fix/14302-tags-show-on-event-sidebar-details
Sep 18, 2026
Merged

kingzacko1 merged 5 commits into
masterfrom
fix/14302-tags-show-on-event-sidebar-details

Conversation

@zeeklop

@zeeklop zeeklop commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Description

Fixed the colors of tags shown in the event sidebar details, so they render correctly instead of using incorrect/inconsistent chip colors.

Motivation and Context

Tags displayed in the event sidebar details were not showing with the correct colors.

Closes: Graylog2/graylog-plugin-enterprise#14302

/prd Graylog2/graylog-plugin-enterprise#15582
/nocl

How Has This Been Tested?

Manually verified that tags in the event sidebar details render with the correct chip colors.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (non-breaking change)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have requested a documentation update.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.

@zeeklop zeeklop self-assigned this Sep 14, 2026
@zeeklop
zeeklop requested review from a team and a lite review from Copilot September 14, 2026 20:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Changes recommended

A moderate form-submission regression and missing style assertions remain.

Get a fresh assessment by requesting another Copilot review.

Pull request overview

Fixes incorrect colors for event sidebar tag chips.

Changes:

  • Updates clickable tag rendering and interaction styles.
  • Preserves chip truncation styling.
File summaries
File Summary
graylog2-web-interface/src/components/common/ChipsCell.tsx Updates chip markup and styling. Moderate (3 votes): button behavior may submit a containing form. Nit (3 votes): add tests asserting chip styles.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 2
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 146 to 149
onClick={(e: React.MouseEvent) => {
e.stopPropagation();
onItemClick(item);
}}
Comment on lines +64 to +65
&:where(button):hover {
background-color: ${theme.colors.gray[60]};
@kingzacko1
kingzacko1 merged commit a917daf into master Sep 18, 2026
27 checks passed
@kingzacko1
kingzacko1 deleted the fix/14302-tags-show-on-event-sidebar-details branch September 18, 2026 20:13
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