Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Material ui #81

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
6ca3f1d
Initial commit
cangoektas Nov 25, 2018
1a4a0c7
Rename app to app-final
cangoektas Dec 1, 2018
6afece0
Make app prettier
cangoektas Dec 1, 2018
32c6eed
Add app directory
cangoektas Dec 2, 2018
c6386e8
Use App.js from the tutorial
cangoektas Dec 3, 2018
742bfbd
initial
zwhitchcox Feb 2, 2019
67b349c
pages skeleton
zwhitchcox Feb 2, 2019
47c5bde
deploy
zwhitchcox Feb 8, 2019
74f83ed
project name on windows
zwhitchcox Feb 8, 2019
9bf0161
proj name replace
zwhitchcox Feb 8, 2019
b8f80f0
doat
zwhitchcox Feb 8, 2019
41c37b3
remove stuff from hep
zwhitchcox Feb 9, 2019
944f040
style
zwhitchcox Feb 26, 2019
69b75a3
eggshell
zwhitchcox Mar 27, 2019
038234b
port and delete-old
zwhitchcox Mar 27, 2019
a69e2e2
conflicts
zwhitchcox Mar 27, 2019
956356d
dist folder
zwhitchcox Mar 27, 2019
e0e4ef8
delete hello
zwhitchcox Mar 27, 2019
6c2207a
Add new directory
zwhitchcox Mar 27, 2019
ba7ab68
set docker path
zwhitchcox Mar 27, 2019
0fcb4bc
set docker path
zwhitchcox Mar 27, 2019
c9e5489
staging and prod
zwhitchcox Mar 27, 2019
accb043
??
zwhitchcox Mar 28, 2019
fc1eb54
move webpack config
zwhitchcox Mar 29, 2019
a0b4509
form
zwhitchcox Mar 29, 2019
604cc1e
sample
zwhitchcox Mar 29, 2019
05a4cb3
Form Red Label
zwhitchcox Mar 29, 2019
ca239ce
Server restarts automatically on change
zwhitchcox Mar 29, 2019
3c5aa9b
react-router
zwhitchcox Mar 29, 2019
062e0f4
SPA
zwhitchcox Mar 29, 2019
f7f1879
change name
zwhitchcox Mar 29, 2019
3485b27
remove terser
zwhitchcox Mar 30, 2019
8ef88a1
remove all files
zwhitchcox Apr 1, 2019
17258ac
Merge branch 'master' of https://github.com/cangoektas/prisma-react-f…
zwhitchcox Apr 1, 2019
51e3e82
basic app
zwhitchcox Apr 1, 2019
b0ed4c4
React Router
zwhitchcox Apr 1, 2019
90ecbe0
???
zwhitchcox Apr 6, 2019
f632db1
switch to hooks
zwhitchcox Apr 6, 2019
ab9bca0
more hooks
zwhitchcox Apr 6, 2019
bd4f871
switch back to default
zwhitchcox Apr 6, 2019
805b8b9
hackernews
zwhitchcox Apr 6, 2019
8f5b537
sign in and sign up moved to material-ui
zwhitchcox Apr 7, 2019
58b3446
navbar material ui
zwhitchcox Apr 7, 2019
2dcaa84
navbar sign in/out/up material-ui
zwhitchcox Apr 7, 2019
839d0ab
material-ui list
zwhitchcox Apr 7, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
node_modules
.pnp
.pnp.js
/server/node_modules
.graphcoolrc

# testing
coverage
/coverage

# production
build
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
project.graphcool

# webstorm
.idea
graphql.config.json
graphql.schema.json

npm-debug.log*
yarn-debug.log*
yarn-error.log*

.vscode
2 changes: 0 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
".vscode": true,
"app\\node_modules": true,
"server\\yarn.lock": true,
"app\\yarn.lock": true,
"app-final\\yarn.lock": true,
"server\\node_modules": true
}
}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
TODO: Add install and usage instructions
27 changes: 0 additions & 27 deletions app/package.json

This file was deleted.

Binary file removed app/public/favicon.ico
Binary file not shown.
40 changes: 0 additions & 40 deletions app/public/index.html

This file was deleted.

15 changes: 0 additions & 15 deletions app/public/manifest.json

This file was deleted.

Empty file removed app/src/App.css
Empty file.
48 changes: 0 additions & 48 deletions app/src/App.js

This file was deleted.

14 changes: 0 additions & 14 deletions app/src/index.css

This file was deleted.

6 changes: 0 additions & 6 deletions app/src/index.js

This file was deleted.

7 changes: 0 additions & 7 deletions app/src/pages/About.js

This file was deleted.

7 changes: 0 additions & 7 deletions app/src/pages/Home.js

This file was deleted.

66 changes: 0 additions & 66 deletions app/src/pages/Mutation.js

This file was deleted.

71 changes: 0 additions & 71 deletions app/src/pages/Query.js

This file was deleted.

13 changes: 0 additions & 13 deletions app/src/pages/SignIn.js

This file was deleted.

14 changes: 0 additions & 14 deletions app/src/pages/SignUp.js

This file was deleted.

Empty file removed app/src/pages/Todo.css
Empty file.
Loading