Frontmatter
| id | 5432 |
| title | Portal.view.ViewportController: onAppConnect() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 22, 2024, 2:42 PM |
| updatedAt | Jun 22, 2024, 2:45 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5432 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 22, 2024, 2:45 PM |
Since we now want to show
LivePreviewcomponents inside the main landing page, we can not keep the preview (popup-window) logic insidePortal.view.learn.MainContainerController.Rationale: a user can just navigate to the
#/homeroute, in which case the learning-content-controller does not exist. So, we need to move this part upwards.@maxrahder @Dinkh