updating redux store, adding ajax actions to update theme options
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 15 Oct 2019 13:30:00 +0000 (09:30 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 15 Oct 2019 13:30:00 +0000 (09:30 -0400)
commit9cc6f2fe117f21cc55297c676502f0aac48d9c08
tree8ed1be1028e339a60a69db52717687b6ea9f37f0
parent7ee675ff7a1080589fa0dfacdccdaf82da4bb30e
updating redux store, adding ajax actions to update theme options
50 files changed:
admin/.babelrc
admin/dist/js/8e3c7f5520f5ae906c6cf6d7f3ddcd19.eot [deleted file]
admin/dist/js/9c74e172f87984c48ddf5c8108cabe67.png [deleted file]
admin/dist/js/b87b9ba532ace76ae9f6edfe9f72ded2.ttf [deleted file]
admin/dist/js/glm-options.js
admin/glm-theme-options.php
admin/js/components/App.js [new file with mode: 0644]
admin/js/components/App.jsx [deleted file]
admin/js/components/Controller.js [new file with mode: 0755]
admin/js/components/Controller.jsx [deleted file]
admin/js/components/Dashboard.js [new file with mode: 0644]
admin/js/components/Dashboard.jsx [deleted file]
admin/js/components/DisplayArea.js [new file with mode: 0644]
admin/js/components/DisplayArea.jsx [deleted file]
admin/js/components/Option.js [new file with mode: 0644]
admin/js/components/Option.jsx [deleted file]
admin/js/components/Sidebar.js [new file with mode: 0644]
admin/js/components/Sidebar.jsx [deleted file]
admin/js/components/fields/Select.js [new file with mode: 0644]
admin/js/components/fields/Select.jsx [deleted file]
admin/js/components/fields/Slider.js [new file with mode: 0644]
admin/js/components/fields/Slider.jsx [deleted file]
admin/js/components/fields/Swatch.js [new file with mode: 0644]
admin/js/components/fields/Swatch.jsx [deleted file]
admin/js/components/fields/Text.js [new file with mode: 0644]
admin/js/components/fields/Text.jsx [deleted file]
admin/js/components/fields/TextArea.js [new file with mode: 0644]
admin/js/components/fields/TextArea.jsx [deleted file]
admin/js/components/fields/Toggle.js [new file with mode: 0644]
admin/js/components/fields/Toggle.jsx [deleted file]
admin/js/components/fields/index.js [new file with mode: 0644]
admin/js/components/fields/index.jsx [deleted file]
admin/js/index.js
admin/js/manifests/blog.js
admin/js/manifests/colors.js
admin/js/manifests/header.js
admin/js/saveState.js [new file with mode: 0644]
admin/js/store/actionCreators/index.js
admin/js/store/actionCreators/themeOptions.js [new file with mode: 0644]
admin/js/store/actionTypes.js
admin/js/store/index.js
admin/js/store/reducers/index.js
admin/js/store/reducers/optionsReducers.js
admin/js/utility.js
admin/package-bak.json [new file with mode: 0755]
admin/package-lock.json
admin/package.json [changed mode: 0755->0644]
admin/utility.php [new file with mode: 0644]
admin/webpack-back.config.js [new file with mode: 0755]
admin/webpack.config.js