adding routing and dashboard components
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 Jul 2019 04:54:35 +0000 (00:54 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 Jul 2019 04:54:35 +0000 (00:54 -0400)
commitcdfc4831f772f973c2708074900f1a160bc477d2
tree5bde4d298b1ef3408b8d244632f599621774241e
parente81505f3034db55d9f47b7453ef6331f02bd908d
adding routing and dashboard components
20 files changed:
dist/css/glma-mobile-notifications.min.css
dist/js/glma-mobile-notifications.js
js/Manifests.js [new file with mode: 0644]
js/components/Controller.jsx
js/components/HOC/ListHOC.jsx [new file with mode: 0644]
js/components/container/App.jsx
js/components/container/Dashboard.jsx
js/components/container/DashboardContainer.jsx [new file with mode: 0644]
js/components/container/Drafts.jsx [new file with mode: 0644]
js/components/container/ListItem.jsx [new file with mode: 0644]
js/components/container/NewNotification.jsx [new file with mode: 0644]
js/components/container/Sidebar.jsx [new file with mode: 0644]
js/components/functional/Routes.jsx [new file with mode: 0644]
package-lock.json
package.json
sass/_appbar.scss [new file with mode: 0644]
sass/_dashboard.scss [new file with mode: 0644]
sass/_main.scss
sass/_sidebar.scss [new file with mode: 0644]
sass/app.scss