Skip to content

Commit

Permalink
feat: refactor client and improve design (thedevs-network#260)
Browse files Browse the repository at this point in the history
* refactor: (wip)

* refactor: finish settings, add icons and stuff

* 🐬

* 🐬

* 2.2.0
  • Loading branch information
poeti8 authored Jan 2, 2020
1 parent 362aa10 commit 4680a0d
Show file tree
Hide file tree
Showing 195 changed files with 7,960 additions and 8,338 deletions.
10 changes: 9 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"presets": ["next/babel", "@zeit/next-typescript/babel"],
"plugins": [["styled-components", { "ssr": true, "displayName": true, "preprocess": false }]]
"plugins": [
[
"styled-components",
{ "ssr": true, "displayName": true, "preprocess": false }
],
"inline-react-svg",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-proposal-nullish-coalescing-operator"
]
}
6 changes: 3 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.server.json",
"project": ["./tsconfig.server.json", "./client/tsconfig.json"]
},
"plugins": ["@typescript-eslint"],
"rules": {
Expand Down Expand Up @@ -39,5 +39,5 @@
"react": {
"version": "detect"
}
},
}
}
}
2 changes: 1 addition & 1 deletion .example.env
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ MAIL_FROM=
MAIL_PASSWORD=

# The email address that will receive submitted reports.
REPORT_MAIL=
REPORT_EMAIL=

# Support email to show on the app
CONTACT_EMAIL=
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"useTabs": false,
"tabWidth": 2,
"trailingComma": "none",
"singleQuote": false,
"printWidth": 80,
"endOfLine": "lf"
}
172 changes: 0 additions & 172 deletions client/actions/__test__/auth.js

This file was deleted.

176 changes: 0 additions & 176 deletions client/actions/__test__/settings.js

This file was deleted.

Loading

0 comments on commit 4680a0d

Please sign in to comment.