Frontmatter
| id | 8540 |
| title | Implement Store-Driven VDOM Ticket Component (V2) |
| state | Open |
| labels | enhancementperformancecore |
| assignees | tobiu |
| createdAt | Jan 11, 2026, 11:17 AM |
| updatedAt | Jan 11, 2026, 11:17 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8540 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 8537 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
Implement Store-Driven VDOM Ticket Component (V2)
Openenhancementperformancecore
Create
Portal.view.ticket.v2.Componentthat renders directly from aPortal.store.TicketandPortal.store.TicketTimeline.Requirements:
marked.parsefor structure: Map JSON timeline events directly to VDOM nodes.store.add()events by appending VNodes (delta updates), not re-rendering the whole list.