Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Updating ApplicationBase for v2 architecture #187

Merged
merged 3 commits into from
Apr 23, 2021

Conversation

tbiethman
Copy link
Contributor

Summary

Updating ApplicationBase to align better with ApplicationContainer development. Introducing changes made in the v1 pipeline since branch creation.

Closes #184

Deployment Link

https://terra-applic-.herokuapp.com/

Testing

New unit tests have been written. Existing wdio tests using ApplicationBase continue to pass.

Additional Details

Thank you for contributing to Terra.
@cerner/terra

i18nLoader(finalLocale).then(translationsModule => {
setMessages(translationsModule.default);
}).catch((error) => {
logger.error(error);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I removed the thrown error here. If locales cannot be loaded, we will log and continue rendering null. Throwing an error seemed like overkill (and it was hard to test).

@tbiethman tbiethman changed the title Story 184 application base Updating ApplicationBase for v2 architecture Apr 14, 2021
src/application-base/ApplicationBase.jsx Outdated Show resolved Hide resolved
src/application-base/baseStyles.js Outdated Show resolved Hide resolved
@mjhenkes mjhenkes temporarily deployed to terra-applic-story-184--3a3jad April 20, 2021 19:30 Inactive
@tbiethman tbiethman merged commit bc779e3 into terra-application-v2 Apr 23, 2021
@tbiethman tbiethman deleted the story-184-application-base branch April 23, 2021 15:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants