Commit Graph

30 Commits

Author SHA1 Message Date
cab4dbfda3 added the database 2019-04-08 01:39:22 -04:00
9b77e8c168 cleanup 2019-04-08 01:39:00 -04:00
7bcb0e0e30 removed bundle.js 2019-04-02 12:01:54 -07:00
73dfd61c1e add bundle to .gitignore 2019-04-02 12:01:05 -07:00
be8660990b added comment functionality; comment reducer 2019-04-01 22:02:38 -04:00
fea715168a added css class for comment image 2019-04-01 22:01:15 -04:00
b94927b75e added CommentPopup and Comment
- comments currently rendered from fake state data 
- next step is to update redux store to accept comments
2019-04-01 16:53:48 -04:00
fc6bd0f997 cleaned up Captions old popup code 2019-04-01 16:52:41 -04:00
73beacedcb added link to audio component in navbar 2019-04-01 16:52:11 -04:00
c8e7acf6b6 moved song to audio folder 2019-04-01 16:52:00 -04:00
6a5abcbe70 added dev and prod scripts, serve static content 2019-04-01 09:55:08 -07:00
b5c31ddf25 Merge branch 'master' of ssh://irc.anarchyplanet.org:2222/notnull/frontend 2019-03-25 11:39:56 -07:00
8c928a2dc3 updated store to read from files instead of API 2019-03-25 14:39:23 -04:00
a3e5426912 added Waveform 2019-03-25 14:22:39 -04:00
b1892e7517 waveform 2019-03-24 00:11:20 -04:00
532444e266 white space 2019-03-23 18:28:40 -04:00
3158872f1e added popup 2019-03-23 18:28:33 -04:00
3e88007e17 added favicon 2019-03-23 18:28:24 -04:00
8f684890c3 added CSS for popup 2019-03-23 18:23:37 -04:00
c2e4f3469e update packages, style 2019-03-23 17:21:35 -04:00
829f4530ba updated Webpack config
- removed hotloading 
- removed output public path
- added historyApiFallback (so that 404s return index.html)
2019-03-23 17:21:22 -04:00
95c473bda1 added Redux 2019-03-23 17:20:33 -04:00
5da7f8522b Added React Routing 2019-03-23 17:20:14 -04:00
1b1a6e8f78 updated navbar
- dropdown now iterates over episodes
- uses client-side routing to find episode comments
2019-03-23 17:19:25 -04:00
26a0833671 updated episode and captions view components 2019-03-23 17:18:17 -04:00
b21d6695a7 removed old Items folder 2019-03-23 13:19:21 -04:00
b2f69714b8 added key to captions map 2019-03-23 13:18:43 -04:00
f6a5cd8d12 added linting 2019-03-23 13:18:29 -04:00
a7a9a3e97b added .eslintrc 2019-03-23 13:18:11 -04:00
269b39979d first commit 2019-03-23 09:42:01 -07:00