Organize App by routes and rename Dashboard in EditPage
The introduction of the execution pages uncovered naming issues of high-order components
- The component rendering the page to edit workflows was called
App
- The component rendering the canvas and its sidebar was called
Dashboard
This MR renames App
in EditRoute
and introduces a new App
component whose job is to make the switch between the EditRoute
and the MonitoringRoute
(also introduced in this MR). Dashboard
is also renamed in EditPage
.
Edited by Loic Huder