Skip to content
This repository was archived by the owner on Jan 23, 2018. It is now read-only.

Commit 9a9b725

Browse files
authored
Merge pull request #1 from paritytech/am-new-design
New Design
2 parents 397de28 + 36e8320 commit 9a9b725

File tree

106 files changed

+11789
-15711
lines changed

Some content is hidden

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

106 files changed

+11789
-15711
lines changed

.babelrc

-21
This file was deleted.

.editorconfig

-10
This file was deleted.

.eslintrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "react-app"
3+
}

.eslintrc.json

-33
This file was deleted.

.gitignore

+16-56
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,21 @@
1-
.build
2-
.happypack
1+
# See https://help.github.com/ignore-files/ for more about ignoring files.
32

4-
# Logs
5-
logs
6-
*.log
7-
npm-debug.log*
8-
yarn-debug.log*
9-
yarn-error.log*
10-
11-
# Runtime data
12-
pids
13-
*.pid
14-
*.seed
15-
*.pid.lock
16-
17-
# Directory for instrumented libs generated by jscoverage/JSCover
18-
lib-cov
19-
20-
# Coverage directory used by tools like istanbul
21-
coverage
22-
23-
# nyc test coverage
24-
.nyc_output
25-
26-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
27-
.grunt
28-
29-
# Bower dependency directory (https://bower.io/)
30-
bower_components
3+
# dependencies
4+
/node_modules
315

32-
# node-waf configuration
33-
.lock-wscript
6+
# testing
7+
/coverage
348

35-
# Compiled binary addons (http://nodejs.org/api/addons.html)
36-
build/Release
9+
# production
10+
/build
3711

38-
# Dependency directories
39-
node_modules/
40-
jspm_packages/
12+
# misc
13+
.DS_Store
14+
.env.local
15+
.env.development.local
16+
.env.test.local
17+
.env.production.local
4118

42-
# Typescript v1 declaration files
43-
typings/
44-
45-
# Optional npm cache directory
46-
.npm
47-
48-
# Optional eslint cache
49-
.eslintcache
50-
51-
# Optional REPL history
52-
.node_repl_history
53-
54-
# Output of 'npm pack'
55-
*.tgz
56-
57-
# Yarn Integrity file
58-
.yarn-integrity
59-
60-
# dotenv environment variables file
61-
.env
19+
npm-debug.log*
20+
yarn-debug.log*
21+
yarn-error.log*

.stylelintrc.json

-8
This file was deleted.

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
language: node_js
22
node_js:
33
- "8"
4-
script:
5-
- npm run lint
6-
- npm run test
7-
- npm run build
4+
script: ./scripts/travis.sh

dist.css

-402
This file was deleted.

dist.css.map

-1
This file was deleted.

dist.js

-2
This file was deleted.

dist.js.map

-1
This file was deleted.
-771 Bytes
Binary file not shown.

dist/flags.9c74e172f8.png

-27.5 KB
Binary file not shown.

dist/icons.674f50d287.eot

-162 KB
Binary file not shown.

dist/icons.912ec66d75.svg

-2,671
This file was deleted.

dist/icons.af7ae505a9.woff2

-75.4 KB
Binary file not shown.

dist/icons.b06871f281.ttf

-162 KB
Binary file not shown.

dist/icons.fee66e712a.woff

-95.7 KB
Binary file not shown.

dist/unknown-64x64.47a5c5b596.png

-2.2 KB
Binary file not shown.

dist/unknown.09a220f1d3.svg

-4
This file was deleted.

icon.png

18.6 KB
Loading

index.html

-32
This file was deleted.

manifest.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"id": "dapp-status",
3-
"name": "dapp-status",
4-
"description": "Dapp for Parity",
3+
"name": "Node Status",
4+
"description": "Check the status of your Parity node",
55
"author": "Parity Team <[email protected]>",
6-
"version": "1.99.99",
7-
"iconUrl": ""
6+
"version": "VERSION",
7+
"iconUrl": "icon.png",
8+
"localUrl": "http://localhost:3001"
89
}

0 commit comments

Comments
 (0)