initial commit master
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 11 Jul 2019 06:15:58 +0000 (02:15 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 11 Jul 2019 06:15:58 +0000 (02:15 -0400)
commite81505f3034db55d9f47b7453ef6331f02bd908d
tree74e76cbfae375b95aef1c3a0261bc26febee9ddc
initial commit
54 files changed:
.babelrc [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.nvmrc [new file with mode: 0644]
activate.php [new file with mode: 0644]
assets/readme.txt [new file with mode: 0644]
classes/readme.txt [new file with mode: 0644]
config/plugin.ini [new file with mode: 0644]
deactivate.php [new file with mode: 0644]
defines.php [new file with mode: 0644]
dist/css/glma-mobile-notifications.min.css [new file with mode: 0644]
dist/css/lib.min.css [new file with mode: 0644]
dist/js/glma-mobile-notifications.js [new file with mode: 0644]
gulpfile.js [new file with mode: 0644]
index.php [new file with mode: 0644]
js/components/Controller.jsx [new file with mode: 0644]
js/components/container/App.jsx [new file with mode: 0644]
js/components/container/Dashboard.jsx [new file with mode: 0644]
js/components/container/NotificationList.jsx [new file with mode: 0644]
js/init.js [new file with mode: 0644]
js/readme.txt [new file with mode: 0644]
js/store/actions/types.js [new file with mode: 0644]
js/store/actions/updatNotificationData.js [new file with mode: 0644]
js/store/index.js [new file with mode: 0644]
js/store/reducers/notificationReducer.js [new file with mode: 0644]
js/store/reducers/rootReducer.js [new file with mode: 0644]
lib/animate.min.css [new file with mode: 0644]
lib/readme.txt [new file with mode: 0644]
misc/documentation/AddAnAdminTab.txt [new file with mode: 0644]
misc/documentation/CreateNewAddOn.txt [new file with mode: 0644]
models/admin/ajax/requests.php [new file with mode: 0644]
models/admin/init/index.php [new file with mode: 0644]
models/admin/readme.txt [new file with mode: 0644]
models/front/readme.txt [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
readme.txt [new file with mode: 0644]
sass/_main.scss [new file with mode: 0644]
sass/_utility.scss [new file with mode: 0644]
sass/app.scss [new file with mode: 0644]
setup/adminHooks.php [new file with mode: 0644]
setup/adminMenus.php [new file with mode: 0644]
setup/adminTabs.php [new file with mode: 0644]
setup/enqueue.php [new file with mode: 0644]
setup/frontHooks.php [new file with mode: 0644]
setup/hooksHelp.html [new file with mode: 0644]
setup/permissions.php [new file with mode: 0644]
setup/rolesAndCapabilities.php [new file with mode: 0644]
setup/shortcodes.php [new file with mode: 0644]
setup/validActions.php [new file with mode: 0644]
uninstall.php [new file with mode: 0644]
views/admin/init/index.html [new file with mode: 0644]
views/admin/readme.txt [new file with mode: 0644]
views/front/readme.txt [new file with mode: 0644]
webpack.config.js [new file with mode: 0644]