Loading States
By the end of this guide, you will:
-
TODO: Write learning objectives
⚠️ This page is a stub. Help us write it! See the Documentation Plan and Style Guide.
User Stories
Story 22: Loading States for Large Directories
As a terminal user
I want to see a loading indicator for large directories
So that I know the application is working
Acceptance Criteria
-
Loading indicator shown when reading large directories
-
Spinner animation with item count
-
User can cancel loading with Esc
-
Partial results shown as they load
-
Performance remains responsive during load
Notes
-
Introduces async loading
-
Introduces loading indicators
-
Introduces cancellation
-
Performance optimization for 10,000+ files