Skip to content

Organize App by routes and rename Dashboard in EditPage

Loic Huder requested to merge pages into main

The introduction of the execution pages uncovered naming issues of high-order components

  1. The component rendering the page to edit workflows was called App
  2. 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

Merge request reports