This commit is contained in:
Dmitriy Shishkov 2020-07-06 21:01:46 +05:00
parent 46e7083302
commit 85c74271c0
28 changed files with 29 additions and 0 deletions

1
.gitignore vendored Normal file → Executable file
View File

@ -21,3 +21,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock

0
README.md Normal file → Executable file
View File

1
package.json Normal file → Executable file
View File

@ -6,6 +6,7 @@
"@apollo/react-hooks": "^3.1.5",
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",

0
public/favicon.ico Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

0
public/index.html Normal file → Executable file
View File

0
public/logo192.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

0
public/logo512.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

0
public/manifest.json Normal file → Executable file
View File

0
public/robots.txt Normal file → Executable file
View File

0
src/components/App/index.tsx Normal file → Executable file
View File

0
src/components/ListNotes/index.tsx Normal file → Executable file
View File

0
src/components/LoginForm/index.tsx Normal file → Executable file
View File

0
src/components/Navbar/index.tsx Normal file → Executable file
View File

0
src/components/Search/index.tsx Normal file → Executable file
View File

0
src/components/Search/styles.css Normal file → Executable file
View File

0
src/components/TopBar/index.tsx Normal file → Executable file
View File

0
src/components/userDialog/index.tsx Normal file → Executable file
View File

0
src/graphql/index.ts Normal file → Executable file
View File

0
src/graphql/mutations.ts Normal file → Executable file
View File

0
src/graphql/queries.ts Normal file → Executable file
View File

0
src/index.tsx Normal file → Executable file
View File

0
src/react-app-env.d.ts vendored Normal file → Executable file
View File

0
src/styles.ts Normal file → Executable file
View File

0
src/theme.ts Normal file → Executable file
View File

0
src/utils/router.tsx Normal file → Executable file
View File

0
src/utils/store.ts Normal file → Executable file
View File

0
tsconfig.json Normal file → Executable file
View File

27
yarn.lock Normal file → Executable file
View File

@ -1287,6 +1287,28 @@
loose-envify "^1.4.0"
prop-types "^15.6.2"
"@material-ui/styles@^4.10.0":
version "4.10.0"
resolved "https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.10.0.tgz#2406dc23aa358217aa8cc772e6237bd7f0544071"
integrity sha512-XPwiVTpd3rlnbfrgtEJ1eJJdFCXZkHxy8TrdieaTvwxNYj42VnnCyFzxYeNW9Lhj4V1oD8YtQ6S5Gie7bZDf7Q==
dependencies:
"@babel/runtime" "^7.4.4"
"@emotion/hash" "^0.8.0"
"@material-ui/types" "^5.1.0"
"@material-ui/utils" "^4.9.6"
clsx "^1.0.4"
csstype "^2.5.2"
hoist-non-react-statics "^3.3.2"
jss "^10.0.3"
jss-plugin-camel-case "^10.0.3"
jss-plugin-default-unit "^10.0.3"
jss-plugin-global "^10.0.3"
jss-plugin-nested "^10.0.3"
jss-plugin-props-sort "^10.0.3"
jss-plugin-rule-value-function "^10.0.3"
jss-plugin-vendor-prefixer "^10.0.3"
prop-types "^15.7.2"
"@material-ui/styles@^4.9.10":
version "4.9.10"
resolved "https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.9.10.tgz#182ccdd0bc8525a459486499bbaebcd92b0db3ab"
@ -1323,6 +1345,11 @@
resolved "https://registry.yarnpkg.com/@material-ui/types/-/types-5.0.1.tgz#c4954063cdc196eb327ee62c041368b1aebb6d61"
integrity sha512-wURPSY7/3+MAtng3i26g+WKwwNE3HEeqa/trDBR5+zWKmcjO+u9t7Npu/J1r+3dmIa/OeziN9D/18IrBKvKffw==
"@material-ui/types@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@material-ui/types/-/types-5.1.0.tgz#efa1c7a0b0eaa4c7c87ac0390445f0f88b0d88f2"
integrity sha512-7cqRjrY50b8QzRSYyhSpx4WRw2YuO0KKIGQEVk5J8uoz2BanawykgZGoWEqKm7pVIbzFDN0SpPcVV4IhOFkl8A==
"@material-ui/utils@^4.9.12", "@material-ui/utils@^4.9.6":
version "4.9.12"
resolved "https://registry.yarnpkg.com/@material-ui/utils/-/utils-4.9.12.tgz#0d639f1c1ed83fffb2ae10c21d15a938795d9e65"