Create delete run confirm dialog

This commit is contained in:
Takeshi Kimata
2024-05-26 21:17:41 +09:00
parent ff2d3a88e5
commit 1bab870239
8 changed files with 113 additions and 68 deletions

View File

@@ -41,6 +41,9 @@ type RunsMessages = {
newRun: string;
deleteRun: string;
noRunsFound: string;
close: string;
areYouSure: string;
delete: string;
};
type RunMessages = {