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

Refactor: update to Next 13 #2436

Merged
merged 10 commits into from
Aug 28, 2023
Merged

Refactor: update to Next 13 #2436

merged 10 commits into from
Aug 28, 2023

Conversation

katspaugh
Copy link
Member

@katspaugh katspaugh commented Aug 24, 2023

What it solves

Upgrades the app to Next 13.

Plus yarn upgrade + a few small changes in the readme and configs.

How to test it

It touches a lot of places where internal links are used. It might potentially break some link-related CSS/layout.
So I would suggest testing it by opening all routes and checking that they look the same.

@github-actions
Copy link

github-actions bot commented Aug 24, 2023

Branch preview

✅ Deploy successful!

https://deps--walletweb.review-wallet-web.5afe.dev

@@ -1,4 +1,4 @@
# <img src="/public/images/logo.svg" height="60" valign="middle" alt="Safe{Wallet}" />
# <img src="/public/images/logo.svg" height="60" valign="middle" alt="Safe{Wallet}" style="background: #fff; padding: 20px; margin: 0 -20px" />
Copy link
Member Author

Choose a reason for hiding this comment

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

It blends with the background in dark mode otherwise.

@github-actions
Copy link

github-actions bot commented Aug 24, 2023

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 0 N/A
  • Result: ✅ success
  • Annotations: 0 total

Report generated by eslint-plus-action

next.config.mjs Outdated Show resolved Hide resolved
next.config.mjs Outdated Show resolved Hide resolved
@katspaugh katspaugh changed the title Chore: update dependencies and readme Refactor: update to Next 13 Aug 24, 2023
@katspaugh katspaugh marked this pull request as draft August 24, 2023 12:25
@katspaugh katspaugh marked this pull request as ready for review August 24, 2023 12:48
jest.setup.js Show resolved Hide resolved
@francovenica
Copy link
Contributor

francovenica commented Aug 27, 2023

Went around the site, checking that it looks fine

Safe creation/adding
owner edition
Safe tx creation/execution
Settings (and internal pages)
Spending limits
Address book
Dapps
Transactions tabs queue/history

Is anything else I should cover let me know and I'll do it during the regression of the next RC.

Note: I'll move it to QA done, but it seems that there are conflicst before merging it

@katspaugh katspaugh merged commit 6250d99 into dev Aug 28, 2023
9 checks passed
@katspaugh katspaugh deleted the deps branch August 28, 2023 06:53
@github-actions github-actions bot locked and limited conversation to collaborators Aug 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants