-
Notifications
You must be signed in to change notification settings - Fork 171
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
Port over website-next to Remix #5008
Conversation
Job #10835: Bundle Size — 61.87MiB (~-0.01%).
Warning Bundle contains 58 duplicate packages – View duplicate packages Bundle metrics
Bundle size by type
View job #10835 report View feat/remix-bff-next branch activity View project dashboard |
utopia-remix/app/components/next.tsx
Outdated
borderRadius: 5, | ||
backgroundColor: '#00FC00', | ||
}} | ||
// onAccept={enableCookies} |
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.
Is this meant to still be commented out?
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.
pfft, good catch it was a remnant of the component fixes. done in 9837e3e
(#5008)
@@ -0,0 +1,134 @@ | |||
import { LinksFunction } from '@remix-run/node' |
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.
Well this page definitely needs updating! But not in this PR :D
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.
a tad 🤏
Fix #5006
Extracted from incremental work on #4987 so not to inflate that diff, and to continue the migration process, this PR ports over the
website-next
pages to Remix.Included:
Excluded:
@heroicons
Adjusted
The port is as straight as possible, without changing anything visually or content-wise (this means also including Tailwind).