Commit Graph

101 Commits

Author SHA1 Message Date
Jori Lallo
7439b9ecf5 Sidebar on edit mode 2017-06-25 00:29:40 -07:00
Jori Lallo
b8d0666c63 Moved Layout to be a wrapper for routes 2017-06-24 17:14:36 -07:00
Jori Lallo
aa0ddd94bf Sidebar work 2017-06-15 20:39:08 -07:00
Jori Lallo
42e54a3a54 Cleanup 2017-06-08 23:32:08 -07:00
Jori Lallo
43a312825b hot fix to DocumentStore#pathToDocument 2017-06-06 23:20:03 -07:00
Jori Lallo
cc64b6f4fa Merge pull request #80 from jorilallo/jori/collection-children
Collection backend refactor
2017-06-06 22:36:11 -07:00
Jori Lallo
9220978639 changes per tom's comments 2017-06-06 22:34:29 -07:00
Jori Lallo
1b25408272 Added error handling back 2017-06-05 23:54:26 -07:00
Jori Lallo
9027b55930 Removed mentions of navigationTree 2017-06-05 23:12:47 -07:00
Tom Moor
74d65aba67 Search improvements (#76)
* Search improvements

* Search results keyboard navigation
2017-05-31 20:23:09 -07:00
Jori Lallo
0d87d6abf5 Separated user and auth stores 2017-05-29 19:54:36 -07:00
Jori Lallo
a4ca14ab9d Flow comment 2017-05-29 18:35:07 -07:00
Jori Lallo
5a82430553 Rebase fix 2017-05-29 18:22:10 -07:00
Jori Lallo
201f90030c Refactored collections store and layout components 2017-05-29 18:04:26 -07:00
Tom Moor
51d3191ac0 Renames 2017-05-26 22:31:39 -07:00
Tom Moor
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
Tom Moor
e3b2fcf8c9 Improves 2017-05-26 00:04:13 -07:00
Tom Moor
c0b85a643c Truncated previews now rendered on client 2017-05-25 21:59:35 -07:00
Tom Moor
e791509dac Moving previews to client side rendering for consistency 2017-05-25 00:07:41 -07:00
Jori Lallo
6b566a568f Collection model 2017-05-23 00:45:15 -07:00
Tom Moor
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
Tom Moor
bfeabd60ec Restore prompt on leaving document with unsaved changes 2017-05-21 20:50:01 -07:00
Jori Lallo
451b6ad058 Router fixes 2017-05-17 20:31:33 -07:00
Jori Lallo
b25298c8f1 upgraded to react router v4 2017-05-17 19:57:26 -07:00
Jori Lallo
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
Jori Lallo
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
Jori Lallo
823d6a934c removed old code 2017-05-13 16:51:27 -07:00
Jori Lallo
a4bc4663ef Separated Breadcrumbs into its own component 2017-05-13 16:50:36 -07:00
Jori Lallo
7144cc7f14 Fixed key warning 2017-05-13 16:03:35 -07:00
Jori Lallo
94a5a29964 Removed unused component 2017-05-13 16:00:50 -07:00
Jori Lallo
3ecca38d9e Build the full navigation tree for document in header 2017-05-13 15:36:06 -07:00
Jori Lallo
aa93ac9914 Fixed search after flow fixes 2017-05-11 23:26:57 -07:00
Jori Lallo
259c643f91 Fixes to recent flow changes 2017-05-11 23:05:11 -07:00
Jori Lallo
0a76d6af9e Flow for all the files 2017-05-11 17:23:56 -07:00
Jori Lallo
a98199599a Fixed linting errors and warnings 2017-05-10 00:02:11 -07:00
Jori Lallo
75ad27658e Fix flow errors 2017-05-09 23:14:24 -07:00
Jori Lallo
fe7b69a4a5 Added further types and moved types 2017-05-03 22:49:50 -07:00
Jori Lallo
e28d620694 Fixed lifecycle timeout issue 2017-05-01 22:43:26 -07:00
Jori Lallo
64f40b61d8 Validation error for missing API key label 2017-05-01 22:29:39 -07:00
Jori Lallo
c9d6d4bfb2 Remove Rebass 2017-05-01 22:01:50 -07:00
Jori Lallo
4907bd5d75 Remove cache store 2017-04-29 14:08:15 -07:00
Tom Moor
2095b3a874 Fix prettier integration, format (#31)
* Fix prettier integration, format

* Reformat again
2017-04-27 21:48:13 -07:00
Jori Lallo
b34d80717b Upgraded dependencies 2017-04-26 22:18:36 -07:00
Jori Lallo
08b1609440 [chore] added prettier 2017-04-26 21:47:03 -07:00
Jori Lallo
fcdeb67bc5 Merge branch 'master' of github.com:jorilallo/atlas 2017-04-26 21:21:07 -07:00
Tom Moor
f705750e88 Adding installation instructions 2017-04-23 20:12:53 -07:00
Jori Lallo
8c968d9f4f Correct naming of variables 2017-02-16 23:04:52 -08:00
Jori Lallo
40ae9cd192 Sidebar fixes 2017-02-09 23:05:22 -08:00
Jori Lallo
820c0fd8b4 Re-do document creation 2017-02-09 21:39:50 -08:00
Jori Lallo
41efc7ecd7 Collapse nodes by default 2017-02-09 21:18:03 -08:00