Added batch process and test

This commit is contained in:
2026-05-10 15:45:01 +02:00
parent e66b6043d8
commit e45601de0a
6 changed files with 91 additions and 29 deletions
+2
View File
@@ -150,6 +150,8 @@ tr:hover td { background: rgba(255,255,255,0.02); }
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-hover); }
.btn-secondary { background: transparent; color: var(--accent); border: 1px solid var(--accent); }
.btn-secondary:hover { background: rgba(99,102,241,0.1); }
.btn-disabled { background: var(--border); color: var(--muted); cursor: not-allowed; }
/* Forms */