Breadcrumb links in the top nav currently use Blueprint's default link rendering, which is not a react-router link. Fix this so that breadcrumb navigation doesn't constantly reload the page.
Details
Details
View Dagit, navigate via breadcrumbs. Verify proper link, hover, etc. rendering and behavior.
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
js_modules/dagit/src/nav/TopNav.tsx | ||
---|---|---|
75–80 | I didn't realize you could do all this in styled components, nice |