-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: update findable-ui to v14.0.0 (#4235) #4255
Conversation
@@ -25,13 +19,22 @@ export const Announcements = ({ | |||
return ( | |||
<Fragment> | |||
{isSessionTimeout ? ( | |||
<SessionTimeout onClose={clearSessionTimeout} /> | |||
<Banner onClose={clearSessionTimeout}> |
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.
Using the generic Banner
component and removing unnecessary SessionTimeout, SystemSystem and SystemIndexing components from AnVIL-CMG.
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.
Alerts and Banners are mostly, now rendered via an MDX file to simplify configuration.
MDX file names are renamed for clarity.
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.
Alert related functions are renamed, and repositioned due to the rename in viewModelBuilders
. Alert related props are passed into the Alert related MDX, along with content (if content is dependent on variables such as authentication).
Ticket
Closes #4235.
Reviewers
@hunterckx.
Changes
findable-ui
tov14.0.0
.