-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add/theme header menu #110
Conversation
Also, we can run Lint |
Also, the first time I opened the Header page directly after deleting flow from DB, it crashed! Then on a refresh, it was fine. IDKY |
Also, can we limit the Links shown in the header as we sometimes have a lot of them and they don't look appealing. |
There is a delay for me on the Header Menu page before anything shows up and that was fixed for other steps with LivePreviewSkeleton component not the default skeleton inside LivePreview, Maybe can we use that and inline the number of previews? To be addressed as a part of the Header Dummy Menu story. |
includes/Data/Patterns.php
Outdated
'header-menu' => array( | ||
'site-header-left-logo-navigation-inline' => array( | ||
'active' => true, | ||
'shown' => true, | ||
), | ||
'homepage-1' => array( | ||
'active' => true, | ||
), | ||
'site-footer' => array( |
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.
The formatting doesn't look right here
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.
Fixed
No description provided.