adding admin functionality and wp template files
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 Oct 2019 00:12:45 +0000 (20:12 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 Oct 2019 00:12:45 +0000 (20:12 -0400)
commit57e25f0ecce92956ae4cb1bdf005d32d03ed9dd9
tree755b76819c525cb230a37169d51865dca3fefa79
parent26e09b3c968d550b0598770d53d7cbbbd3caa289
adding admin functionality and wp template files
33 files changed:
404.php [new file with mode: 0644]
admin/.babelrc [new file with mode: 0755]
admin/.gitignore [new file with mode: 0755]
admin/.nvmrc [new file with mode: 0755]
admin/assets/logo.png [new file with mode: 0644]
admin/defines.php [new file with mode: 0644]
admin/dist/js/glm-builder.js [new file with mode: 0644]
admin/enqueue.php [new file with mode: 0644]
admin/glm-theme-options.php [new file with mode: 0644]
admin/js/components/App.jsx [new file with mode: 0644]
admin/js/components/Controller.jsx [new file with mode: 0755]
admin/js/index.js [new file with mode: 0644]
admin/js/store/actionCreators/index.js [new file with mode: 0644]
admin/js/store/actionTypes.js [new file with mode: 0644]
admin/js/store/index.js [new file with mode: 0644]
admin/js/store/reducers/builderReducers.js [new file with mode: 0644]
admin/js/store/reducers/index.js [new file with mode: 0644]
admin/js/utility.js [new file with mode: 0644]
admin/menus.php [new file with mode: 0644]
admin/package.json [new file with mode: 0755]
admin/sass/admin.css [new file with mode: 0644]
admin/uninstall.php [new file with mode: 0644]
admin/webpack.config.js [new file with mode: 0755]
archive.php [new file with mode: 0644]
comments.php [new file with mode: 0644]
footer.php [new file with mode: 0644]
functions.php
header.php [new file with mode: 0644]
image.php [new file with mode: 0644]
page.php [new file with mode: 0644]
print.css [new file with mode: 0644]
search.php [new file with mode: 0644]
single.php [new file with mode: 0644]