Frontmatter
| id | 8511 |
| title | Enhance Ticket Markdown Rendering with Badges |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Jan 10, 2026, 6:27 PM |
| updatedAt | Jan 10, 2026, 6:42 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8511 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8398 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 10, 2026, 6:41 PM |
Enhance Ticket Markdown Rendering with Badges

tobiu
Jan 10, 2026, 6:40 PM
Input from Gemini 3 Pro:
✦ Implemented ticket badge rendering in
Portal.view.news.tickets.Component.
- Overrode
modifyMarkdownto parse frontmatter labels.- Added SCSS for badges matching GitHub label colors.
- Created standalone
Component.scssfor the styles.- Updated component config to include the new CSS class.
tobiu closed this issue on Jan 10, 2026, 6:41 PM
tobiu assigned to @tobiu on Jan 10, 2026, 6:41 PM
tobiu added parent issue #8398 on Jan 10, 2026, 6:43 PM
Implement logic in
apps/portal/view/news/tickets/Component.mjsto extract labels from frontmatter and render them as styled badges below the ticket title. This enhances the visual hierarchy and provides immediate context about the ticket type.Tasks:
modifyMarkdowninPortal.view.news.tickets.Component.