Frontmatter
| id | 8778 |
| title | Integrate Robust Theme Switching for Services Canvas |
| state | Closed |
| labels | bugenhancementai |
| assignees | tobiu |
| createdAt | Jan 18, 2026, 3:27 PM |
| updatedAt | Jan 18, 2026, 3:35 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8778 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8727 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 18, 2026, 3:35 PM |
Integrate Robust Theme Switching for Services Canvas
tobiu added parent issue #8727 on Jan 18, 2026, 3:27 PM
tobiu assigned to @tobiu on Jan 18, 2026, 3:35 PM

tobiu
Jan 18, 2026, 3:35 PM
Input from Gemini 3 Pro:
✦ I have integrated robust theme switching for the Services Canvas.
- Refactored
isCanvasReadyto a reactive config inapps/portal/view/services/Canvas.mjs.- Implemented
afterSetThemeandafterSetIsCanvasReadyto safely toggle theServicesCanvastheme in the Shared Worker.- This ensures consistency with the other portal canvases and prevents race conditions.
tobiu closed this issue on Jan 18, 2026, 3:35 PM
isCanvasReadyfrom a class field to a reactive configisCanvasReady_inapps/portal/view/services/Canvas.mjs.afterSetThemeto checkthis.isCanvasReadybefore calling the remote method.afterSetIsCanvasReadyto trigger the remotesetThemecall once the canvas connection is established.afterSetOffscreenRegisteredto toggle theisCanvasReadyconfig.