KaotoIO / kaoto

Next version of the UI of the Kaoto project
Apache License 2.0
22 stars 21 forks source link

Replace online default Route template with standard one #1093

Closed lordrip closed 1 month ago

lordrip commented 1 month ago

Please describe the task that needs to be done

When opening Kaoto's online version for the first time, we use the test template as an entry point: image

The goal for this ticket is to remove the usage of said template so users can see the "New Route" button instead image

lordrip commented 1 month ago

This is where we get the default value from: https://github.com/KaotoIO/kaoto/blob/5e02ff2140c31677e32cf9b351fb76e2489b1537/packages/ui/src/layout/Shell.tsx#L27