Skip to content
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

Merged
merged 6 commits into from
Aug 27, 2024
Merged

[Sparkle] Breadcrumbs component #6934

merged 6 commits into from
Aug 27, 2024

Conversation

philipperolet
Copy link
Contributor

@philipperolet philipperolet commented Aug 27, 2024

Description

Moves the Breadcrumbs component to sparkle as part of #6906

This PR is a refactor but does not change functionality

image

Risk

na - component is added but not used & the former is not deleted (this comes in a follow-up PR)

Deploy

publish sparkle

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
@philipperolet philipperolet requested a review from tdraier August 27, 2024 12:19
@philipperolet
Copy link
Contributor Author

cc @Duncid

@Duncid
Copy link
Contributor

Duncid commented Aug 27, 2024

Thanks @philipperolet !

@@ -0,0 +1,52 @@
import Link from "next/link";
Copy link
Contributor

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 ?

Copy link
Contributor Author

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

@philipperolet philipperolet requested a review from tdraier August 27, 2024 13:24
@philipperolet philipperolet merged commit 0fd9228 into main Aug 27, 2024
4 checks passed
@philipperolet philipperolet deleted the vaults-bc-sparkle branch August 27, 2024 13:30
philipperolet added a commit that referenced this pull request Aug 27, 2024
Description
---
Follow-up of #6934

Risk
---
low

Deploy
---
front
philipperolet added a commit that referenced this pull request Aug 27, 2024
Description
---
Follow-up of #6934

Risk
---
low

Deploy
---
front
philipperolet added a commit that referenced this pull request Aug 27, 2024
* [Vaults UI] Bump sparkle + use new Breadcrumbs component

Description
---
Follow-up of #6934

Risk
---
low

Deploy
---
front

* fix
albandum pushed a commit that referenced this pull request Aug 28, 2024
* [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
albandum pushed a commit that referenced this pull request Aug 28, 2024
* [Vaults UI] Bump sparkle + use new Breadcrumbs component

Description
---
Follow-up of #6934

Risk
---
low

Deploy
---
front

* fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants