Skip to content

Commit 8411d42

Browse files
hayderkgbenface
andauthored
Supported networks pages (#913)
* Added Token API networks to supported networks table * Add network logos * Use icon instead of check * Use mono variant for icons with low constrast * Show skeleton with missing icons * Supported Networks variant * Dynamic supported network pages * Implemented Search networks + Show/Hide Testnets * Info box * Improve UX * fix lint * Fix images error * extend config * Add empty state * Improve Loading indicator * Auto clear search input when enabling testnets from an empty state * SN - Adjustments * Mark supported networks in menu + Add network logo in dedicated page + remove footer navigation * Add network logo to dedicated supported network page + fix lint * UX: General improvements * Add copy chain + ID * Use spinner as icon * consolidate supported-networks translations into index.json * remove unnecessary custom title * Refactor big components + Optimize performance for networks * fix lint * fix lint * fix lint * Remove loading indicator2 * Optimize files * move dependecies to website * refactor: use caip2Id to determine EVM networks instead of network list * Fix lint errors * General improvements * Change font-size to Callout component * Supported Networks fixes and tweaks (for Hayder) (#918) * Work around Safari bug with absolute positioning relative to table row * Callout visual tweaks * Use semantic typography classes * This was more readable (sorry Hayder, 100% my bad) * Remove framer-motion --------- Co-authored-by: Benoît Rouleau <[email protected]>
1 parent 80746b7 commit 8411d42

File tree

110 files changed

+5262
-731
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+5262
-731
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@edgeandnode/eslint-config": "^2.0.3",
23-
"@types/node": "^22.13.14",
23+
"@types/node": "^22.13.17",
2424
"eslint": "^8.57.1",
2525
"eslint-plugin-mdx": "^3.3.1",
2626
"prettier": "^3.5.3",

Diff for: pnpm-lock.yaml

+447-435
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: website/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
},
1818
"dependencies": {
1919
"@docsearch/react": "^3.9.0",
20-
"@edgeandnode/common": "^7.0.3",
21-
"@edgeandnode/gds": "^6.5.10",
22-
"@edgeandnode/go": "^9.4.10",
20+
"@edgeandnode/common": "^7.0.4",
21+
"@edgeandnode/gds": "^6.5.12",
22+
"@edgeandnode/go": "^9.4.13",
2323
"@emotion/react": "^11.14.0",
2424
"@graphprotocol/contracts": "6.2.1",
2525
"@pinax/graph-networks-registry": "^0.6.7",
@@ -28,8 +28,8 @@
2828
"@readme/openapi-parser": "^3.0.1",
2929
"fetch-har": "^11.1.1",
3030
"lodash": "^4.17.21",
31-
"mixpanel-browser": "^2.62.0",
32-
"motion": "^12.6.2",
31+
"mixpanel-browser": "^2.63.0",
32+
"motion": "^12.6.3",
3333
"next": "^14.2.26",
3434
"next-seo": "^6.6.0",
3535
"next-sitemap": "^4.2.3",
@@ -50,11 +50,11 @@
5050
"@types/lodash": "^4.17.16",
5151
"@types/mdast": "^4.0.4",
5252
"@types/mixpanel-browser": "^2.54.0",
53-
"@types/node": "^22.13.14",
53+
"@types/node": "^22.14.0",
5454
"@types/react": "^18.3.20",
55-
"@types/react-dom": "^18.3.5",
55+
"@types/react-dom": "^18.3.6",
5656
"autoprefixer": "^10.4.21",
57-
"fast-xml-parser": "^5.0.9",
57+
"fast-xml-parser": "^5.1.0",
5858
"postcss": "^8.5.3",
5959
"tailwindcss": "^3.4.17",
6060
"tsup": "^8.4.0",

0 commit comments

Comments
 (0)