Skip to content
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

Merged
merged 9 commits into from
Nov 27, 2023
Merged

Glimmerize Splash Page #24104

merged 9 commits into from
Nov 27, 2023

Conversation

Monkeychip
Copy link
Contributor

@Monkeychip Monkeychip commented Nov 12, 2023

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.
image

Ran enterprise test locally, they passed.

MFA had a param that was not being used: showTruncatedNavBar. Still looks as expected, see screenshot.
image

@Monkeychip Monkeychip added the ui label Nov 12, 2023
@Monkeychip Monkeychip added this to the 1.16.0-rc1 milestone Nov 12, 2023
@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label Nov 12, 2023
Copy link

Build Results:
All builds succeeded! ✅

Copy link
Collaborator

@hashishaw hashishaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked out the branch ad tested the MFA auth flow, and it looks like when the error is passed back the error content doesn't take over the page like it should. I think writing some tests for splash-page will help get the behavior right
Screenshot 2023-11-15 at 11 20 41 AM

ui/app/components/splash-page.hbs Outdated Show resolved Hide resolved
ui/app/components/splash-page.hbs Outdated Show resolved Hide resolved
Copy link
Collaborator

@hashishaw hashishaw left a 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">
Copy link
Collaborator

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! 👏

@Monkeychip Monkeychip merged commit 0ca6135 into main Nov 27, 2023
71 checks passed
@Monkeychip Monkeychip deleted the ui/glimmerize-splash-page branch November 27, 2023 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed pr/no-changelog ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants