feat: add pipeline busy status indicator with breathing effect

- Add pipeline_busy field to health check response
- Track pipeline busy state in frontend store
- Add breathing animation for pipeline status button
- Enhance dark mode visibility with stronger contrast
This commit is contained in:
yangdx
2025-03-26 13:11:53 +08:00
parent 51be3fcfa5
commit 814f3b3308
3 changed files with 66 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ export type LightragStatus = {
core_version?: string
api_version?: string
auth_mode?: 'enabled' | 'disabled'
pipeline_busy: boolean
}
export type LightragDocumentsScanProgress = {