Commit Graph

105 Commits

Author SHA1 Message Date
dbcfe1199e Positioned document loading state with the document content 2017-07-07 00:14:00 -07:00
fc4d9cb0b5 removed comments 2017-07-07 00:04:12 -07:00
8b3b3222b7 Swapped Flex to homegrown component
No more element prop warnings!
2017-07-07 00:04:12 -07:00
53e4a94c07 simplified CenteredContent and fixed alignment issues 2017-07-07 00:04:12 -07:00
e82639c828 Merge pull request #110 from jorilallo/queryperf
Query Improvements
2017-07-06 23:22:16 -07:00
b854c2ca53 Tidy, move recent documents to query scope 2017-07-06 22:02:55 -07:00
1c83257483 Restore New Document Functionality (#94)
* Restored New Document functionality

* Declarative SidebarHidden

* Fix edit route
2017-07-04 23:02:06 -07:00
91e09e3853 Merge pull request #105 from jorilallo/scroll-to-top
Scroll to top
2017-07-03 12:37:03 -05:00
60bad34942 Entering edit mode should focus editor.
closes #97
2017-07-02 23:18:38 -07:00
5fa9029caa Closes #103 - Scroll to top on nav 2017-07-02 22:16:48 -07:00
8dfbd1cc59 Fixed: Bad layout on multiple nested docs 2017-07-01 18:40:46 -07:00
6425450617 Fixes #96 - No longer a delay between clicking on a doc and it becoming active.
Note: I removed a bunch of stuff that was observing mobx state change for no reason
2017-07-01 17:02:17 -07:00
603d5f2b6b Closes #92 - Sidebar now scrolls instead of squishes 2017-06-30 22:09:22 -07:00
55dc570cde Updated new loading indicator to document saving 2017-06-29 22:50:26 -07:00
9c80c0c400 Declarative loading indicator 2017-06-29 22:44:15 -07:00
fb2f50999b Loading bar for layout 2017-06-29 19:43:44 -07:00
e40e372fed Fixed: hasPendingChanges
Fixed: Vertical alignment changing between read/edit
2017-06-28 23:02:11 -07:00
fa902539e6 Merge documents 2017-06-27 22:15:29 -07:00
ab43e2af54 Merge branch 'master' into inputs 2017-06-27 21:53:11 -07:00
d6b3b680cb Logic to force sidebar link update 2017-06-26 23:49:27 -07:00
0132197953 Include road to document in the sidebar 2017-06-26 23:48:59 -07:00
42d646c16f Expose child document in sidebar 2017-06-26 23:48:59 -07:00
35854b65d8 Added prop annotations 2017-06-26 23:47:51 -07:00
86b0966703 Add recently viewed docs to dashboard 2017-06-25 20:32:05 -07:00
93a44e4a4c Move inputs and buttons to central components 2017-06-25 19:21:08 -07:00
52765d9d1d Document Viewers (#79)
* Recording document views

* Add 'views' to document response

* Basic displaying of document views, probably want it more sublte than this? But hey, lets get it in there

* Bigly improves. RESTful > RPC

* Display of who's viewed doc

* Add Popover, add Scrollable, move views store

* Working server tests 💁

* Document Stars (#81)

* Added: Starred documents

* UI is dumb but functionality works

* Star now displayed inline in title

* Optimistic rendering

* Documents Endpoints (#85)

* More seeds, documents.list endpoint

* Upgrade deprecated middleware

* document.viewers, specs

* Add documents.starred
Add request specs for star / unstar endpoints

* Basic /starred page

* Remove comment

* Fixed double layout
2017-06-25 17:21:33 -07:00
7439b9ecf5 Sidebar on edit mode 2017-06-25 00:29:40 -07:00
b8d0666c63 Moved Layout to be a wrapper for routes 2017-06-24 17:14:36 -07:00
aa0ddd94bf Sidebar work 2017-06-15 20:39:08 -07:00
42e54a3a54 Cleanup 2017-06-08 23:32:08 -07:00
74d65aba67 Search improvements (#76)
* Search improvements

* Search results keyboard navigation
2017-05-31 20:23:09 -07:00
0d87d6abf5 Separated user and auth stores 2017-05-29 19:54:36 -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
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
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
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
b25298c8f1 upgraded to react router v4 2017-05-17 19:57:26 -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
94a5a29964 Removed unused component 2017-05-13 16:00:50 -07:00
0a76d6af9e Flow for all the files 2017-05-11 17:23:56 -07:00
a98199599a Fixed linting errors and warnings 2017-05-10 00:02:11 -07:00
eb8d2631fb Moved AtlasPreviewLoading.js to SC 2017-05-09 23:42:03 -07:00
75ad27658e Fix flow errors 2017-05-09 23:14:24 -07:00
fe7b69a4a5 Added further types and moved types 2017-05-03 22:49:50 -07:00