Skip to content

Release 1.94.1 to develop#1888

Closed
henry-tp wants to merge 25 commits intodevelopfrom
release-1.94.1
Closed

Release 1.94.1 to develop#1888
henry-tp wants to merge 25 commits intodevelopfrom
release-1.94.1

Conversation

@henry-tp
Copy link
Copy Markdown
Contributor

@henry-tp henry-tp commented Mar 5, 2026

No description provided.

@henry-tp henry-tp marked this pull request as ready for review March 5, 2026 23:31
henry-tp and others added 16 commits March 6, 2026 13:49
…bars

[WEB-4278] Fix NaN values in horizontal bar chart data causing missing bar rendering
Pan buttons trigger ~31 D3 'navigated' events per animation frame. The
debounce in handleDatetimeLocationChange was recreated on each call and
stored via setState — because setState is async, cancel() always failed,
causing multiple queries to race and block the final correct one.

Fixed by making the debounced function a stable instance property.

Also fixed updateChartPrefs using chartEndpoints.current (only updated
on full data queries) instead of this.state.endpoints, which caused
BGM/CGM stat toggles to query the pre-pan date after panning.
[WEB-4476] Prevent stale stats after panning daily/bgLog charts
WEB-4406 - Use Edge Correction method to calculate Avg Insulin + Carbs
@henry-tp
Copy link
Copy Markdown
Contributor Author

#1904

@henry-tp henry-tp closed this Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants