Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow showing an entry point page #105

Closed
danielwiehl opened this issue Mar 12, 2019 · 0 comments
Closed

Allow showing an entry point page #105

danielwiehl opened this issue Mar 12, 2019 · 0 comments
Assignees

Comments

@danielwiehl
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

An empty screen is shown to the user when opening the application. Instead, we would like to specify an entry point page.

Describe the solution you'd like

A primary router outlet should be added by the workbench when no view is showing. This would allow to register an empty path route which then is resolved and its component shown.

danielwiehl added a commit that referenced this issue Mar 12, 2019
The workbench adds a primary router outlet when no view is showing. By registering an empty path route, its routed component is displayed when no view is showing.
Also, added the method 'views$' to the workbench service to observe opened views. This allows, for example, navigating to some new view when the last view is closed.

closes #105
@danielwiehl danielwiehl self-assigned this Mar 12, 2019
danielwiehl added a commit that referenced this issue Mar 13, 2019
The workbench adds a primary router outlet when no view is showing. By registering an empty path route, its routed component is displayed when no view is showing.
Also, added the method 'views$' to the workbench service to observe opened views. This allows, for example, navigating to some new view when the last view is closed.

closes #105
danielwiehl added a commit that referenced this issue Mar 13, 2019
The workbench adds a primary router outlet when no view is showing. By registering an empty path route, its routed component is displayed when no view is showing.
Also, added the method 'views$' to the workbench service to observe opened views. This allows, for example, navigating to some new view when the last view is closed.

closes #105
@simoneggler simoneggler added this to the 0.0.1 milestone Mar 13, 2019
danielwiehl added a commit that referenced this issue Mar 14, 2019
The workbench adds a primary router outlet when no view is showing. By registering an empty path route, its routed component is displayed when no view is showing.
Also, added the method 'views$' to the workbench service to observe opened views. This allows, for example, navigating to some new view when the last view is closed.

closes #105
danielwiehl added a commit that referenced this issue Mar 15, 2019
The workbench adds a primary router outlet when no view is showing. By registering an empty path route, its routed component is displayed when no view is showing.
Also, added the method 'views$' to the workbench service to observe opened views. This allows, for example, navigating to some new view when the last view is closed.

closes #105
danielwiehl added a commit that referenced this issue Mar 15, 2019
The workbench installs a primary router outlet when no view is open. To show some content to the user, register a component using the empty path route.

closes #105
danielwiehl added a commit that referenced this issue Mar 15, 2019
The workbench installs a primary router outlet when no view is open. To show some content to the user, register a component using the empty path route.

closes #105
@danielwiehl danielwiehl mentioned this issue Mar 15, 2019
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants