Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

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

Sorry, something went wrong.

@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)

@quando1910 quando1910 requested review from patzick and mkucmus June 8, 2022 10:13
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!

Verified

This commit was signed with the committer’s verified signature.
targos Michaël Zasso
…eat/add-service-menu
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] service menu
3 participants