Feat: Fügt die Liste für wiederkehrende Transaktionen hinzu

This commit is contained in:
2025-12-28 02:26:58 +01:00
parent 8d7f6bc4d3
commit 0c4c6d7c3d
14 changed files with 594 additions and 104 deletions

View File

@@ -1,11 +0,0 @@
/// Eine Enum, um den Typ eines Dialogs festzulegen
enum DialogTypeEnum {
/// Der Standarddialog
info,
/// Der Errordialog
error,
/// Der Erfolgreichdialog
success,
}