Commit 8e0a6f5
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 development1 parent 547072c commit 8e0a6f5
File tree
10 files changed
+739
-190
lines changed- src
- components
- Charts/GridHeatmap
- Layout/ScrollArea
- pages/ethereum/data-availability/custody/components
- CellProbeDialog
- LiveProbeEvents
10 files changed
+739
-190
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments