Refactor detail scene elements to single class

This commit is contained in:
Dennis Schoepf 2021-07-31 16:27:07 +02:00
parent 85214fad3f
commit d084511c6b
11 changed files with 162 additions and 335 deletions

View file

@ -4,19 +4,32 @@
"name": "block",
"path": "packages/block",
"size": 2450,
"contents": {
"contributors": [
{
"name": "Peter Dunne"
}
],
"legacy": [],
"packages": [
{
"name": "react"
}
]
}
"revealables": [
{
"type": "LEGACY",
"name": "trieNode",
"path": "src/trieNode.ts",
"contents": "This file is a bit long, you might want to take a clear look and refactor it. The contributors of this subpackage could help here. Try to reveal them to see their contact info.",
"url": "https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/trie/src/trieNode.ts",
"imageUrl": null
},
{
"type": "CONTRIBUTOR",
"name": "Holger Drewes (holgerd77)",
"path": null,
"contents": "This contributor has a lot of commits in this sub package, below you can find the contact information and a few commits from this repo.",
"url": "https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/trie/src/trieNode.ts",
"imageUrl": "https://avatars.githubusercontent.com/u/931137?v=4"
},
{
"type": "PACKAGE",
"name": "chalk",
"path": "https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/client/package.json",
"contents": "This package is used in this part of the project. Take a look at the documentation in order to make yourself familiar with it",
"url": "https://github.com/chalk/chalk",
"imageUrl": null
}
]
}
]
}