dashboard: remove the dashboard (#20279)
This removes the dashboard project. The dashboard was an experimental browser UI for geth which displayed metrics and chain information in real time. We are removing it because it has marginal utility and nobody on the team can maintain it. Removing the dashboard removes a lot of dependency code and shaves 6 MB off the geth binary size.
Showing
- cmd/geth/config.go 7 additions, 17 deletionscmd/geth/config.go
- cmd/geth/main.go 1 addition, 13 deletionscmd/geth/main.go
- cmd/geth/usage.go 0 additions, 15 deletionscmd/geth/usage.go
- cmd/utils/flags.go 0 additions, 44 deletionscmd/utils/flags.go
- dashboard/README.md 0 additions, 58 deletionsdashboard/README.md
- dashboard/assets.go 0 additions, 39051 deletionsdashboard/assets.go
- dashboard/assets/.eslintignore 0 additions, 3 deletionsdashboard/assets/.eslintignore
- dashboard/assets/.eslintrc 0 additions, 81 deletionsdashboard/assets/.eslintrc
- dashboard/assets/.flowconfig 0 additions, 11 deletionsdashboard/assets/.flowconfig
- dashboard/assets/common.jsx 0 additions, 92 deletionsdashboard/assets/common.jsx
- dashboard/assets/components/Body.jsx 0 additions, 63 deletionsdashboard/assets/components/Body.jsx
- dashboard/assets/components/Chain.jsx 0 additions, 53 deletionsdashboard/assets/components/Chain.jsx
- dashboard/assets/components/ChartRow.jsx 0 additions, 57 deletionsdashboard/assets/components/ChartRow.jsx
- dashboard/assets/components/CustomTooltip.jsx 0 additions, 84 deletionsdashboard/assets/components/CustomTooltip.jsx
- dashboard/assets/components/Dashboard.jsx 0 additions, 268 deletionsdashboard/assets/components/Dashboard.jsx
- dashboard/assets/components/Footer.jsx 0 additions, 234 deletionsdashboard/assets/components/Footer.jsx
- dashboard/assets/components/Header.jsx 0 additions, 135 deletionsdashboard/assets/components/Header.jsx
- dashboard/assets/components/Logs.jsx 0 additions, 327 deletionsdashboard/assets/components/Logs.jsx
- dashboard/assets/components/Main.jsx 0 additions, 147 deletionsdashboard/assets/components/Main.jsx
- dashboard/assets/components/Network.jsx 0 additions, 858 deletionsdashboard/assets/components/Network.jsx
Loading
Please register or sign in to comment