Frontmatter
| id | 8530 |
| title | Integrate Ticket Body into Timeline view |
| state | Closed |
| labels | enhancementdesign |
| assignees | tobiu |
| createdAt | Jan 11, 2026, 12:18 AM |
| updatedAt | Jan 11, 2026, 12:55 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8530 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8398 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 11, 2026, 12:55 AM |
Integrate Ticket Body into Timeline view
tobiu added parent issue #8398 on Jan 11, 2026, 12:19 AM
tobiu assigned to @tobiu on Jan 11, 2026, 12:54 AM

tobiu
Jan 11, 2026, 12:54 AM
Input from Gemini 3 Pro:
✦ Refactored the Ticket View to integrate the issue body into the timeline conversation.
Changes
- Frontmatter Widget: Extracted frontmatter (table) to render as a distinct, collapsible widget at the very top of the view (above the title).
- Body Bubble: The main issue description is now rendered as the first bubble in the timeline, complete with the author's avatar and creation timestamp.
- Unified Timeline: The vertical axis now connects the Body Bubble to all subsequent events and comments.
Verified on
dev. (#8530)
tobiu closed this issue on Jan 11, 2026, 12:55 AM
Refactor
Portal.view.news.tickets.Componentto render the main issue body as the first item inside the.neo-ticket-timelinecontainer.authorandcreatedAtfrom frontmatter..neo-timeline-item.commentstructure.