Skip to content

Commit 8e0a6f5

Browse files
authored
feat(ScrollArea): add shadcn ScrollArea component with custom scrollbars (#342)
- Add @radix-ui/react-scroll-area dependency - Create ScrollArea component in src/components/Layout/ScrollArea - Add scrollHorizontalWithWheel prop for horizontal-only scroll areas - Add Storybook stories for ScrollArea - Update LiveProbeEvents to use ScrollArea for Recent Probes panel - Update GridHeatmap to use ScrollArea with horizontal wheel scroll - Update CellProbeDialog to use ScrollArea for probe list - Configure Vite proxy to use production API for development
1 parent 547072c commit 8e0a6f5

File tree

10 files changed

+739
-190
lines changed

10 files changed

+739
-190
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"@fontsource-variable/space-grotesk": "5.2.10",
2727
"@headlessui/react": "2.2.9",
2828
"@heroicons/react": "2.2.0",
29+
"@radix-ui/react-scroll-area": "^1.2.10",
2930
"@tailwindcss/vite": "4.1.17",
3031
"@tanstack/react-query": "5.90.8",
3132
"@tanstack/react-router": "1.135.2",

pnpm-lock.yaml

Lines changed: 179 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)