{{ change.before }}
+ +{{ change.after }}
+{{ update.reason }}
+ } +diff --git a/listify-client/src/app/lists/list-cleanup-result-dialog/list-cleanup-result-dialog.component.html b/listify-client/src/app/lists/list-cleanup-result-dialog/list-cleanup-result-dialog.component.html new file mode 100644 index 0000000..d9a6b7b --- /dev/null +++ b/listify-client/src/app/lists/list-cleanup-result-dialog/list-cleanup-result-dialog.component.html @@ -0,0 +1,146 @@ +
{{ data.response.list.name }}
+Die KI hat keine sinnvollen Aenderungen gefunden.
+{{ data.before?.name || '-' }}
+ +{{ data.response.list.name }}
+{{ data.before?.description || '-' }}
+ +{{ data.response.list.description || '-' }}
+{{ data.response.cleanup.listUpdate.reason }}
+ } +{{ change.before }}
+ +{{ change.after }}
+{{ update.reason }}
+ } ++ Entfernt, weil {{ itemTitle(deletion.keptItemId) }} + erhalten bleibt. +
+ @if (deletion.reason) { +{{ deletion.reason }}
+ } ++ @if (addition.quantity) { + Menge: {{ addition.quantity }} + } + @if (addition.notes) { + {{ addition.quantity ? '- ' : '' }}{{ addition.notes }} + } + @if (!addition.required) { + {{ addition.quantity || addition.notes ? '- ' : '' }}Optional + } +
+ } + @if (addition.reason) { +{{ addition.reason }}
+ } +