@@ -233,7 +403,12 @@
@@ -245,4 +420,22 @@
.disabled-checkbox :global(*) {
cursor: unset;
}
+
+ .progress-container {
+ margin-top: 1rem;
+ display: flex;
+ align-items: center;
+ gap: 0.5rem;
+ }
+
+ .export-progress-bar {
+ flex: 1;
+ height: 0.5rem;
+ border-radius: 0.25rem;
+ background: linear-gradient(
+ to right,
+ var(--color-success, #4caf50) var(--progress),
+ var(--color-neutral-80, #e0e0e0) 0%
+ );
+ }