feat: add scriptable housekeeper rule engine

This commit is contained in:
Marcel Peterkau
2026-06-21 17:43:04 +02:00
parent e63abbae81
commit 4bc1a8a200
18 changed files with 936 additions and 207 deletions
+3 -1
View File
@@ -208,7 +208,9 @@ class HousekeeperTab(ttk.Frame):
row=0, column=0, sticky="w"
)
ttk.Label(
header, text="Prüfend, keine Aktionen werden automatisch ausgeführt", style="Mono.TLabel"
header,
text="Regeln prüfen Daten und führen idempotente Aktionen aus",
style="Mono.TLabel",
).grid(row=1, column=0, sticky="w")
ttk.Button(header, text="Neu prüfen", command=self.refresh).grid(
row=0, column=1, rowspan=2, padx=(0, 8)