-
Notifications
You must be signed in to change notification settings - Fork 83
Refactoring capybara theme #594
base: develop
Are you sure you want to change the base?
Conversation
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.
Hi @ymaheshwari1 Please add change log and add proper issue in the PR
Implementation looks good.
Thanks for this improvement.
MCookieNotification: () => import('theme/components/molecules/m-cookie-notification'), | ||
MOfflineBadge: () => import('theme/components/molecules/m-offline-badge'), | ||
OBottomNavigation: () => import('theme/components/molecules/m-offline-badge'), | ||
OModal: () => import('theme/components/organisms/o-modal'), |
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.
Why are they lazy laded when they are not conditionally loaded?
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.
Loading them lazily as using lazy-hydrate to render the components.
|
||
export default { | ||
components: { | ||
OHeaderMinimal, | ||
OFooter | ||
OFooter: () => import('theme/components/organisms/o-footer'), |
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.
Same as above
Related Issues
Closes #
Short Description and Why It's Useful
Taken reference from vuestorefront/vsf-default#57
Screenshots of Visual Changes before/after (If There Are Any)
IMPORTANT NOTICE - Remember to update
CHANGELOG.md
with description of your changeContribution and Currently Important Rules Acceptance