Skip to content

Commit 56f558f

Browse files
authored
Merge pull request #8702 from ethereum/dev
Deploy v6.10.1
2 parents 35da445 + 3d32135 commit 56f558f

File tree

108 files changed

+2473
-1124
lines changed

Some content is hidden

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

108 files changed

+2473
-1124
lines changed

.all-contributorsrc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9635,6 +9635,33 @@
96359635
"contributions": [
96369636
"doc"
96379637
]
9638+
},
9639+
{
9640+
"login": "nocibambi",
9641+
"name": "András Novoszáth",
9642+
"avatar_url": "https://avatars.githubusercontent.com/u/8539674?v=4",
9643+
"profile": "https://www.linkedin.com/in/andrasnovoszath/",
9644+
"contributions": [
9645+
"doc"
9646+
]
9647+
},
9648+
{
9649+
"login": "SahilAujla",
9650+
"name": "Sahil Aujla",
9651+
"avatar_url": "https://avatars.githubusercontent.com/u/83442423?v=4",
9652+
"profile": "http://sahilaujla.com",
9653+
"contributions": [
9654+
"doc"
9655+
]
9656+
},
9657+
{
9658+
"login": "ritave",
9659+
"name": "Olaf Tomalka",
9660+
"avatar_url": "https://avatars.githubusercontent.com/u/1614945?v=4",
9661+
"profile": "https://github.com/ritave",
9662+
"contributions": [
9663+
"doc"
9664+
]
96389665
}
96399666
],
96409667
"contributorsPerLine": 7,

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,11 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
15141514
<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>
15151515
<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>
15161516
<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>
1517+
<td align="center"><a href="https://www.linkedin.com/in/andrasnovoszath/"><img src="https://avatars.githubusercontent.com/u/8539674?v=4?s=100" width="100px;" alt="András Novoszáth"/><br /><sub><b>András Novoszáth</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=nocibambi" title="Documentation">📖</a></td>
1518+
</tr>
1519+
<tr>
1520+
<td align="center"><a href="http://sahilaujla.com"><img src="https://avatars.githubusercontent.com/u/83442423?v=4?s=100" width="100px;" alt="Sahil Aujla"/><br /><sub><b>Sahil Aujla</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=SahilAujla" title="Documentation">📖</a></td>
1521+
<td align="center"><a href="https://github.com/ritave"><img src="https://avatars.githubusercontent.com/u/1614945?v=4?s=100" width="100px;" alt="Olaf Tomalka"/><br /><sub><b>Olaf Tomalka</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=ritave" title="Documentation">📖</a></td>
15171522
</tr>
15181523
</tbody>
15191524
</table>

i18n/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,14 @@
343343
"langDir": "ltr",
344344
"dateFormat": "MM/DD/YYYY"
345345
},
346+
{
347+
"code": "ta",
348+
"hrefLang": "ta",
349+
"name": "Tamil",
350+
"localName": "தமிழ்",
351+
"langDir": "ltr",
352+
"dateFormat": "MM/DD/YYYY"
353+
},
346354
{
347355
"code": "th",
348356
"hrefLang": "th",

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.10.0",
3+
"version": "6.10.1",
44
"description": "Website of ethereum.org",
55
"main": "index.js",
66
"repository": "[email protected]:ethereum/ethereum-org-website.git",

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ const styles = {
6262
"li > p": {
6363
"margin-bottom": "calc(1.45rem / 2)",
6464
},
65-
// YouTube embeds
66-
iframe: {
67-
display: "block",
68-
maxWidth: "560px",
69-
margin: "32px 0",
70-
},
7165
// should be replace by the usage of https://chakra-ui.com/docs/components/heading
7266
// also, the media queries defined on each of these heading tags are bearly used
7367
"h1,h2,h3,h4,h5,h6": {
977 Bytes
Loading
-5.27 KB
Loading

src/components/DocLink.tsx

Lines changed: 60 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
import React from "react"
2-
import { Icon, Box, Text, Flex, LinkBox, LinkOverlay } from "@chakra-ui/react"
2+
import {
3+
Icon,
4+
Box,
5+
Text,
6+
Flex,
7+
LinkBox,
8+
LinkOverlay,
9+
useToken,
10+
} from "@chakra-ui/react"
311
import { AiOutlineArrowRight } from "react-icons/ai"
412
import Emoji from "./Emoji"
513
import Link from "./Link"
@@ -11,62 +19,60 @@ export interface IProps {
1119
}
1220

1321
const DocLink: React.FC<IProps> = ({ to, children, isExternal = false }) => {
22+
const linkBoxShadowColor = useToken("colors", "primary")
23+
1424
return (
15-
<LinkBox>
16-
<Box
17-
padding={4}
18-
borderRadius="sm"
19-
color="text"
20-
border="1px"
21-
borderStyle="solid"
22-
borderColor="border"
23-
_hover={{
24-
background: "tableBackgroundHover",
25-
borderRadius: "base",
26-
boxShadow: "0 0 1px var(--eth-colors-primary)",
27-
}}
28-
role="group"
25+
<LinkBox
26+
padding={4}
27+
borderRadius="sm"
28+
color="text"
29+
border="1px"
30+
borderStyle="solid"
31+
borderColor="border"
32+
_hover={{
33+
background: "tableBackgroundHover",
34+
borderRadius: "base",
35+
boxShadow: `0 0 1px ${linkBoxShadowColor}`,
36+
}}
37+
>
38+
<Flex
39+
zIndex={1}
40+
display="flex"
41+
flexDirection="row"
42+
flex={1}
43+
justifyContent="space-between"
2944
>
30-
<Flex
31-
position="relative"
32-
zIndex={1}
33-
display="flex"
34-
flexDirection="row"
35-
flex={1}
36-
justifyContent="space-between"
37-
>
38-
<Flex align="center">
39-
<Emoji fontSize="md" mr={4} text=":page_with_curl:" />
40-
</Flex>
41-
<Box flex={1} flexDirection="column">
42-
<LinkOverlay
43-
href={to}
44-
as={Link}
45-
isExternal={isExternal}
46-
textDecoration="none"
47-
_hover={{ textDecoration: "none" }}
48-
hideArrow
49-
>
50-
<Text color="text300" fontWeight="semibold" margin={0}>
51-
{children}
52-
</Text>
53-
</LinkOverlay>
54-
</Box>
55-
<Icon
56-
as={AiOutlineArrowRight}
57-
alignSelf="center"
58-
minWidth="2rem"
59-
boxSize={6}
60-
marginX={6}
61-
_groupHover={{
62-
fill: "primary",
63-
transition: "transform 0.1s",
64-
transform: "scale(1.2)",
65-
rotate: isExternal ? "-45deg" : "0",
66-
}}
67-
/>
45+
<Flex align="center">
46+
<Emoji fontSize="md" mr={4} text=":page_with_curl:" />
6847
</Flex>
69-
</Box>
48+
<Box flex={1} flexDirection="column">
49+
<LinkOverlay
50+
href={to}
51+
as={Link}
52+
isExternal={isExternal}
53+
textDecoration="none"
54+
_hover={{ textDecoration: "none" }}
55+
hideArrow
56+
>
57+
<Text color="text300" fontWeight="semibold" margin={0}>
58+
{children}
59+
</Text>
60+
</LinkOverlay>
61+
</Box>
62+
<Icon
63+
as={AiOutlineArrowRight}
64+
alignSelf="center"
65+
minWidth={8}
66+
boxSize={6}
67+
marginX={6}
68+
_groupHover={{
69+
fill: "primary",
70+
transition: "transform 0.1s",
71+
transform: "scale(1.2)",
72+
rotate: isExternal ? "-45deg" : "0",
73+
}}
74+
/>
75+
</Flex>
7076
</LinkBox>
7177
)
7278
}

0 commit comments

Comments
 (0)