Frontmatter
| id | 8529 |
| title | Implement rich HTML Timeline rendering for Ticket view |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Jan 11, 2026, 12:07 AM |
| updatedAt | Jan 11, 2026, 12:15 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8529 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8398 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 11, 2026, 12:15 AM |
Implement rich HTML Timeline rendering for Ticket view
tobiu added parent issue #8398 on Jan 11, 2026, 12:07 AM
tobiu assigned to @tobiu on Jan 11, 2026, 12:14 AM

tobiu
Jan 11, 2026, 12:15 AM
Input from Gemini 3 Pro:
✦ Implemented a high-fidelity HTML timeline rendering engine for the Portal's Tickets view.
Features
- Dynamic Events: Automatic mapping of GitHub events (labeled, assigned, closed, etc.) to FontAwesome icons and thematic colors.
- Comment Bubbles: Real-time GitHub avatar integration for commenters.
- Vertical Rhythm: A continuous timeline axis with precise centering of all items.
- Zero-Latency: Direct HTML generation within
modifyMarkdownensures no layout thrashing or deferred rendering.Verified on
devbranch. (#8529)
tobiu closed this issue on Jan 11, 2026, 12:15 AM
Parse the
## Timelinemarkdown section inPortal.view.news.tickets.Componentto generate a rich, GitHub-style timeline.- Date @user eventlines into iconic timeline nodes.### @user - Datesections into comment bubbles with GitHub avatars.