-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Glimmerize Splash Page #24104
Glimmerize Splash Page #24104
Conversation
Build Results: |
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.
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.
Thank you for the updates! Looks great 🚀
SPDX-License-Identifier: BUSL-1.1 | ||
~}} | ||
|
||
<div class="splash-page-container section is-flex-v-centered-tablet is-flex-grow-1 is-fullwidth"> |
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.
So much cleaner without altContent! 👏
This was a good candidate for a display only component that yielded from named blocks. Feels good to remove three js files that were tagName only.
Note: Because
altContent
is specific only to auth.hbs, I moved it outside the SplashPage component (thank you Chelsea for the suggestion). There is a mfa acceptance test that tests for this error message and the Go Back functionality.Ran enterprise test locally, they passed.
MFA had a param that was not being used:
showTruncatedNavBar
. Still looks as expected, see screenshot.