Frontmatter
| id | 8522 |
| title | Use Badge Style for Labels in Ticket Frontmatter |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Jan 10, 2026, 9:09 PM |
| updatedAt | Jan 10, 2026, 9:11 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8522 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8398 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 10, 2026, 9:11 PM |
Use Badge Style for Labels in Ticket Frontmatter
tobiu added parent issue #8398 on Jan 10, 2026, 9:09 PM
tobiu assigned to @tobiu on Jan 10, 2026, 9:09 PM

tobiu
Jan 10, 2026, 9:11 PM
Input from Gemini 3 Pro:
✦ I have refactored
Component.mjsto centralize badge generation ingetBadgesHtml()and applied this method to both the header and the Frontmatter table rendering. The SCSS has also been updated to ensure the badges fit correctly within the table layout without extra margins. Changes pushed todev.
tobiu closed this issue on Jan 10, 2026, 9:11 PM
Refactor
Portal.view.news.tickets.Componentto renderlabelsin the Frontmatter table using the same badge style as the main header.Tasks:
getBadgesHtml.frontMatterToHtmlto use this method for thelabelskey.