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(default-theme): Add service menu #1893

Merged
merged 3 commits into from
Jun 13, 2022
Merged

feat(default-theme): Add service menu #1893

merged 3 commits into from
Jun 13, 2022

Conversation

quando1910
Copy link
Collaborator

@quando1910 quando1910 commented Jun 8, 2022

Changes

This PR closes #1890

  • Create a new component SwFooterNavigationColumn to contains the UI of footer column.
  • Create a new component SwFooterService to fetch service menu from useNavigation.
  • Update SwFooterNavigation component.

Screen Shot 2022-06-08 at 5 09 55 PM

Checklist

@vercel
Copy link

vercel bot commented Jun 8, 2022

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

1 Ignored Deployment
Name Status Preview Updated
shopware-pwa-docs ⬜️ Ignored (Inspect) Jun 10, 2022 at 6:26AM (UTC)

Copy link
Collaborator

@mkucmus mkucmus left a comment

Choose a reason for hiding this comment

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

Little change and will be great 💙

Comment on lines 4 to 5
:key="navigationElements[0].id"
:category="navigationElements[0]"
Copy link
Collaborator

Choose a reason for hiding this comment

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

please move key and category to the setup method as computed properties, using optional chaining there and will be ready 💪🏻

</template>
<script>
import { getTranslatedProperty } from "@shopware-pwa/helpers"
import { ref } from "@vue/composition-api"
Copy link
Collaborator

Choose a reason for hiding this comment

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

this import is not necessary

Copy link
Collaborator

@mkucmus mkucmus left a comment

Choose a reason for hiding this comment

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

👍🏻 another functionality covered!

@patzick patzick merged commit 7758499 into master Jun 13, 2022
@patzick patzick deleted the feat/add-service-menu branch June 13, 2022 09:30
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.

[FEATURE] service menu
3 participants