Skip to content

Commit 6929246

Browse files
authored
Merge pull request #55 from back4app/navigation-components
Navigation components
2 parents 9614724 + f60a459 commit 6929246

31 files changed

+2045
-1172
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ npm-debug.log
1212
.idea/
1313

1414
npm-debug.log.*
15+
16+
*.orig

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v4.3.0

Parse-Dashboard/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,12 @@ module.exports = function(config, options) {
217217
<body>
218218
<div id="browser_mount"></div>
219219
<script src="${mountPath}bundles/dashboard.bundle.js"></script>
220+
<script src="https://static.back4app.com/back4app-navigation.bundle.js"></script>
220221
</body>
221222
</html>
222223
`);
223224
});
224225
});
225226

226227
return app;
227-
}
228+
}

Parse-Dashboard/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
<base href="/"/>
55
<script>
66
PARSE_DASHBOARD_PATH = "/";
7+
console.log('hello')
78
</script>
8-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
9+
<script src="https://static.back4app.com/back4app-navigation.bundle.js"></script>
10+
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">-->
911
</head>
1012
<html>
1113
<title>Parse Dashboard</title>
Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
11
{
2-
"apps": []
2+
"apps": [
3+
{
4+
"apiKey": "d49d9171-44ab-4903-ad48-8583bbd71ceb",
5+
"appId": "btziWLgauIatUgdmWDYFHx0pqTnSoEcfNtJHZR5i",
6+
"appName": "Android app",
7+
"appNameForURL": "53d10528-9d77-41b3-9d3e-3fbe3c438d2b",
8+
"clientKey": "i3wX3QTodhcPwUi03lLUlMaMY36qf6kBQCS6FErX",
9+
"feedbackEmail": "[email protected]",
10+
"javascriptKey": "6BRNN5R0tOyrAAS3U74NX7q1cTESzyDDVISYzUX2",
11+
"masterKey": "9fhEU3de6jH5HraCeKAWvMR7l62aODM7DZlYRmh8",
12+
"production": true,
13+
"restKey": "cjLSL2KvBhneFU2nfP0jvXmdslO2Tlv2MNxhSbZq",
14+
"serverURL": "https://parseapi.back4app.com",
15+
"webhookKey": "XEQLleEHliYjJrK26z3Gzv3hGpL1Q3oApRq4IvPk",
16+
"windowsKey": "udHVnp9l91VAmdKXM0MyOVD2w9z0TLaQOOzORZXT"
17+
}
18+
]
319
}

0 commit comments

Comments
 (0)