feat(sidebar): 数据菜单项同步状态指示器 (转圈/完成闪烁)

- 轮询 pipelineJobs: 有活跃 job 每 2s, 无活跃每 15s
- 同步中: 数据菜单项右侧显示蓝色转圈 Loader2
- 同步完成: 切换为绿色对勾 CheckCircle2 + pulse 闪烁, 3 秒后消失
  (用 ref 检测 isDataSyncing true→false 跳变触发)
This commit is contained in:
shy3130
2026-06-24 23:24:51 +08:00
parent 6c0a1bd5e6
commit 5e1e1a7529
4 changed files with 37 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "tickflow-stock-panel-frontend",
"private": true,
"version": "0.1.40",
"version": "0.1.41",
"type": "module",
"scripts": {
"dev": "vite",