SchweizerischeBundesbahnen / scion-workbench

SCION Workbench enables the creation of Angular web applications that require a flexible layout to arrange content side-by-side or stacked, all personalizable by the user via drag & drop.
Eclipse Public License 2.0
77 stars 10 forks source link

refactor(workbench): display start page without part #493

Closed k-genov closed 10 months ago

k-genov commented 11 months ago

Previously, the primary router outlet was rendered in a workbench part if there were no open views either in the main area or in a layout without a main area. After this change, the primary router outlet is rendered directly without a part, since a part is only a container for views.

closes #492

BREAKING CHANGE: The removal of the workbench part for the start page has introduced a breaking change. Part actions are no longer supported on the start page.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

Issue

Issue Number: 492

Does this PR introduce a breaking change?

The removal of the workbench part for the start page has introduced a breaking change. Part actions are no longer supported on the start page.

Other information