Skip to content
Merged
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
2d9935b
Added Token API networks to supported networks table
hayderkg Mar 29, 2025
97830f9
Add network logos
hayderkg Mar 29, 2025
f3eb4cc
Use icon instead of check
hayderkg Mar 29, 2025
b7e8065
Use mono variant for icons with low constrast
hayderkg Mar 29, 2025
103876a
Show skeleton with missing icons
hayderkg Mar 29, 2025
7d2743e
Supported Networks variant
hayderkg Mar 29, 2025
b58ebb7
Dynamic supported network pages
hayderkg Mar 29, 2025
f6be364
Implemented Search networks + Show/Hide Testnets
hayderkg Mar 29, 2025
d177195
Info box
hayderkg Mar 29, 2025
26903e6
Improve UX
hayderkg Mar 29, 2025
c0282ed
fix lint
hayderkg Mar 30, 2025
36bf702
Fix images error
hayderkg Mar 30, 2025
903194b
extend config
hayderkg Mar 30, 2025
ec9f3dd
Add empty state
hayderkg Mar 30, 2025
c74e71d
Improve Loading indicator
hayderkg Mar 30, 2025
52d7c96
Auto clear search input when enabling testnets from an empty state
hayderkg Mar 30, 2025
47e0c53
SN - Adjustments
hayderkg Mar 30, 2025
6d235d9
Mark supported networks in menu + Add network logo in dedicated page …
hayderkg Mar 31, 2025
fd8e801
Add network logo to dedicated supported network page + fix lint
hayderkg Mar 31, 2025
1c7847d
UX: General improvements
hayderkg Apr 1, 2025
7874af6
Add copy chain + ID
hayderkg Apr 1, 2025
5ad93bd
Merge branch 'main' of https://github.com/graphprotocol/docs into sup…
hayderkg Apr 2, 2025
d0b2b89
Use spinner as icon
hayderkg Apr 2, 2025
67afec1
consolidate supported-networks translations into index.json
hayderkg Apr 2, 2025
3c5bcd7
remove unnecessary custom title
hayderkg Apr 2, 2025
f9c2599
Refactor big components + Optimize performance for networks
hayderkg Apr 2, 2025
5e55950
fix lint
hayderkg Apr 2, 2025
f199490
fix lint
hayderkg Apr 2, 2025
0d1a759
fix lint
hayderkg Apr 2, 2025
1f35fea
Remove loading indicator2
hayderkg Apr 2, 2025
1738046
Optimize files
hayderkg Apr 2, 2025
4db3409
move dependecies to website
hayderkg Apr 2, 2025
56d7b26
refactor: use caip2Id to determine EVM networks instead of network list
hayderkg Apr 2, 2025
b742a4d
Fix lint errors
hayderkg Apr 2, 2025
ba4661a
General improvements
hayderkg Apr 3, 2025
149c8f2
Change font-size to Callout component
hayderkg Apr 3, 2025
c66f79f
Supported Networks fixes and tweaks (for Hayder) (#918)
benface Apr 3, 2025
a2e8334
Remove framer-motion
hayderkg Apr 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@edgeandnode/eslint-config": "^2.0.3",
"@types/node": "^22.13.14",
"@types/node": "^22.13.17",
"eslint": "^8.57.1",
"eslint-plugin-mdx": "^3.3.1",
"prettier": "^3.5.3",
Expand All @@ -35,5 +35,8 @@
},
"resolutions": {
"@babel/core": "7.26.7"
},
"dependencies": {
"framer-motion": "^12.6.3"
}
}
886 changes: 451 additions & 435 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,20 @@
},
"dependencies": {
"@docsearch/react": "^3.9.0",
"@edgeandnode/common": "^7.0.3",
"@edgeandnode/gds": "^6.5.10",
"@edgeandnode/go": "^9.4.10",
"@edgeandnode/common": "^7.0.4",
"@edgeandnode/gds": "^6.5.12",
"@edgeandnode/go": "^9.4.12",
"@emotion/react": "^11.14.0",
"@graphprotocol/contracts": "6.2.1",
"@pinax/graph-networks-registry": "^0.6.7",
"@react-hookz/web": "^25.1.0",
"@readme/httpsnippet": "^11.0.0",
"@readme/openapi-parser": "^3.0.1",
"fetch-har": "^11.1.1",
"framer-motion": "^12.6.3",
"lodash": "^4.17.21",
"mixpanel-browser": "^2.62.0",
"motion": "^12.6.2",
"mixpanel-browser": "^2.63.0",
"motion": "^12.6.3",
"next": "^14.2.26",
"next-seo": "^6.6.0",
"next-sitemap": "^4.2.3",
Expand All @@ -50,11 +51,11 @@
"@types/lodash": "^4.17.16",
"@types/mdast": "^4.0.4",
"@types/mixpanel-browser": "^2.54.0",
"@types/node": "^22.13.14",
"@types/node": "^22.14.0",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.5",
"@types/react-dom": "^18.3.6",
"autoprefixer": "^10.4.21",
"fast-xml-parser": "^5.0.9",
"fast-xml-parser": "^5.1.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"tsup": "^8.4.0",
Expand Down
Loading