Commit Graph

70 Commits

Author SHA1 Message Date
e81ca4dde1 Closes #146 2017-10-15 11:42:03 -07:00
6b5fef4954 Combine modals 2017-09-30 19:59:08 -07:00
d015d37f53 Add shortcut 2017-09-28 23:22:09 -07:00
be47baf2fd Add MarkdownShortcuts 2017-09-28 23:18:15 -07:00
45f0f60646 Fixed padding 2017-09-27 00:26:29 -07:00
1c9ca91211 Added sidebar chevrons 2017-09-27 00:21:40 -07:00
0a5f5712ef Combined documents and collections in the sidepanel 2017-09-24 13:59:34 -07:00
53c0c9180b Global error messages (#261)
* Remove global error rendering

* Added basic Toasts

* Auto-close toasts

* 💚

* Flow fix, more reliable CI
2017-09-23 18:58:34 -04:00
72b10787e5 Connecting modals where needed 2017-09-11 23:41:12 -07:00
79c1cc29a0 Split modals, document delete 2017-09-09 22:51:22 -07:00
fff8e7ad41 Dropdown menu refactors 2017-09-09 22:12:59 -07:00
3c378daa19 Remove unused icons 2017-09-04 13:23:20 -07:00
3c9f69d495 Feather icons 2017-09-04 12:14:18 -07:00
24686aac44 Fixes: Scroll to top behavior when changing pages
Fixes: Different max-width on docs and other content
2017-09-04 08:56:07 -07:00
c2c7f48d85 Neaten 2017-09-03 23:03:49 -07:00
1b52cb6c19 Refactor 2017-09-03 17:27:12 -07:00
432b7afede Refactor Slack signin codE 2017-09-03 17:08:56 -07:00
bdb7c46874 Remove UserStore 2017-09-03 15:45:25 -07:00
ff89e28496 Fixes: Hitting 'e' shortcut should not add an e to the document 2017-09-02 13:38:52 -07:00
1d78bc6d72 Fix to keyboard shortcut modal. Fixes #190 2017-08-31 23:23:15 -07:00
8558b92cae Edit collection (#173)
* Collection edit modal

* Add icon

* 💚

* Oh look, some specs

* Delete collection

* Remove from collection

* Handle error responses
Protect against deleting last collection

* Fix key

* 💚

* Keyboard navigate documents list

* Add missing database constraints
2017-08-29 08:37:17 -07:00
5c94129e9f Move settings to modal (#139) 2017-07-16 15:14:15 -07:00
9f18bd2fb1 Restore 'e' to edit current document
Fixed up ? to open keyboard shortcuts
2017-07-14 08:48:42 -07:00
12d02d45b5 Fixes to Layout after bad merge 2017-07-12 23:27:57 -07:00
447a314455 Merge branch 'master' into keyboard-shortcuts-modal 2017-07-12 23:06:36 -07:00
b69b714448 Merge pull request #121 from jorilallo/jori/refactor-dropdown
Refactored Dropdown components
2017-07-12 00:35:21 -07:00
57b11fab32 Move keyboard shortcuts to modal. Add ? shortcut 2017-07-11 22:42:30 -07:00
a04af08064 Polish 2017-07-09 20:02:10 -07:00
55976c9500 Refactored Dropdown components 2017-07-09 19:29:23 -07:00
f456dc6b6a CollectionNew scene 2017-07-09 10:27:29 -07:00
98da54d82a Modals architecture 2017-07-09 09:02:44 -07:00
b9df4a76d7 Merge master 2017-07-08 22:30:20 -07:00
444c8afb2a Drag and Drop Import (#95)
* Drag and drop files into collection first pass

* Allow import of sub documents
Fix up UI styles

* Import Loading indicator

* Drag onto document to import
2017-07-08 22:12:14 -07:00
8b3b3222b7 Swapped Flex to homegrown component
No more element prop warnings!
2017-07-07 00:04:12 -07:00
603d5f2b6b Closes #92 - Sidebar now scrolls instead of squishes 2017-06-30 22:09:22 -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
ab43e2af54 Merge branch 'master' into inputs 2017-06-27 21:53:11 -07:00
42d646c16f Expose child document in sidebar 2017-06-26 23:48:59 -07:00
86b0966703 Add recently viewed docs to dashboard 2017-06-25 20:32:05 -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
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
201f90030c Refactored collections store and layout components 2017-05-29 18:04:26 -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
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