Filecoin Pay should have now two branches. Main is for GA and is deployed to the GA pinit subdomain. And prototype to the domain.
Prootype branch should represent a rebasing of GA branch so it is easy to fold new features in with a PR without disrupting main.
Both need to use the same UI library:
npm i @filecoin-foundation/ui-filecoin
Check out a branch tied to this ticket.
Run code quality locally with headless playwright.
Deploy both to the GA and prototype subdomain.
Propose the best way to PR things so that the two branches are update to date.