-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Sparkle] Breadcrumbs component #6934
Conversation
Description --- Moves the Breadcrumbs component to sparkle as part of #6906 Risk --- na - component is added but not used & the former is not deleted (this comes in a follow-up PR) Deploy --- publish sparkle
cc @Duncid |
Thanks @philipperolet ! |
@@ -0,0 +1,52 @@ | |||
import Link from "next/link"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can't use next/link in sparkle (no next dependency here). Maybe we should pass the component to render for link as a prop ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, thanks for noticing (next dependency was installed locally despite not being in package.json)
Is there an isssue with adding the dependency? Link seems pretty standard, being able to use it in sparkle without a hack would be good
c11b306
to
a0ec0c9
Compare
Description --- Follow-up of #6934 Risk --- low Deploy --- front
Description --- Follow-up of #6934 Risk --- low Deploy --- front
* [Vaults UI] Bump sparkle + use new Breadcrumbs component Description --- Follow-up of #6934 Risk --- low Deploy --- front * fix
* [Sparkle] Breadcrumbs component Description --- Moves the Breadcrumbs component to sparkle as part of #6906 Risk --- na - component is added but not used & the former is not deleted (this comes in a follow-up PR) Deploy --- publish sparkle * clean * next tentative * next tentative plock * remove next after all * lint
* [Vaults UI] Bump sparkle + use new Breadcrumbs component Description --- Follow-up of #6934 Risk --- low Deploy --- front * fix
Description
Moves the Breadcrumbs component to sparkle as part of #6906
This PR is a refactor but does not change functionality
Risk
na - component is added but not used & the former is not deleted (this comes in a follow-up PR)
Deploy
publish sparkle