-
Notifications
You must be signed in to change notification settings - Fork 1
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
Updated packages #73
Updated packages #73
Conversation
I could test this but I think the point has been lost a bit here. I see no changes to our main dependency versions in |
8e366fb
to
7dae7cf
Compare
1ccde9e
to
6f1c7a9
Compare
6f1c7a9
to
fd0f3bd
Compare
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.
This review is only for the actual code part. While I did verify I could get the UI up after installing Node 18, my hands-on testing was somewhat limited today, but I'll go through all the key flows in detail on Monday.
This generally looks good. I think most of my comments were on shortcuts on issues I know to be difficult to fix, and it's likely fine to keep them as they are, just with the justification made clear in the context of that fix.
I added two clarification comments to the previous set in the morning, and from the hands-on test I have two more things to mention:
|
Oh, third point I just discovered: The popup that appears after you select a target still assumes that the header is sticky even though it isn't. If the page has been scrolled, it floats at an awkward distance from the top of the page. |
fd0f3bd
to
73b8c8a
Compare
ffd5c7a
to
94dd762
Compare
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.
Once again, here's the code-side review for now, and the hands-on review will come a bit later. Seemed pretty good, half of my comments were questions that are likely fine as is already.
From the last hands-on test, these haven't been changed:
One new observation from this round:
|
06581d9
to
c67bc46
Compare
c67bc46
to
2874da0
Compare
Transferred from create_react_app to vite
2874da0
to
48d5192
Compare
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.
Looks good to go 🎉
Excplicitly added crossOrigin={undefined} into dateinput form field to make typescript compiler happy
Added resolver to prevent @react/types version 18 to be used. It breaks quite a lot of components currently