Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
e0edc11
Main home component - for returning visitors after being signed in
kenitohenry Mar 5, 2018
d901166
login and updated Navigation
kenitohenry Mar 8, 2018
20d0f6d
login and sign up pages finished
kenitohenry Mar 12, 2018
829aab4
Merge pull request #24 from chingu-voyage4/Navigation-navbar
blarzHernandez Mar 12, 2018
5cfbd7f
routes set them
Mar 12, 2018
86524f8
fix class to cclassName property
Mar 13, 2018
4c9fb08
logo trellogeck svg
Mar 13, 2018
5525989
added bootstrap, sidebar component
Philness Mar 14, 2018
46b3203
added css to search input
Philness Mar 16, 2018
437b5fd
Merge pull request #26 from chingu-voyage4/sidebar
blarzHernandez Mar 16, 2018
38813c7
Update package.json
blarzHernandez Mar 16, 2018
b43a81b
login method added
blarzHernandez Mar 20, 2018
9da6169
postintall
blarzHernandez Mar 20, 2018
ff537d4
postintall
blarzHernandez Mar 20, 2018
4622175
postintall
blarzHernandez Mar 20, 2018
c4ed59c
postintall
blarzHernandez Mar 20, 2018
fd71a15
postintall
blarzHernandez Mar 20, 2018
7467f19
postintall
blarzHernandez Mar 20, 2018
a7c9e60
postintall
blarzHernandez Mar 20, 2018
2734193
postintall
blarzHernandez Mar 20, 2018
88e56d6
signUp method added
blarzHernandez Mar 21, 2018
758c506
fix error messages
blarzHernandez Mar 21, 2018
319099b
initial commit of the new gecko Project
kenitohenry Mar 22, 2018
be88fb6
adjusted file names and created new files for boards
kenitohenry Mar 24, 2018
0683f80
same as last
kenitohenry Mar 24, 2018
df6a152
Boards button: on hover noy implemented as yet
kenitohenry Mar 24, 2018
1066b48
Boards button now displays a Menu when hovered
kenitohenry Mar 24, 2018
a58da75
popups added to the plus icon in navbar
kenitohenry Mar 25, 2018
3d1be70
merged with api should work
kenitohenry Mar 28, 2018
307660b
also to be merged is the navbar and sign up
kenitohenry Mar 28, 2018
c958b46
new changes to the packages
kenitohenry Mar 29, 2018
100e42c
fix login and dashboard component
blarzHernandez Apr 16, 2018
baaae67
postinstall script added
blarzHernandez Apr 16, 2018
881a3c7
build folder allow it
blarzHernandez Apr 16, 2018
99bcd16
styles
blarzHernandez Apr 16, 2018
b4c1f37
styles
blarzHernandez Apr 16, 2018
fe76cd3
styles
blarzHernandez Apr 16, 2018
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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
/coverage

# production
/build

# misc
.DS_Store
Expand Down
12 changes: 12 additions & 0 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"main.css": "static/css/main.2060df37.css",
"main.css.map": "static/css/main.2060df37.css.map",
"main.js": "static/js/main.af8e5cfb.js",
"main.js.map": "static/js/main.af8e5cfb.js.map",
"static\\media\\glyphicons-halflings-regular.eot": "static/media/glyphicons-halflings-regular.f4769f9b.eot",
"static\\media\\glyphicons-halflings-regular.svg": "static/media/glyphicons-halflings-regular.89889688.svg",
"static\\media\\glyphicons-halflings-regular.ttf": "static/media/glyphicons-halflings-regular.e18bbf61.ttf",
"static\\media\\glyphicons-halflings-regular.woff": "static/media/glyphicons-halflings-regular.fa277232.woff",
"static\\media\\glyphicons-halflings-regular.woff2": "static/media/glyphicons-halflings-regular.448c34a5.woff2",
"static\\media\\logo.svg": "static/media/logo.4a062660.svg"
}
Binary file added build/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/manifest.json"><link rel="shortcut icon" href="/favicon.ico"><link href="https://fonts.googleapis.com/css?family=Damion" rel="stylesheet"><title>React App</title><link href="/static/css/main.2060df37.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/static/js/main.af8e5cfb.js"></script></body></html>
15 changes: 15 additions & 0 deletions build/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
1 change: 1 addition & 0 deletions build/service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions build/static/css/main.2060df37.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/css/main.2060df37.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions build/static/js/main.af8e5cfb.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/js/main.af8e5cfb.js.map

Large diffs are not rendered by default.

Binary file not shown.
Loading