Commit Graph

491 Commits

Author SHA1 Message Date
3d02c49b05 Added endpoint for moving documents 2017-06-05 23:50:32 -07:00
9027b55930 Removed mentions of navigationTree 2017-06-05 23:12:47 -07:00
3528b2d0ef Further cleanup 2017-06-05 01:00:29 -07:00
1be0ff8105 Added deletion of documents 2017-06-05 00:36:50 -07:00
a4dca58ae7 Fixed Collection#updateDocument 2017-06-04 22:12:36 -07:00
c229369efd Changed Collection documents to documentStructure and other WIP stuff 2017-06-04 14:40:27 -07:00
9631e58e65 Renamed collections table and added a new column for documents 2017-06-03 12:04:13 -07:00
524bfba443 Easier to remember sql migration commands 2017-06-03 12:01:29 -07:00
d853821186 Merge pull request #78 from jorilallo/jori/stores-refactor
Collections store refactor and layout changes
2017-05-29 20:04:56 -07:00
9a2caeb5ff Fixed collection creation 2017-05-29 20:00:08 -07:00
0d87d6abf5 Separated user and auth stores 2017-05-29 19:54:36 -07:00
98a5283e27 Fixed namespace issue with jest tests 2017-05-29 18:40:58 -07:00
a4ca14ab9d Flow comment 2017-05-29 18:35:07 -07:00
0bd3dd1a72 Fix color constant 2017-05-29 18:31:29 -07:00
5a82430553 Rebase fix 2017-05-29 18:22:10 -07:00
201f90030c Refactored collections store and layout components 2017-05-29 18:04:26 -07:00
1247fd1cd2 Merge pull request #74 from jorilallo/cleanup
Server Cleanup
2017-05-29 13:43:52 -07:00
044486b9a6 Cleanup 2017-05-27 11:22:42 -07:00
639a0ec45c Atlas > Collection 2017-05-27 11:08:52 -07:00
8883231f01 Cleanup presenters 2017-05-27 10:54:19 -07:00
51d3191ac0 Renames 2017-05-26 22:31:39 -07:00
0e293b38c7 Publishing Info (#70)
* Restore publishing info
Closes #68

* Prevent document remounting / refetching when changing between edit / read

* Merge master
2017-05-26 21:58:16 -07:00
970bde3e1d Merge pull request #71 from jorilallo/client-side-previews
Document previews rendered on client
2017-05-26 12:17:12 -07:00
e3b2fcf8c9 Improves 2017-05-26 00:04:13 -07:00
c0b85a643c Truncated previews now rendered on client 2017-05-25 21:59:35 -07:00
e791509dac Moving previews to client side rendering for consistency 2017-05-25 00:07:41 -07:00
3da1c06620 Merge pull request #69 from jorilallo/jori/store-refactor
Store setup + frontend Jest
2017-05-24 22:46:40 -07:00
6b566a568f Collection model 2017-05-23 00:45:15 -07:00
07ff5b6ae5 Remove old useless test 2017-05-22 23:51:52 -07:00
4c8df3231d Updated jest for frontend 2017-05-22 23:51:16 -07:00
2a8cc80a86 Added errors store with tests 2017-05-22 22:16:47 -07:00
3353eb913a Search improves (#67)
* ESC should go back from search
using direct onKeyDown here as react-keydown does not trigger within an input

* Addressable search urls
2017-05-21 23:02:53 -07:00
87adccb816 Merge pull request #66 from jorilallo/restore-prompt
Restore prompt on leaving document with unsaved changes
2017-05-21 22:00:09 -07:00
bfeabd60ec Restore prompt on leaving document with unsaved changes 2017-05-21 20:50:01 -07:00
82cc57ea54 Merge pull request #54 from jorilallo/jori/rr-4
React Router 4
2017-05-17 20:34:00 -07:00
451b6ad058 Router fixes 2017-05-17 20:31:33 -07:00
b25298c8f1 upgraded to react router v4 2017-05-17 19:57:26 -07:00
f70e2326c0 Fixed source maps 2017-05-17 19:49:30 -07:00
ff17047791 Slate editor (#38)
* WIP: Slate editor

* WIP

* Focus at start / end working

* ah ha

* Super basic floating toolbar

* Nested list editing

* Pulling more logic into plugins

* inline code markdown

* Backspace at end of code block should remove mark

* Ensure there is always an empty line at editor end

* Add keyboard shortcuts for bold, italic, underline

* Add strikethrough shortcode and toolbar

* Toolbar to declarative
Fixed paragraph styling
Removed unused stuffs

* Super basic link editing

* Split Toolbar, now possible to edit and remove links

* Add new link to selection from toolbar working

* Ensure toolbar doesn't extend off screen

* Fix minor js issues, disable formatting of document title

* Boom, icons

* Remove codemirror, fix MD parsing issues

* CMD+S now saves inplace

* Add --- shortcut for horizontal rule

* Improved styling for link editor

* Add header anchors in readOnly

* More readable core text color

* Restored image file uploading 🎉

* Add support for inline md syntax, ** __ etc

* Centered

* Flooooow

* Checklist support

* Upgrade edit list plugin

* Finally. Allow keydown within rich textarea

* Update Markdown serializer

* Cleanup, remove async editor loading

* Editor > MarkdownEditor
Fixed unsaved changes warning triggered when all changes are saved

* MOAR typing

* Combine edit and view

* Fixed checkboxes still editable in readOnly

* wip

* Breadcrumb
Restored scroll

* Move document scene actions to menu

* Added: Support for code blocks, syntax highlighting

* Cleanup

*  > styled component

* Prevent CMD+Enter from adding linebreak

* Show image uploading in layout activity indicator

* Upgrade editor deps

* Improve link toolbar. Only one scenario where it's not working now
2017-05-17 19:36:31 -07:00
7b16d3e5e2 Merge pull request #47 from jorilallo/jori/path-to-document
Build the full navigation tree for document in header (fixes #17)
2017-05-13 16:57:18 -07:00
823d6a934c removed old code 2017-05-13 16:51:27 -07:00
a4bc4663ef Separated Breadcrumbs into its own component 2017-05-13 16:50:36 -07:00
e615cbf7a8 Merge pull request #48 from jorilallo/jori/rm-application-component
Removed unused component
2017-05-13 16:05:50 -07:00
7144cc7f14 Fixed key warning 2017-05-13 16:03:35 -07:00
94a5a29964 Removed unused component 2017-05-13 16:00:50 -07:00
3ecca38d9e Build the full navigation tree for document in header 2017-05-13 15:36:06 -07:00
aa93ac9914 Fixed search after flow fixes 2017-05-11 23:26:57 -07:00
259c643f91 Fixes to recent flow changes 2017-05-11 23:05:11 -07:00
48769a09fb Merge pull request #46 from jorilallo/jori/cleanup
Flow all the things
2017-05-11 17:54:26 -07:00
c9bb31cee1 lint 2017-05-11 17:40:57 -07:00