Closed dcramer closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.21%. Comparing base (
3ba9901
) to head (fff2084
). Report is 1 commits behind head on main.
:white_check_mark: All tests successful. No failed tests found.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Going to merge the RPC changes into main as they're easy to pull out of this.
I will note that I didn't try to just make existing React components compatible (which are in the web
app), and instead chose to copy them. Creates a clean split, but its less code changed than it looks. That said a lot of the components did need changes due to react-router bundler or 'use client' directives.
Going to merge this as it appears the only way to deploy on Vercel is out of main. Probably still some kinks to work out yet.
This adds a POC for a Next.js frontend, converting all non-admin routes over.
There's a variety of improvements that will need backported to Remix if we dont move forward with this, such as the country page, the entities lists, etc.