Commit Graph

16 Commits

Author SHA1 Message Date
Alex Hunt 3c5b93b3c2 Fixed a search bug and added simple unit tests for the chapters API 2018-05-18 19:37:03 -04:00
Alex Hunt cec930966c Fixing other functionality broken by routing and refactoring 2018-05-10 21:38:44 -04:00
Alex Hunt d24d444683 Fleshed out routing functionality, needs some refactoring 2018-05-01 23:52:59 -04:00
Alex Hunt a5043b3ea1 Modified reader entry point to use react-router with redux 2018-04-29 19:49:18 -04:00
Alex Hunt a6cf429335 Some refactoring and tidying 2018-04-29 13:39:43 -04:00
Alex Hunt 335c5fdf47 Some cleaning and setting up pytest 2018-04-19 19:45:43 -04:00
Alex Hunt 14d123fded Making document list overflow scroll, for longer lists. 2017-12-17 01:16:27 -05:00
Alex Hunt 879c7e5857 Better handling for when there are no documents to display. Introduced a few welcome components. 2017-12-16 18:17:34 -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 e083adfbc0 Used selectionState and decorators to add annotation UI to DraftJS editor! Includes modal for selecting note from list. 2017-12-10 18:22:38 -05:00
Alex Hunt e5e3f90d00 Added annotate mode logic. 2017-12-10 12:58:25 -05:00
Alex Hunt ada54f7dfc Replicated basic chapter read UI for notes. 2017-12-07 21:08:07 -05:00
Alex Hunt 0b61166220 Converted Elasticsearch API to generate document IDs distinct from chapter numbers, the way I should have done it from the start. Also made chapter numbers update after deleting a chapter from the middle of the range 2017-11-28 23:44:15 -05:00
Alex Hunt 1aa4fcf1f6 Used DraftJS RichUtil library to wire up bold/italic/underline/header buttons. 2017-11-25 09:57:25 -05:00
Alex Hunt e97d62e412 DRY-ed up Sass stylesheets by splititng into modules 2017-11-22 15:36:22 -05:00