-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes lodash plugin and favicon not found issues mentioned in #22 * Default application name changed * Adds Unit tests for all components * Path constants used in `Navbar` * `auth` used in place of `account` in `Navbar` * Travis config updated to include caching `node_modules`
- Loading branch information
Showing
96 changed files
with
1,019 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...edux/dist/1.Login.33d24607f6387fbc29ee.js → ...edux/dist/1.Login.543b9eacffc9cfbb4dca.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...x/dist/2.Projects.ef8495eff7d7c4903e38.js → ...x/dist/2.Projects.43582f984ba4ec4be392.js
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...dux/dist/3.Signup.e873f98cdaa5d2cb6775.js → ...dux/dist/3.Signup.f7b49a237d04b6d99597.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ux/dist/4.Account.9d4bb109d0fa397f7e84.js → ...ux/dist/4.Account.c25309e1f2e368025a14.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...se-redux/dist/5.5.f7846c442e3650cf6ec8.js → ...se-redux/dist/5.5.a236a0605faf1fee390a.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ux/dist/7.Project.327095b3f3eb775feb29.js → ...ux/dist/7.Project.0bbabb77ad8716a772cc.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
81 changes: 0 additions & 81 deletions
81
examples/react-firebase-redux/dist/app.4da229b5056f9fec9a3c.js
This file was deleted.
Oops, something went wrong.
81 changes: 81 additions & 0 deletions
81
examples/react-firebase-redux/dist/app.e79a9d879071d061109e.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>react-firebase-redux</title><link rel="shortcut icon" href="/favicon.ico"><link href="/app.ad9b08128faa4dc1cc217aa79759e539.css" rel="stylesheet"></head><body><div id="root" style="height: 100%"></div><script type="text/javascript" src="/vendor.c40303bb23a7d3ee04b3.js"></script><script type="text/javascript" src="/app.4da229b5056f9fec9a3c.js"></script></body></html> | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>react-firebase-redux</title><link href="/app.ad9b08128faa4dc1cc217aa79759e539.css" rel="stylesheet"></head><body><div id="root" style="height: 100%"></div><script type="text/javascript" src="/vendor.9c9a6e8e6f10a065cde3.js"></script><script type="text/javascript" src="/app.e79a9d879071d061109e.js"></script></body></html> |
6 changes: 3 additions & 3 deletions
6
...redux/dist/vendor.c40303bb23a7d3ee04b3.js → ...redux/dist/vendor.9c9a6e8e6f10a065cde3.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
examples/react-firebase-redux/src/routes/Account/components/AccountForm/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import AccountForm from './AccountForm' | ||
|
||
export default AccountForm |
3 changes: 3 additions & 0 deletions
3
examples/react-firebase-redux/src/routes/Account/components/ProviderDataForm/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import ProviderDataForm from './ProviderDataForm' | ||
|
||
export default ProviderDataForm |
3 changes: 3 additions & 0 deletions
3
examples/react-firebase-redux/src/routes/Home/components/Home/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import Home from './Home' | ||
|
||
export default Home |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
examples/react-firebase-redux/src/routes/Login/components/LoginForm/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import LoginForm from './LoginForm' | ||
|
||
export default LoginForm |
3 changes: 3 additions & 0 deletions
3
examples/react-firebase-redux/src/routes/Projects/components/NewProjectDialog/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import NewProjectDialog from './NewProjectDialog' | ||
|
||
export default NewProjectDialog |
3 changes: 3 additions & 0 deletions
3
examples/react-firebase-redux/src/routes/Projects/components/NewProjectTile/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import NewProjectTile from './NewProjectTile' | ||
|
||
export default NewProjectTile |
3 changes: 3 additions & 0 deletions
3
examples/react-firebase-redux/src/routes/Projects/components/ProjectTile/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import ProjectTile from './ProjectTile' | ||
|
||
export default ProjectTile |
3 changes: 3 additions & 0 deletions
3
examples/react-firebase-redux/src/routes/Signup/components/SignupForm/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import SignupForm from './SignupForm' | ||
|
||
export default SignupForm |
Oops, something went wrong.