CUB-44: add task-progress-bar component with determinate mode and elapsed time

This commit is contained in:
cubecraft-agents[bot]
2026-04-26 13:09:18 +00:00
parent 8d0adeb2e9
commit 14b3dab88b
4 changed files with 210 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// ============================================================================
// Task Progress Bar — Barrel Export
// CUB-44
// ============================================================================
export { TaskProgressBarComponent } from './task-progress-bar.component';