fix: Indeterminate Progress-Anzeige bei Anymailfinder Bulk-Warten

- Wenn current=0 und total>0: Shimmer-Animation statt leerer Balken
- Bouncing Dots + "Warte auf Anymailfinder-Server..." Text
- Hinweis "dauert ca. 1–3 Min. für X Domains"

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Timo Uttenweiler
2026-03-20 17:44:53 +01:00
parent 8fb881cbbc
commit 8dc135a8f7
2 changed files with 46 additions and 14 deletions

View File

@@ -1,5 +1,10 @@
@import "tailwindcss";
@keyframes shimmer {
0% { transform: translateX(-100%); }
100% { transform: translateX(400%); }
}
:root {
--background: #0a0a0f;
--card: #111118;