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
fix(npm-stats): baseline series visibility, color picker layout, drag handler
- align baseline chip layout with non-baseline chips so the toggle-visibility
button and EyeOff indicator are always present
- portal the color picker popover to document.body so mounting it no longer
reflows the chip row inside the Card's space-y stack
- include baseline series in the chart when visible (renders as a flat 1.0
reference line) and default them to visible, both in the popular comparison
and when a user promotes a series to baseline
- bump @tanstack/dom-vite to 0.1.0-alpha.7 so react-colorful's drag handler
gets the nativeEvent alias it needs on mousedown
- drop unused useCallback/useDebouncedCallback imports in FilterComponents
0 commit comments