feat: avg pace over moving time (fixes elapsed-based pace on paused activities); show mid-activity pauses on Body Battery band via active_spans
Build and push images / validate (push) Successful in 3s
Build and push images / build-backend (push) Successful in 7s
Build and push images / build-worker (push) Successful in 5s
Build and push images / build-frontend (push) Successful in 10s

This commit is contained in:
2026-06-20 20:04:53 +01:00
parent 0e1d35364f
commit e33946e270
6 changed files with 111 additions and 14 deletions
+1
View File
@@ -31,6 +31,7 @@ class ActivitySummary(BaseModel):
hr_zones: Optional[dict]
named_route_id: Optional[int]
named_route_name: Optional[str] = None
active_spans: Optional[list] = None
class Config:
from_attributes = True