switch to datastore and contentmanager

This commit is contained in:
Zack Rauen 2018-10-18 23:59:27 -04:00
parent 85ade85f71
commit 4fb86693c3
8 changed files with 672 additions and 1178 deletions

View File

@ -35,6 +35,7 @@
"bdVersion": false,
"version": false,
"_bdhash": true,
"ace": false
"ace": false,
"Reflect": false
}
}

View File

@ -17,6 +17,29 @@
50% { opacity: 0.6; }
100% { opacity: 0.05; }
}
/* // */
.bd-reload {
cursor: pointer;
vertical-align: top;
fill: #dcddde;
}
.bd-reload:hover {
fill: #fff;
}
.bd-reload-header {
margin-left: 5px;
}
.bd-reload-card {
margin-right: 5px;
}
.bda-controls {
display: flex;
}
.ui-standard-sidebar-view .bd-psm {
background-color: #292b2f;

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{ "servers": { } }

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
{
"LatestVersion":"0.2.83",
"LatestVersion":"0.3.0",
"CDN":"cdn.rawgit.com"
}

File diff suppressed because it is too large Load Diff

23
js/main.min.js vendored

File diff suppressed because one or more lines are too long