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

Port over website-next to Remix #5008

Merged
merged 13 commits into from
Mar 7, 2024
Merged

Port over website-next to Remix #5008

merged 13 commits into from
Mar 7, 2024

Conversation

ruggi
Copy link
Contributor

@ruggi ruggi commented Mar 7, 2024

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:

  • landing/blog page
  • policies page
  • team page
  • images/fonts/etc.

Excluded:

  • emotion bits
  • unused icons from @heroicons

Adjusted

  • settings page so you only see its contents when logged in, which is not the case today
  • react implementation details here and there to make everything behave nicely
  • cookie consent component usage to make it work w/ Remix

The port is as straight as possible, without changing anything visually or content-wise (this means also including Tailwind).

Copy link
Contributor

github-actions bot commented Mar 7, 2024

Try me

Copy link

relativeci bot commented Mar 7, 2024

Job #10835: Bundle Size — 61.87MiB (~-0.01%).

9837e3e(current) vs 2296c28 master#10821(baseline)

Warning

Bundle contains 58 duplicate packages – View duplicate packages

Bundle metrics  Change 2 changes Regression 1 regression
                 Current
Job #10835
     Baseline
Job #10821
Regression  Initial JS 45.18MiB(~+0.01%) 45.18MiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 20.25% 20.87%
No change  Chunks 36 36
No change  Assets 40 40
No change  Modules 4380 4380
No change  Duplicate Modules 508 508
No change  Duplicate Code 30.63% 30.63%
No change  Packages 467 467
No change  Duplicate Packages 58 58
Bundle size by type  Change 2 changes Regression 1 regression Improvement 1 improvement
                 Current
Job #10835
     Baseline
Job #10821
Regression  JS 61.86MiB (~+0.01%) 61.86MiB
Improvement  HTML 12.72KiB (-0.39%) 12.77KiB

View job #10835 reportView feat/remix-bff-next branch activityView project dashboard

Copy link
Contributor

github-actions bot commented Mar 7, 2024

Performance test results:
(Chart1)
(Chart2)

borderRadius: 5,
backgroundColor: '#00FC00',
}}
// onAccept={enableCookies}
Copy link
Contributor

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?

Copy link
Contributor Author

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'
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

a tad 🤏

@ruggi ruggi merged commit 77adcec into master Mar 7, 2024
21 checks passed
@ruggi ruggi deleted the feat/remix-bff-next branch March 7, 2024 12:23
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.

Port over next to BFF
3 participants