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

chore: update findable-ui to v14.0.0 (#4235) #4255

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Conversation

frano-m
Copy link
Contributor

@frano-m frano-m commented Nov 12, 2024

Ticket

Closes #4235.

Reviewers

@hunterckx.

Changes

  • Updated findable-ui to v14.0.0.

@frano-m frano-m requested a review from hunterckx November 12, 2024 00:50
@github-actions github-actions bot added the canary Done by the Clever Canary team label Nov 12, 2024
@@ -25,13 +19,22 @@ export const Announcements = ({
return (
<Fragment>
{isSessionTimeout ? (
<SessionTimeout onClose={clearSessionTimeout} />
<Banner onClose={clearSessionTimeout}>
Copy link
Contributor Author

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.

Copy link
Contributor Author

@frano-m frano-m Nov 12, 2024

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.

Copy link
Contributor Author

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

@frano-m frano-m merged commit e589a84 into main Nov 12, 2024
4 checks passed
@frano-m frano-m deleted the fran/4235-findable branch November 12, 2024 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
canary Done by the Clever Canary team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update findable-ui to v14.0.0
2 participants