You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- selfSelected is now a one-shot marker: cleared the moment it's consumed, so
re-selecting a previously map-selected node from the tree panel re-roots the
zoom instead of being suppressed by a stale latch.
- Deduplicate arraySubtreeBytes (export it from physicalStats, drop the copy in
BlockTreemap).
- nodePhysicalStats now takes the prebuilt segmentMap, and the tooltip memoizes
its stats by node, so they're not recomputed on every mouse move.
- Document that tile area is data-only bytes while the tooltip's "% of file"
includes metadata, so the two can differ slightly.
Signed-off-by: Robert <robert@spiraldb.com>
0 commit comments