-
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
Publish 4.0.1 #520
Publish 4.0.1 #520
Conversation
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.20 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…orkflow/babel/traverse-7.23.2 Bump @babel/traverse from 7.22.20 to 7.23.2 in /login-workflow
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.5 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…orkflow/example/babel/traverse-7.23.2 Bump @babel/traverse from 7.21.5 to 7.23.2 in /login-workflow/example
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.20 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…orkflow/dev/babel/preset-env-7.23.2 Bump @babel/preset-env from 7.22.20 to 7.23.2 in /login-workflow
Added loader to login action
Co-authored-by: Thomas Dailey <[email protected]>
…tions Blui 4933 error translations
…changelog Updated release date in changelog
Thank you for the master pull request. 👍 Please be sure this pull request is for the master branch. The master branch is used for items that are ready for publishing. The dev branch is our working branch for all issues and enhancements. Please read our Contributing Guidelines for more information. |
Visit the preview URL for this PR (updated for commit 4451f33): https://blui-react-login--pr520-dev-xiivn7dh.web.app (expires Wed, 06 Dec 2023 06:45:42 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 1e9064d2e35ed37fe01e053587ea5f209719a043 |
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.
looks good
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.
<LoginScreen
projectImage={<img src={EatonLogo} alt="logo" style={{ maxHeight: 80 }} />}
header={}
errorDisplayConfig={{
mode: 'message-box',
messageBoxConfig: {
dismissible: true,
position: 'top',
title:'message box title'
},
dialogConfig: {
title: 'dialog title'
}
}}
/>
title
prop in messagConfig doesn't work.
Fix error manager title
Updated release date of patch in changelog
Fixes # Publish 4.0.1
Changes proposed in this Pull Request:
Screenshots / Screen Recording (if applicable)
To Test:
Any specific feedback you are looking for?