diff --git a/.eslintignore b/.eslintignore index 4c61c532..ed78077c 100755 --- a/.eslintignore +++ b/.eslintignore @@ -7,3 +7,4 @@ node_modules/** bower_components/** build/** webpack/** +src/redux/** diff --git a/.eslintrc.json b/.eslintrc.json index fddd4bf5..d407d503 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,33 +1,33 @@ { - "extends": ["eslint:recommended", "google"], - "parserOptions": { - "ecmaVersion": 6 - }, - "env": { - "browser": true - }, - "plugins": [ - "html" - ], - "rules": { - "brace-style": "off", - "new-cap": ["error", { "capIsNewExceptions": ["Polymer"] }], - "no-var": "off", - "max-len": "off", - "require-jsdoc": "off" - }, - "globals": { - "Polymer": true, - "Promise": true, - "webpack": true, - "pbkdf2Sync": true, - "lightwallet": true, - "require": true, - "io": true, - "Redux": true, - "ReduxMixin": true, - "PolymerRedux": true, - "socket": true, - "abi": true - } -} + "extends": ["eslint:recommended"], + "parserOptions": { + "ecmaVersion": 2017 + }, + "env": { + "browser": true + }, + "plugins": ["html"], + "rules": { + "brace-style": "off", + "new-cap": ["error", { "capIsNewExceptions": ["Polymer"] }], + "no-var": "off", + "max-len": "off", + "require-jsdoc": "off" + }, + "globals": { + "Polymer": true, + "Promise": true, + "webpack": true, + "pbkdf2Sync": true, + "lightwallet": true, + "require": true, + "io": true, + "Redux": true, + "ReduxMixin": true, + "PolymerRedux": true, + "socket": true, + "abi": true, + "SwarmCity": true, + "AppStore": true + } +} \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index ecc08381..d1d4cadb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,5 @@ install: - npm install - npm install -g polymer-cli - polymer install -before_script: - - npm run lint script: - npm run build diff --git a/bower.json b/bower.json index 9a93ce48..dc686158 100644 --- a/bower.json +++ b/bower.json @@ -22,7 +22,6 @@ "iron-selector": "^2.1.0", "paper-icon-button": "^2.2.0", "web-animations-js": "^2.3.1", - "iron-a11y-keys": "^2.1.2", "paper-checkbox": "^2.0.4" }, "resolutions": { diff --git a/images/defaultavatar-old.png b/images/defaultavatar-old.png new file mode 100755 index 00000000..87d4b341 Binary files /dev/null and b/images/defaultavatar-old.png differ diff --git a/images/defaultavatar.png b/images/defaultavatar.png old mode 100755 new mode 100644 index 87d4b341..3e8db29b Binary files a/images/defaultavatar.png and b/images/defaultavatar.png differ diff --git a/images/social_facebook.png b/images/social_facebook.png new file mode 100644 index 00000000..648a15cc Binary files /dev/null and b/images/social_facebook.png differ diff --git a/images/social_github.png b/images/social_github.png new file mode 100644 index 00000000..329d602d Binary files /dev/null and b/images/social_github.png differ diff --git a/images/social_medium.png b/images/social_medium.png new file mode 100644 index 00000000..7c040168 Binary files /dev/null and b/images/social_medium.png differ diff --git a/images/social_riot.png b/images/social_riot.png new file mode 100644 index 00000000..7a027dc7 Binary files /dev/null and b/images/social_riot.png differ diff --git a/images/social_slack.png b/images/social_slack.png new file mode 100644 index 00000000..e2e643e1 Binary files /dev/null and b/images/social_slack.png differ diff --git a/images/social_twitter.png b/images/social_twitter.png new file mode 100644 index 00000000..77f5b2d4 Binary files /dev/null and b/images/social_twitter.png differ diff --git a/images/social_youtube.png b/images/social_youtube.png new file mode 100644 index 00000000..5ff42800 Binary files /dev/null and b/images/social_youtube.png differ diff --git a/index.html b/index.html index 4289d29b..7e202f9b 100644 --- a/index.html +++ b/index.html @@ -1,79 +1,92 @@ -
- - -