Skip to content

Commit 74a53cd

Browse files
authored
Merge branch 'dev' into brokenLinkRemoval
2 parents c2d21d8 + 7b17904 commit 74a53cd

File tree

68 files changed

+15179
-13103
lines changed

Some content is hidden

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

68 files changed

+15179
-13103
lines changed

.all-contributorsrc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9599,6 +9599,42 @@
95999599
"contributions": [
96009600
"doc"
96019601
]
9602+
},
9603+
{
9604+
"login": "dgcoffman",
9605+
"name": "Daniel Coffman",
9606+
"avatar_url": "https://avatars.githubusercontent.com/u/1711204?v=4",
9607+
"profile": "http://dancoffman.com",
9608+
"contributions": [
9609+
"doc"
9610+
]
9611+
},
9612+
{
9613+
"login": "Amit0617",
9614+
"name": "AMIT KUMAR MISHRA",
9615+
"avatar_url": "https://avatars.githubusercontent.com/u/71893015?v=4",
9616+
"profile": "https://github.com/Amit0617",
9617+
"contributions": [
9618+
"doc"
9619+
]
9620+
},
9621+
{
9622+
"login": "Saksham010",
9623+
"name": "Saksham Thapa",
9624+
"avatar_url": "https://avatars.githubusercontent.com/u/56692835?v=4",
9625+
"profile": "https://github.com/Saksham010",
9626+
"contributions": [
9627+
"bug"
9628+
]
9629+
},
9630+
{
9631+
"login": "vjgaur",
9632+
"name": "Vijayendra Gaur",
9633+
"avatar_url": "https://avatars.githubusercontent.com/u/1871257?v=4",
9634+
"profile": "https://github.com/vjgaur",
9635+
"contributions": [
9636+
"doc"
9637+
]
96029638
}
96039639
],
96049640
"contributorsPerLine": 7,

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,6 +1510,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
15101510
<tr>
15111511
<td align="center"><a href="https://github.com/owenHwang"><img src="https://avatars.githubusercontent.com/u/112543777?v=4?s=100" width="100px;" alt="Owen Hwang"/><br /><sub><b>Owen Hwang</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=owenHwang" title="Documentation">📖</a></td>
15121512
<td align="center"><a href="https://github.com/florath"><img src="https://avatars.githubusercontent.com/u/11856543?v=4?s=100" width="100px;" alt="Andreas Florath"/><br /><sub><b>Andreas Florath</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=florath" title="Documentation">📖</a></td>
1513+
<td align="center"><a href="http://dancoffman.com"><img src="https://avatars.githubusercontent.com/u/1711204?v=4?s=100" width="100px;" alt="Daniel Coffman"/><br /><sub><b>Daniel Coffman</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=dgcoffman" title="Documentation">📖</a></td>
1514+
<td align="center"><a href="https://github.com/Amit0617"><img src="https://avatars.githubusercontent.com/u/71893015?v=4?s=100" width="100px;" alt="AMIT KUMAR MISHRA"/><br /><sub><b>AMIT KUMAR MISHRA</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=Amit0617" title="Documentation">📖</a></td>
1515+
<td align="center"><a href="https://github.com/Saksham010"><img src="https://avatars.githubusercontent.com/u/56692835?v=4?s=100" width="100px;" alt="Saksham Thapa"/><br /><sub><b>Saksham Thapa</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3ASaksham010" title="Bug reports">🐛</a></td>
1516+
<td align="center"><a href="https://github.com/vjgaur"><img src="https://avatars.githubusercontent.com/u/1871257?v=4?s=100" width="100px;" alt="Vijayendra Gaur"/><br /><sub><b>Vijayendra Gaur</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=vjgaur" title="Documentation">📖</a></td>
15131517
</tr>
15141518
</tbody>
15151519
</table>

docs/stack.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [Gatsby Docs](https://www.gatsbyjs.org/docs/)
1010
- [React](https://reactjs.org/) - A JavaScript library for building component-based user interfaces
1111
- [Typescript](https://www.typescriptlang.org/) - TypeScript is a strongly typed programming language that builds on JavaScript
12+
- [Chakra UI](https://chakra-ui.com/) - A UI library (Migration in progress)
1213
- [GraphQL](https://graphql.org/) - A query language for APIs
1314
- [Algolia](https://www.algolia.com/) - Site indexing, rapid intra-site search results, and search analytics. [Learn more on how we implement Algolia for site search](./docs/ALGOLIA_DOCSEARCH.md).
1415
- Primary implementation: `/src/components/Search/index.ts`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum-org-website",
3-
"version": "6.9.2",
3+
"version": "6.9.4",
44
"description": "Website of ethereum.org",
55
"main": "index.js",
66
"repository": "git@github.com:ethereum/ethereum-org-website.git",

src/@chakra-ui/gatsby-plugin/components/Button.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,17 @@ export const Button: ComponentStyleConfig = {
9090
color: "primary",
9191
borderColor: "primary",
9292
},
93+
icon: {
94+
appearance: "none",
95+
background: "inherit",
96+
padding: "initial",
97+
border: 0,
98+
color: "inherit",
99+
boxShadow: "none",
100+
_hover: {
101+
color: "primary",
102+
boxShadow: "none",
103+
},
104+
},
93105
},
94106
}

src/@chakra-ui/gatsby-plugin/styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ const styles = {
1919
bg: mode("white", "gray.700")(props),
2020
lineHeight: "1.6rem",
2121
},
22+
a: {
23+
color: "primary",
24+
textDecoration: "underline",
25+
},
2226
// should be replace with https://chakra-ui.com/docs/components/text
2327
p: {
2428
margin: "0px 0px 1.45rem",

src/assets/exchanges/ftx.png

-1.52 KB
Binary file not shown.

src/assets/feedback-glyph.svg

Lines changed: 3 additions & 3 deletions
Loading

src/components/CardList.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {
77
LinkBox,
88
LinkOverlay,
99
StackProps,
10+
useColorModeValue,
1011
} from "@chakra-ui/react"
1112

1213
import { ImageProp } from "../types"
@@ -50,6 +51,8 @@ const Card = (props: CardListItem & Omit<StackProps, "title" | "id">) => {
5051
const isLink = !!link
5152
const isExternal = url.isExternal(link || "")
5253

54+
const descriptionColor = useColorModeValue("gray.500", "gray.400")
55+
5356
return (
5457
<CardContainer {...rest}>
5558
{image && <Box as={GatsbyImage} image={image} alt={alt} minW="20px" />}
@@ -69,7 +72,7 @@ const Card = (props: CardListItem & Omit<StackProps, "title" | "id">) => {
6972
<Box>{title}</Box>
7073
)}
7174

72-
<Box fontSize="sm" mb={0} opacity={0.6}>
75+
<Box fontSize="sm" mb={0} color={descriptionColor}>
7376
{description}
7477
</Box>
7578
</Flex>

src/components/EthExchanges.tsx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ type ExchangeName =
154154
| "coinspot"
155155
| "cryptocom"
156156
| "easycrypto"
157-
| "ftx"
158-
| "ftxus"
159157
| "gateio"
160158
| "gemini"
161159
| "huobiglobal"
@@ -241,8 +239,6 @@ const EthExchanges = () => {
241239
country
242240
cryptocom
243241
easycrypto
244-
ftx
245-
ftxus
246242
gateio
247243
gemini
248244
huobiglobal
@@ -317,12 +313,6 @@ const EthExchanges = () => {
317313
easycrypto: file(relativePath: { eq: "exchanges/easycrypto.png" }) {
318314
...cardListImage
319315
}
320-
ftx: file(relativePath: { eq: "exchanges/ftx.png" }) {
321-
...cardListImage
322-
}
323-
ftxus: file(relativePath: { eq: "exchanges/ftx.png" }) {
324-
...cardListImage
325-
}
326316
gateio: file(relativePath: { eq: "exchanges/gateio.png" }) {
327317
...cardListImage
328318
}
@@ -462,18 +452,6 @@ const EthExchanges = () => {
462452
image: data.easycrypto,
463453
usaExceptions: [],
464454
},
465-
ftx: {
466-
name: "FTX",
467-
url: "https://ftx.com/",
468-
image: data.ftx,
469-
usaExceptions: [],
470-
},
471-
ftxus: {
472-
name: "FTX US",
473-
url: "https://ftx.us/",
474-
image: data.ftx,
475-
usaExceptions: ["NY"],
476-
},
477455
gateio: {
478456
name: "Gate.io",
479457
url: "https://www.gate.io/",

0 commit comments

Comments
 (0)