Compare commits

..

2 Commits

Author SHA1 Message Date
831f36946d
feat(ConfirmTeamDeletionModal): success toast
All checks were successful
Build Latest and dev images / build-container (push) Successful in 59s
2025-03-28 21:18:28 +01:00
a4fbabaf9a
feat(RunnerDetail): show created_via 2025-03-28 18:41:28 +01:00
4 changed files with 8 additions and 1 deletions

View File

@ -291,6 +291,11 @@
<br />
<span class="text-gray-700">{original_data.distance / 1000} km</span>
</div>
<div class="text-sm w-full mt-2">
<span class="font-semibold text-gray-700">{$_('created_via')}</span>
<br />
<span class="text-gray-700">{original_data.created_via}</span>
</div>
</section>
{:catch error}
<PromiseError {error} />

View File

@ -17,7 +17,7 @@
RunnerTeamService.runnerTeamControllerRemove(delete_team.id, true)
.then((resp) => {
toast.dismiss();
toast($_("team-deleted"));
toast.success($_("team-deleted"));
location.replace("./");
})
.catch((err) => {});

View File

@ -124,6 +124,7 @@
"create-user": "Benutzer anlegen",
"create-without-pdf": "Ohne PDF erstellen",
"created-blanco-cards": "Blankokarten wurden erstellt",
"created_via": "Erstellt von",
"creating-blanco-cards": "Erstelle Blankokarten",
"credits": "Credits",
"csv_import__class": "Klasse",

View File

@ -124,6 +124,7 @@
"create-user": "Create User",
"create-without-pdf": "Create without PDF",
"created-blanco-cards": "Created blanco cards",
"created_via": "Erstellt über",
"creating-blanco-cards": "Creating blanco cards",
"credits": "Credits",
"csv_import__class": "Class",