From f0f8a797ef06dcfc006b8dd4c6fe8af1032e045b Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 4 May 2026 23:23:22 +0000 Subject: [PATCH] feat(step5): add 'New simulation' button to return to home Adds a restart button in the action-bar-header of Step5Interaction that navigates to '/' (home/project list). Translated in all 4 locales. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/components/Step5Interaction.vue | 31 ++++++++++++++++++++ locales/ca.json | 1 + locales/en.json | 1 + locales/es.json | 1 + locales/zh.json | 1 + 5 files changed, 35 insertions(+) diff --git a/frontend/src/components/Step5Interaction.vue b/frontend/src/components/Step5Interaction.vue index 9eb791a1..56d981a1 100644 --- a/frontend/src/components/Step5Interaction.vue +++ b/frontend/src/components/Step5Interaction.vue @@ -88,6 +88,12 @@ {{ $t('step5.interactiveTools') }} {{ $t('step5.agentsAvailable', { count: profiles.length }) }} +