feat: add chain comparison matrix page - #150
Conversation
|
@blazesgl Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
@blazesgl is attempting to deploy a commit to the truthixify's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Merged @blazesgl. Sortable matrix, a documented source per row, and horizontal scroll so it does not blow up the layout on mobile. Good work. One thing to flag for whoever picks it up, not a problem with this PR: we now have two chain data sources in the repo.
That is my doing. When I assigned the calculator I told @ranvirjrj-beep not to block on this page and to stub their own data, so the overlap was expected. The ids match exactly ( The tidy end state is |
Summary
This PR adds a dedicated
/chainsroute with a comparison matrix that lets prospective integrators compare supported blockchain networks side-by-side.Changes
src/data/chains.jsonwith chain comparison data and per-chain descriptionssrc/pages/Chains.tsxwith sortable columns, status filter, expandable row detail, horizontal scroll on mobilesrc/App.tsxwith/chainsroutesrc/data/README.mdwith chains.json schema documentationAcceptance Criteria
/chainsroute addedCloses #127