980 B
980 B
source_files, generated_at, model, schema_version, sha256
| source_files | generated_at | model | schema_version | sha256 | |||||
|---|---|---|---|---|---|---|---|---|---|
|
2026-04-17T16:02:22.284071+00:00 | zai-org/GLM-5-FP8 | 1 | b7c6bd43a8c00b74 |
StatusAndProgressBar
Purpose
This module provides interfaces and delegates for status reporting and progress indication within the application's UI. It supports both a main progress bar view and a footer-based progress display, enabling decoupled communication between background operations and UI updates through defined delegate types.
Public Interface
IStatusAndProgressBarView : `IBase