Skip to content

Commit b90df94

Browse files
Merge remote-tracking branch 'origin/dev' into build/chakra-cli
2 parents f5f9e57 + bc82348 commit b90df94

File tree

112 files changed

+597
-578
lines changed

Some content is hidden

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

112 files changed

+597
-578
lines changed

.all-contributorsrc

Lines changed: 94 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10750,7 +10750,8 @@
1075010750
"avatar_url": "https://avatars.githubusercontent.com/u/30328618?v=4",
1075110751
"profile": "https://www.darigovresearch.com/",
1075210752
"contributions": [
10753-
"content"
10753+
"content",
10754+
"bug"
1075410755
]
1075510756
},
1075610757
{
@@ -11681,6 +11682,98 @@
1168111682
"contributions": [
1168211683
"eventOrganizing"
1168311684
]
11685+
},
11686+
{
11687+
"login": "bhargavkakadiya",
11688+
"name": "Bhargav kakadiya",
11689+
"avatar_url": "https://avatars.githubusercontent.com/u/26486494?v=4",
11690+
"profile": "https://github.com/bhargavkakadiya",
11691+
"contributions": [
11692+
"bug"
11693+
]
11694+
},
11695+
{
11696+
"login": "ArtificialPB",
11697+
"name": "ArtificialPB",
11698+
"avatar_url": "https://avatars.githubusercontent.com/u/4672155?v=4",
11699+
"profile": "https://github.com/ArtificialPB",
11700+
"contributions": [
11701+
"tool"
11702+
]
11703+
},
11704+
{
11705+
"login": "Pedrojok01",
11706+
"name": "Pedrojok01",
11707+
"avatar_url": "https://avatars.githubusercontent.com/u/77141890?v=4",
11708+
"profile": "https://github.com/Pedrojok01",
11709+
"contributions": [
11710+
"maintenance"
11711+
]
11712+
},
11713+
{
11714+
"login": "Vid201",
11715+
"name": "Vid Kersic",
11716+
"avatar_url": "https://avatars.githubusercontent.com/u/38610409?v=4",
11717+
"profile": "https://github.com/Vid201",
11718+
"contributions": [
11719+
"tool"
11720+
]
11721+
},
11722+
{
11723+
"login": "futantan",
11724+
"name": "Tantan Fu",
11725+
"avatar_url": "https://avatars.githubusercontent.com/u/6268441?v=4",
11726+
"profile": "http://www.futantan.com",
11727+
"contributions": [
11728+
"maintenance"
11729+
]
11730+
},
11731+
{
11732+
"login": "Dharmik79",
11733+
"name": "Dharmik Dholariya",
11734+
"avatar_url": "https://avatars.githubusercontent.com/u/61613931?v=4",
11735+
"profile": "https://dharmik79.github.io/portfolio.github.io/",
11736+
"contributions": [
11737+
"bug"
11738+
]
11739+
},
11740+
{
11741+
"login": "Destiner",
11742+
"name": "Timur Badretdinov",
11743+
"avatar_url": "https://avatars.githubusercontent.com/u/4247901?v=4",
11744+
"profile": "https://destiner.io",
11745+
"contributions": [
11746+
"tool"
11747+
]
11748+
},
11749+
{
11750+
"login": "finxter",
11751+
"name": "Finxter",
11752+
"avatar_url": "https://avatars.githubusercontent.com/u/57671493?v=4",
11753+
"profile": "https://blog.finxter.com/",
11754+
"contributions": [
11755+
"ideas"
11756+
]
11757+
},
11758+
{
11759+
"login": "croath",
11760+
"name": "Croath Liu",
11761+
"avatar_url": "https://avatars.githubusercontent.com/u/1398729?v=4",
11762+
"profile": "http://croath.com",
11763+
"contributions": [
11764+
"doc",
11765+
"code"
11766+
]
11767+
},
11768+
{
11769+
"login": "HayattiQ",
11770+
"name": "Hayatti",
11771+
"avatar_url": "https://avatars.githubusercontent.com/u/5105841?v=4",
11772+
"profile": "https://github.com/HayattiQ",
11773+
"contributions": [
11774+
"content",
11775+
"bug"
11776+
]
1168411777
}
1168511778
],
1168611779
"contributorsPerLine": 7,

.github/workflows/chromatic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- "src/pages/**/*"
1717
- "src/layouts/**/*"
1818
- "src/@chakra-ui/**/*"
19+
- ".storybook/**/*"
1920

2021
# List of jobs
2122
jobs:

.github/workflows/get-crowdin-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
6060
- name: Create Pull Request
6161
run: |
62-
gh auth login --with-token ${{ secrets.GITHUB_TOKEN }}
62+
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
6363
gh pr create --base dev --head "automated-update-${{ env.TIMESTAMP }}" --title "Update translation contributors from Crowdin - ${{ env.READABLE_DATE }}" --body-file pr_body.txt

.github/workflows/get-translation-progress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
6161
- name: Create Pull Request
6262
run: |
63-
gh auth login --with-token ${{ secrets.GITHUB_TOKEN }}
63+
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
6464
gh pr create --base dev --head "automated-update-${{ env.TIMESTAMP }}" --title "Update translation progress from Crowdin - ${{ env.READABLE_DATE }}" --body-file pr_body.txt

.github/workflows/import-community-events.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
5656
- name: Create Pull Request
5757
run: |
58-
gh auth login --with-token ${{ secrets.GITHUB_TOKEN }}
58+
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
5959
gh pr create --base dev --head "automated-update-${{ env.TIMESTAMP }}" --title "Update community events from external spreadsheet - ${{ env.READABLE_DATE }}" --body-file pr_body.txt

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
16621662
</tr>
16631663
<tr>
16641664
<td align="center" valign="top" width="14.28%"><a href="https://linkedin.com/in/muhammadaltabba"><img src="https://avatars.githubusercontent.com/u/24407834?v=4?s=100" width="100px;" alt="Muhammad Altabba"/><br /><sub><b>Muhammad Altabba</b></sub></a><br /><a href="#content-Muhammad-Altabba" title="Content">🖋</a></td>
1665-
<td align="center" valign="top" width="14.28%"><a href="https://www.darigovresearch.com/"><img src="https://avatars.githubusercontent.com/u/30328618?v=4?s=100" width="100px;" alt="Darigov Research"/><br /><sub><b>Darigov Research</b></sub></a><br /><a href="#content-darigovresearch" title="Content">🖋</a></td>
1665+
<td align="center" valign="top" width="14.28%"><a href="https://www.darigovresearch.com/"><img src="https://avatars.githubusercontent.com/u/30328618?v=4?s=100" width="100px;" alt="Darigov Research"/><br /><sub><b>Darigov Research</b></sub></a><br /><a href="#content-darigovresearch" title="Content">🖋</a> <a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3Adarigovresearch" title="Bug reports">🐛</a></td>
16661666
<td align="center" valign="top" width="14.28%"><a href="https://github.com/shubhusion"><img src="https://avatars.githubusercontent.com/u/96301987?v=4?s=100" width="100px;" alt="SHUBHAM SHARMA "/><br /><sub><b>SHUBHAM SHARMA </b></sub></a><br /><a href="#ideas-shubhusion" title="Ideas, Planning, & Feedback">🤔</a></td>
16671667
<td align="center" valign="top" width="14.28%"><a href="https://github.com/paulallensuxs"><img src="https://avatars.githubusercontent.com/u/114240091?v=4?s=100" width="100px;" alt="paulallensuxs"/><br /><sub><b>paulallensuxs</b></sub></a><br /><a href="#content-paulallensuxs" title="Content">🖋</a></td>
16681668
<td align="center" valign="top" width="14.28%"><a href="https://pseudomata.com"><img src="https://avatars.githubusercontent.com/u/132238190?v=4?s=100" width="100px;" alt="Pseudomata"/><br /><sub><b>Pseudomata</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=pseudomata" title="Code">💻</a></td>
@@ -1793,6 +1793,20 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
17931793
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nakmr"><img src="https://avatars.githubusercontent.com/u/145886319?v=4?s=100" width="100px;" alt="nace.kimura"/><br /><sub><b>nace.kimura</b></sub></a><br /><a href="#content-nakmr" title="Content">🖋</a></td>
17941794
<td align="center" valign="top" width="14.28%"><a href="https://github.com/WuRuiLei2023"><img src="https://avatars.githubusercontent.com/u/149141323?v=4?s=100" width="100px;" alt="WuRuiLei2023"/><br /><sub><b>WuRuiLei2023</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3AWuRuiLei2023" title="Bug reports">🐛</a></td>
17951795
<td align="center" valign="top" width="14.28%"><a href="http://www.edukids.cz"><img src="https://avatars.githubusercontent.com/u/6020891?v=4?s=100" width="100px;" alt="Radek"/><br /><sub><b>Radek</b></sub></a><br /><a href="#eventOrganizing-radeksvarz" title="Event Organizing">📋</a></td>
1796+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bhargavkakadiya"><img src="https://avatars.githubusercontent.com/u/26486494?v=4?s=100" width="100px;" alt="Bhargav kakadiya"/><br /><sub><b>Bhargav kakadiya</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3Abhargavkakadiya" title="Bug reports">🐛</a></td>
1797+
</tr>
1798+
<tr>
1799+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ArtificialPB"><img src="https://avatars.githubusercontent.com/u/4672155?v=4?s=100" width="100px;" alt="ArtificialPB"/><br /><sub><b>ArtificialPB</b></sub></a><br /><a href="#tool-ArtificialPB" title="Tools">🔧</a></td>
1800+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Pedrojok01"><img src="https://avatars.githubusercontent.com/u/77141890?v=4?s=100" width="100px;" alt="Pedrojok01"/><br /><sub><b>Pedrojok01</b></sub></a><br /><a href="#maintenance-Pedrojok01" title="Maintenance">🚧</a></td>
1801+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Vid201"><img src="https://avatars.githubusercontent.com/u/38610409?v=4?s=100" width="100px;" alt="Vid Kersic"/><br /><sub><b>Vid Kersic</b></sub></a><br /><a href="#tool-Vid201" title="Tools">🔧</a></td>
1802+
<td align="center" valign="top" width="14.28%"><a href="http://www.futantan.com"><img src="https://avatars.githubusercontent.com/u/6268441?v=4?s=100" width="100px;" alt="Tantan Fu"/><br /><sub><b>Tantan Fu</b></sub></a><br /><a href="#maintenance-futantan" title="Maintenance">🚧</a></td>
1803+
<td align="center" valign="top" width="14.28%"><a href="https://dharmik79.github.io/portfolio.github.io/"><img src="https://avatars.githubusercontent.com/u/61613931?v=4?s=100" width="100px;" alt="Dharmik Dholariya"/><br /><sub><b>Dharmik Dholariya</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3ADharmik79" title="Bug reports">🐛</a></td>
1804+
<td align="center" valign="top" width="14.28%"><a href="https://destiner.io"><img src="https://avatars.githubusercontent.com/u/4247901?v=4?s=100" width="100px;" alt="Timur Badretdinov"/><br /><sub><b>Timur Badretdinov</b></sub></a><br /><a href="#tool-Destiner" title="Tools">🔧</a></td>
1805+
<td align="center" valign="top" width="14.28%"><a href="https://blog.finxter.com/"><img src="https://avatars.githubusercontent.com/u/57671493?v=4?s=100" width="100px;" alt="Finxter"/><br /><sub><b>Finxter</b></sub></a><br /><a href="#ideas-finxter" title="Ideas, Planning, & Feedback">🤔</a></td>
1806+
</tr>
1807+
<tr>
1808+
<td align="center" valign="top" width="14.28%"><a href="http://croath.com"><img src="https://avatars.githubusercontent.com/u/1398729?v=4?s=100" width="100px;" alt="Croath Liu"/><br /><sub><b>Croath Liu</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=croath" title="Documentation">📖</a> <a href="https://github.com/ethereum/ethereum-org-website/commits?author=croath" title="Code">💻</a></td>
1809+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/HayattiQ"><img src="https://avatars.githubusercontent.com/u/5105841?v=4?s=100" width="100px;" alt="Hayatti"/><br /><sub><b>Hayatti</b></sub></a><br /><a href="#content-HayattiQ" title="Content">🖋</a> <a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3AHayattiQ" title="Bug reports">🐛</a></td>
17961810
</tr>
17971811
</tbody>
17981812
</table>

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": "8.4.0",
3+
"version": "8.5.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

public/_redirects

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,6 @@
174174

175175
/*/deprecated-software /:splat/dapps/ 301!
176176

177-
/*/languages /:splat/contributing/translation-program/ 301!
177+
/*/developers/docs/smart-contracts/languages/ /:splat/developers/docs/smart-contracts/languages/
178+
179+
/*/languages /:splat/developers/docs/programming-languages/ 301!

public/content/contributing/adding-wallets/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ As is the fluid nature of Ethereum, teams and products come and go and innovatio
6868
- ensure that all wallets and dapps listed still fulfil our criteria
6969
- verify there aren't products that have been suggested that meet more of our criteria than the ones currently listed
7070

71-
Ethereum.org is maintained by the open source community & we rely on the community to help keep this up to date. If you notice any information about listed wallets that needs to be updated, please [open an issue](https://github.com/ethereum/ethereum-org-website/issues/new?assignees=&labels=wallet+%3Apurse%3A&template=suggest_wallet.yaml) or [pull request](https://github.com/ethereum/ethereum-org-website/pulls)!
71+
ethereum.org is maintained by the open source community & we rely on the community to help keep this up to date. If you notice any information about listed wallets that needs to be updated, please [open an issue](https://github.com/ethereum/ethereum-org-website/issues/new?assignees=&labels=wallet+%3Apurse%3A&template=suggest_wallet.yaml) or [pull request](https://github.com/ethereum/ethereum-org-website/pulls)!
72+
7273

7374
## Terms of use {#terms-of-use}
7475

public/content/contributing/design/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lang: en
66

77
# Design contribution to ethereum.org {#design-contributions}
88

9-
Design is a critical component of any project, and by devoting your time and design skills to Ethereum.org, you can help to improve the user experience for our visitors. Contributing to an open-source project provides an opportunity to gain relevant experience and develop your skills in a collaborative environment. You will have the chance to work with other designers, developers, and community members, all of whom will have their own unique perspectives and insights.
9+
Design is a critical component of any project, and by devoting your time and design skills to ethereum.org, you can help to improve the user experience for our visitors. Contributing to an open-source project provides an opportunity to gain relevant experience and develop your skills in a collaborative environment. You will have the chance to work with other designers, developers, and community members, all of whom will have their own unique perspectives and insights.
1010

1111
Ultimately, this is a great way to build a diverse and impressive portfolio that showcases your design skills.
1212

@@ -30,7 +30,7 @@ Provide feedback on our website by:
3030

3131
### <Emoji text=":three:" size={1} /> &nbsp;Find design related issues on the website and report them {#report-design-issues}
3232

33-
Ethereum.org is a fast growing website with many features and content. Some of the UI can easily become obsolete or could be improved. If you encounter any such instance, please report it so that it gets our attention.
33+
ethereum.org is a fast growing website with many features and content. Some of the UI can easily become obsolete or could be improved. If you encounter any such instance, please report it so that it gets our attention.
3434

3535
1. Go through the website and pay attention to its design.
3636
2. Take screenshots and notes if you see any visual or UX issues.

0 commit comments

Comments
 (0)