Frontmatter
| id | 8776 |
| title | Integrate Theme Switching for Home and Ticket Canvases |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Jan 18, 2026, 2:57 PM |
| updatedAt | Jan 18, 2026, 3:02 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8776 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8727 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 18, 2026, 3:02 PM |
Integrate Theme Switching for Home and Ticket Canvases
tobiu added parent issue #8727 on Jan 18, 2026, 2:58 PM
tobiu assigned to @tobiu on Jan 18, 2026, 2:58 PM

tobiu
Jan 18, 2026, 3:02 PM
Input from Gemini 3 Pro:
✦ I have integrated theme switching for both the Home and Ticket Canvases.
- Implemented
afterSetThemeinapps/portal/view/home/parts/hero/Canvas.mjsto toggle theHomeCanvastheme.- Implemented
afterSetThemeinapps/portal/view/news/tickets/TimelineCanvas.mjsto toggle theTicketCanvastheme.- Both components now correctly parse the theme name (e.g., 'neo-theme-neo-dark' -> 'dark') and forward it to their respective Shared Workers.
tobiu closed this issue on Jan 18, 2026, 3:02 PM
afterSetThemeinapps/portal/view/home/parts/hero/Canvas.mjs.afterSetThemeinapps/portal/view/news/tickets/TimelineCanvas.mjs.afterSetThemeto call the respective Shared WorkersetThememethods (HomeCanvasandTicketCanvas).