aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/assets/yarn.lock
Commit message (Collapse)AuthorAgeFilesLines
* dashboard: update yarn.lock (#19697)Kurkó Mihály2019-06-121-933/+864
|
* dashboard: fix deprecated or problematic dependencies (#19271)Kurkó Mihály2019-03-181-1472/+1617
| | | | | | * dashboard: fix github alerts * dashboard: run go generate
* dashboard, p2p, vendor: visualize peers (#19247)Kurkó Mihály2019-03-131-2536/+3278
| | | | | | * dashboard, p2p: visualize peers * dashboard: change scale to green to red
* dashboard: fix CSS, escape special HTML chars, clean up code (#17167)Kurkó Mihály2018-07-161-1/+1
| | | | | | | | * dashboard: fix CSS, escape special HTML chars, clean up code * dashboard: change 0 to 1 * dashboard: add escape-html npm package
* cmd, dashboard, log: log collection and exploration (#17097)Kurkó Mihály2018-07-111-78/+117
| | | | | | | | | | | | * cmd, dashboard, internal, log, node: logging feature * cmd, dashboard, internal, log: requested changes * dashboard, vendor: gofmt, govendor, use vendored file watcher * dashboard, log: gofmt -s -w, goimports * dashboard, log: gosimple
* cmd, dashboard: use webpack dev server, remove custom assets (#16263)Kurkó Mihály2018-03-081-0/+6551
* cmd, dashboard: remove custom assets, webpack dev server * dashboard: yarn commands, small fixes