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

132. Upgrade Mantine packages #141

Merged

Conversation

dandheedge
Copy link
Contributor

Close #132

Copy link

vercel bot commented Mar 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rollups-explorer-mainnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2024 4:50am
rollups-explorer-sepolia ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2024 4:50am
rollups-explorer-workshop ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2024 4:50am

"@mantine/form": "^7.5.0",
"@mantine/hooks": "^7.5.0",
"@mantine/notifications": "^7.5.0",
"@mantine/core": "^7.7.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Just for info, mantine is now at 7.7.1. Here's the change log. I see that the author(s) fixed some minor issues in that version, so maybe it's worth upgrading to it.

@@ -119,7 +125,7 @@ describe("VoucherExecution component", () => {
expect(button.hasAttribute("disabled")).toBe(true);
});

it("should display enabled button when voucher is not yet executed", () => {
it("should display enabled button when voucher is not yet executed", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice, using async and waitFor should take care of the tooltip changes made on the mantine side, namely an async rendering of the tooltip. I don't think we need the timeout configs though, I ran those tests locally without timeouts and they passed ok.

Copy link
Contributor

@nevendyulgerov nevendyulgerov left a comment

Choose a reason for hiding this comment

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

Looking good, @dandheedge ! I made a couple of small suggestions for you to consider.

Copy link
Collaborator

@brunomenezes brunomenezes left a comment

Choose a reason for hiding this comment

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

It looks good to me (deployed app + code). Also, I believe all the suggestions were implemented.

@brunomenezes brunomenezes merged commit 1ab9e07 into main Apr 4, 2024
8 checks passed
@brunomenezes brunomenezes deleted the chore/132-bump-mantine-packages-to-latest-version-761 branch April 4, 2024 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump Mantine packages to latest version [7.7.0]
3 participants