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:
@@ -1,5 +1,10 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
@keyframes shimmer {
|
||||
0% { transform: translateX(-100%); }
|
||||
100% { transform: translateX(400%); }
|
||||
}
|
||||
|
||||
:root {
|
||||
--background: #0a0a0f;
|
||||
--card: #111118;
|
||||
|
||||
Reference in New Issue
Block a user