1 个仓库
Visual systems that bundle multiple simultaneous asynchronous operations into a single unified loading indicator.
Distinct from Traffic Visual Highlighting: Focuses on perceived performance through UI bundling rather than technical traffic analysis or dashboards.
Explore 1 awesome GitHub repository matching user interface & experience · Concurrent Request Visualizations. Refine with filters or upvote what's useful.
angular-loading-bar 是一个用于 Angular 应用的加载状态管理器和进度条组件。它通过监控发出的 HTTP 请求,提供了一个自动化的加载指示器,用于可视化网络请求活动。 该项目通过将多个 API 调用捆绑到一个加载状态中来管理并发网络请求,确保指示器在最后一个请求完成前保持可见。它包含一个延迟阈值,用于推迟加载条的出现,从而防止快速请求期间出现视觉闪烁。 该系统支持 URL 模式过滤,以排除特定的后台或轮询调用触发 UI。它还提供手动状态控制,允许针对独立于网络监控的任务以编程方式启动或停止加载指示器。
Bundles multiple concurrent API calls into a single loading state to simplify the perceived application performance.