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

feat(vue-demo): add dynamic breadcrumbs #1369

Merged
merged 28 commits into from
Dec 4, 2024
Merged

feat(vue-demo): add dynamic breadcrumbs #1369

merged 28 commits into from
Dec 4, 2024

Conversation

mdanilowicz
Copy link
Collaborator

@mdanilowicz mdanilowicz commented Oct 17, 2024

Description

This pull request adds a new request to fetch category breadcrumbs. The request is included on the category and product pages, while all other static pages build breadcrumbs with "local" data.

Added getCategoryBreadcrumbs method for fetching backend breadcrumbs in useBreadcrumbs composable
Added buildDynamicBreadcrumbs method for building breadcrumbs structure
Added pushBreadcrumb method to push single breadcrumb at the top of the breadcrumbs list
Added associations option to the search method in useProductSearch composable

closes #139

Type of change

ToDo's

Screenshots (if applicable)

Additional context

Copy link

vercel bot commented Oct 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
frontends-demo 🔄 Building (Inspect) Visit Preview Dec 4, 2024 10:08am
shopware-frontends-docs ✅ Ready (Inspect) Visit Preview Dec 4, 2024 10:08am

Copy link

pkg-pr-new bot commented Oct 17, 2024

Open in Stackblitz

@shopware/api-client

npm i https://pkg.pr.new/shopware/frontends/@shopware/api-client@1369

@shopware/api-gen

npm i https://pkg.pr.new/shopware/frontends/@shopware/api-gen@1369

@shopware-pwa/cms-base

npm i https://pkg.pr.new/shopware/frontends/@shopware-pwa/cms-base@1369

@shopware-pwa/composables-next

npm i https://pkg.pr.new/shopware/frontends/@shopware-pwa/composables-next@1369

@shopware-pwa/helpers-next

npm i https://pkg.pr.new/shopware/frontends/@shopware-pwa/helpers-next@1369

@shopware-pwa/nuxt3-module

npm i https://pkg.pr.new/shopware/frontends/@shopware-pwa/nuxt3-module@1369

commit: 17c9a7a

Copy link
Collaborator

@BrocksiNet BrocksiNet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some conflicts. But good work. 💪

.changeset/funny-hotels-watch.md Outdated Show resolved Hide resolved
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.

[BUG] Category breadcrumbs path is missing
3 participants