Skip to content

[hash.ai] Update Glossary Pages#11

Merged
akash-joshi merged 3 commits intomasterfrom
aj/update-glossary
Jun 23, 2021
Merged

[hash.ai] Update Glossary Pages#11
akash-joshi merged 3 commits intomasterfrom
aj/update-glossary

Conversation

@akash-joshi
Copy link
Copy Markdown
Contributor

This PR uploads all the glossary pages as MDX files.

@akash-joshi akash-joshi requested a review from vilkinsons June 23, 2021 08:48
@vilkinsons
Copy link
Copy Markdown
Member

@akash-joshi Please merge this when Ciaran has greenlit the PR in hashintel/internal and you're otherwise happy it's ready.

@akash-joshi akash-joshi merged commit 3c5216e into master Jun 23, 2021
@akash-joshi akash-joshi deleted the aj/update-glossary branch September 27, 2021 06:53
kube added a commit that referenced this pull request Apr 15, 2026
AI review fixes:
- #10 Stacked data recomputed on every render — wrap data in useMemo
  keyed on revision/chartType/hiddenPlaces. The component opts out of
  React Compiler ("use no memo"), so without manual memoization the
  expensive buildStackedData ran on every playback frame even though
  Effect 3 only consumes it on revision changes
- #11 Removed redundant store.length === 0 check inside the chart
  creation effect. The parent (SimulationTimelineContent) already gates
  on store.length === 0 and renders a "No simulation data" message, so
  UPlotChart only mounts when data exists. Comment clarifies the contract.

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