Always show progress

When the UI is waiting on an async task:

  • Determinate progress (progress bar with percentage) MUST be shown when total work is known
  • Indeterminate progress (spinner, skeleton, shimmer) MUST be shown when it is not
  • The UI MUST NOT appear frozen or unresponsive
version
1.0.0
tags
always-show-progress, ui
author
Mike Fullerton
modified
2026-03-27

Change History

Version Date Author Summary
1.0.0 2026-03-27 Mike Fullerton Initial creation