Commit Graph

20 Commits

Author SHA1 Message Date
Alex Hunt c9f197675f Refactoring input & toggle state 2018-11-29 23:37:36 -08:00
Alex Hunt 34de78e91f Fix favicon path 2018-11-27 23:03:02 -08:00
Alex Hunt 9f71e388ce Refactoring setup script and creating refresh API route 2018-11-27 22:02:08 -08:00
Alex Hunt a3fa83318e Removing dependencies 2018-11-27 00:02:24 -08:00
Alex Hunt 058a0adf51 Testing webpack-dev-server 2018-11-26 22:59:02 -08:00
Alex Hunt a212863bf3 Wiring up React Router routing and condensing entry points into SPA 2018-05-01 00:05:04 -04:00
Alex Hunt 335c5fdf47 Some cleaning and setting up pytest 2018-04-19 19:45:43 -04:00
Alex Hunt ebf52f414b Creating route for a note reader page 2017-12-16 15:17:57 -05:00
Alex Hunt da809a5e53 Adding favicon to static folder 2017-12-16 15:01:30 -05:00
Alex Hunt 1c8586f3fe Consolidated Chapter and Note document pages into one Editor route with a dropdown to select the docType you wish to edit. Will be easier to manage as I add more doc types. Also began implementing some responsive layout elements. 2017-12-13 23:27:13 -05:00
Alex Hunt 814c9148a6 Abstracted the notes UI into a documents UI and set up a text route to return chapters in the documents UI. 2017-12-10 22:19:59 -05:00
Alex Hunt f4a548f23d Added notes doc_type to Elasticsearch index, extended Flask API blueprint to handle notes, added a notes entry point to webpack, and started fleshing out note components. Will require some refactoring of actions. 2017-11-26 12:38:25 -05:00
Alex Hunt 7e2ec994f7 Wired up /edit route re-using Reader components. 2017-11-08 19:08:44 -05:00
Alex Hunt e7d1993a30 Basic layout styling and component tweaks. Moved Bootstrap dependencies behind Webpack and CSS into Sass. 2017-11-06 21:58:31 -05:00
Alex Hunt 13bde03424 Filling out Redux structure to encompass the full app, with API calls to get currentChapter text 2017-11-05 18:59:18 -05:00
Alex Hunt 063a63ba72 Set up basic Redux pattern with action middleware for API files, and then refactored into separate packages. 2017-11-05 14:28:55 -05:00
Alex Hunt 4c13c25cb6 React working as intended before I start tearing it up to implement Redux 2017-11-05 10:37:10 -05:00
Alex Hunt a1748b7220 Adding NPM, Babel, Webpack for basic React front end 2017-11-03 22:00:05 -04:00
Alex Hunt cfbaf067ed Basic REST API for interfacing with Elasticsearch. 2017-10-29 20:21:22 -04:00
Alexander Hunt a6311d589d Project Setup 2017-10-26 23:04:16 -04:00