LearnNewsExamplesServices
Frontmatter
id8776
titleIntegrate Theme Switching for Home and Ticket Canvases
stateClosed
labels
enhancementdesignai
assigneestobiu
createdAtJan 18, 2026, 2:57 PM
updatedAtJan 18, 2026, 3:02 PM
githubUrlhttps://github.com/neomjs/neo/issues/8776
authortobiu
commentsCount1
parentIssue8727
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 18, 2026, 3:02 PM

Integrate Theme Switching for Home and Ticket Canvases

Closed v11.23.0 enhancementdesignai
tobiu
tobiu commented on Jan 18, 2026, 2:57 PM
  • Implement afterSetTheme in apps/portal/view/home/parts/hero/Canvas.mjs.
  • Implement afterSetTheme in apps/portal/view/news/tickets/TimelineCanvas.mjs.
  • Wire afterSetTheme to call the respective Shared Worker setTheme methods (HomeCanvas and TicketCanvas).
  • Ensure theme mode ('dark'/'light') is correctly parsed and passed to the workers.
tobiu added the enhancement label on Jan 18, 2026, 2:57 PM
tobiu added the design label on Jan 18, 2026, 2:57 PM
tobiu added the ai label on Jan 18, 2026, 2:57 PM
tobiu added parent issue #8727 on Jan 18, 2026, 2:58 PM
tobiu assigned to @tobiu on Jan 18, 2026, 2:58 PM
tobiu referenced in commit f4dd2fc - "feat: Integrate Theme Switching for Home and Ticket Canvases (#8776)" on Jan 18, 2026, 3:02 PM
tobiu
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 afterSetTheme in apps/portal/view/home/parts/hero/Canvas.mjs to toggle the HomeCanvas theme.
  • Implemented afterSetTheme in apps/portal/view/news/tickets/TimelineCanvas.mjs to toggle the TicketCanvas theme.
  • 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