-
Notifications
You must be signed in to change notification settings - Fork 190
MWPW-174488 [Gnav Performance] Dark Theme for Ghost state #4404
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
Conversation
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
|
… incorrect background color
33ff8ac
to
ce14fe9
Compare
This pull request is not passing all required checks. Please see this discussion for information on how to get all checks passing. Inconsistent checks can be manually retried. If a test absolutely can not pass for a good reason, please add a comment with an explanation to the PR. |
This PR is currently in the |
Verified the PR fix for ghost state on dark theme and More button https://adobecom.github.io/nav-consumer/navigation.html?authoringpath=/federal/learn&navbranch=more-button-skeleton&customlinks=home,learn,apps,discover,files&theme=dark The QA test results are included in the tickets below for reference. |
This adds two more fixes in addition to the more button skeleton.
transformTemplateToMobile
. We callawait promoCrossCloudTab()
only if we are not in the loading state; we determine if we are in the loading state by doingpopup.classList.contains('loading')
.promoCrossCloudTab
dark-nav.css
feds--dark
class to beforeawait gnav.init()
to avoid a bug with the loading state background on mobile darkmode.decorateDropdowns
weawait
the network request formenu.js
.decorateMenu
logic into it's own non-awaited
IIFE..then
into regular async/await and usetry
andfinally
(catch
isn't required at this time)Resolves:
Test URLs:
GNav Test URLs
Gnav + Footer + Region Picker modal:
Thin Gnav + ThinFooter + Region Picker dropup:
Localnav + Promo:
Sticky Branch Banner:
Inline Branch Banner:
Blog
RTL Locale