starting a draft system to save notifications after a user has started adding headlin...
authorAnthony Talarico <talarico@gaslightmedia.com>
Sat, 27 Jul 2019 17:33:29 +0000 (13:33 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Sat, 27 Jul 2019 17:33:29 +0000 (13:33 -0400)
commite15e83804f20a4a07865839e54fa0c8a4bf771e1
tree578a70bb8771ff74978c98b9630731d1e6163719
parentbc0ee72eafc914265e91979eb2c8d0d517b621fb
starting a draft system to save notifications after a user has started adding headline or message text.hooking up the components to redux
17 files changed:
defines.php
dist/css/glma-app-notifications.min.css [new file with mode: 0755]
dist/js/glma-app-notifications.js [new file with mode: 0644]
js/Util.js
js/components/container/App.jsx
js/components/container/NewNotification.jsx
js/store/actions/types.js
js/store/actions/updateNewNotificationData.js [new file with mode: 0644]
js/store/reducers/newNotificationReducer.js [new file with mode: 0644]
js/store/reducers/rootReducer.js
models/admin/ajax/data_requests.php [new file with mode: 0755]
models/admin/ajax/requests.php [deleted file]
package-lock.json
package.json
setup/databaseScripts/create_database_V0.0.1.sql
setup/validActions.php
views/admin/init/index.html