Skip to content

Update README.md#7

Merged
ghabs merged 1 commit intohashintel:masterfrom
nsvrana:patch-1
Jun 8, 2021
Merged

Update README.md#7
ghabs merged 1 commit intohashintel:masterfrom
nsvrana:patch-1

Conversation

@nsvrana
Copy link
Copy Markdown
Contributor

@nsvrana nsvrana commented Jun 7, 2021

Hi there, the Overview page in the documents has a pair of broken URLs after the pages were moved to the creating-simulations subdirectory.

Updating broken URLs on the documents homepage.
@ghabs
Copy link
Copy Markdown
Contributor

ghabs commented Jun 8, 2021

Thanks!

@ghabs ghabs merged commit eea4f2b into hashintel:master Jun 8, 2021
kachkaev pushed a commit that referenced this pull request Jan 17, 2022
…it-info-2.8.9

Bump hosted-git-info from 2.8.8 to 2.8.9
TimDiekmann added a commit that referenced this pull request Oct 26, 2025
kube added a commit that referenced this pull request Apr 14, 2026
… reviews

Decompose the monolithic chart effect into 4 single-responsibility effects:
- Effect 1: create/destroy uPlot on structural changes only
- Effect 2: sync container size via useElementSize hook
- Effect 3: stream data with setData(data, false)
- Effect 4: playhead redraw

Derived state replaces imperative plumbing:
- useElementSize(ref) replaces getBoundingClientRect + inline ResizeObserver
- useStableCallback(onScrub) keeps a stable identity, fixing chart
  recreation on every streaming update (AI review #1)
- Extract attachRulerScrubbing() helper with cached overRect

AI review fixes:
- #1 onScrub instability causing chart recreation — useStableCallback
- #2 missing placeMeta in streaming effect deps
- #3 fill color hex assumption — use color-mix(in srgb) instead
- #4 y-scale [0,0] when all values zero — Math.max(1, max * 1.05)
- #7 playhead line offset not dpr-scaled — tipY - 4 * dpr

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants