Commit Graph

710 Commits

Author SHA1 Message Date
Tom Moor
5d12e7bcc0 Upgrade Slate, point plugin to branch instead of hash 2017-09-02 15:45:48 -07:00
Tom Moor
d5a9b92965 Merge pull request #194 from jorilallo/migration-fixes
migration-fixes
2017-09-01 08:56:53 -07:00
Tom Moor
28956b98fa migration-fixes 2017-09-01 08:46:39 -07:00
Tom Moor
77f94f95be Merge pull request #193 from jorilallo/jori/fix-keyboard-shortcuts
Fix to keyboard shortcut modal. Fixes #190
2017-09-01 08:03:53 -07:00
Jori Lallo
1d78bc6d72 Fix to keyboard shortcut modal. Fixes #190 2017-08-31 23:23:15 -07:00
Tom Moor
65aaf6fa8c Merge pull request #188 from jorilallo/fixes
Fixes
2017-08-31 22:26:59 -07:00
Tom Moor
41f47f3f2f Migrations fix 2017-08-31 19:41:10 -07:00
Tom Moor
66aaee26da Update slate drag or drop 2017-08-31 19:36:47 -07:00
Tom Moor
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
Jori Lallo
e0b1c259e8 Merge pull request #178 from jorilallo/jori/document-deletion
Added event emitters and fixed document deletion
2017-08-29 00:31:19 -07:00
Jori Lallo
e0d0f73760 Fix to renaming 2017-08-29 00:27:12 -07:00
Jori Lallo
a1b239003c Unified event name with the API 2017-08-29 00:27:12 -07:00
Jori Lallo
c9e182376e Added await for deletion to prevent race condition 2017-08-29 00:27:12 -07:00
Jori Lallo
ad44c67a46 Added event emitters and fixed document deletion 2017-08-29 00:27:12 -07:00
Jori Lallo
0851cf3fc2 Merge pull request #180 from jorilallo/image-uploads
Image Improvements
2017-08-28 21:05:59 -07:00
Jori Lallo
795853cccb Exclude failing import 2017-08-28 21:02:11 -07:00
Tom Moor
5f514f559c Show selected state 2017-08-27 09:51:37 -07:00
Tom Moor
3a348d7b8b Update to use dev branch 2017-08-27 09:03:05 -07:00
Tom Moor
667d1caf11 Added: Placeholder when uploading images 2017-08-26 22:37:20 -07:00
Tom Moor
3c51cc3197 Merge pull request #179 from jorilallo/jori/copy-button
Simplified copy button
2017-08-26 18:16:02 -07:00
Jori Lallo
9facf6e0fb simplified copy button 2017-08-22 20:26:05 -07:00
Tom Moor
38c8a46d32 'Copy to Clipboard' functionality (#163)
* Adds 'Copy to Clipboard' functionality to all code blocks in readOnly

* Show on hover, move to SC

* 💚

* PR feedback
2017-08-02 22:10:58 -07:00
Tom Moor
ca35cee841 Move star out of editor into documentpreview (#174)
* Move star out of editor into documentpreview

* 💚
2017-08-02 20:45:09 -07:00
Tom Moor
09b0f9f860 Merge pull request #177 from jorilallo/emoji
EMOJI 🌈 💁 🎉
2017-08-02 20:16:30 -07:00
Tom Moor
297bf850c2 Align title correctly when first character is emoji 2017-07-29 16:15:04 -07:00
Tom Moor
cfcdae8aa0 Save title emoji against document 2017-07-29 15:06:17 -07:00
Tom Moor
4311810aa8 Fixes #147 2017-07-23 19:52:36 -07:00
Tom Moor
9fe4f7471c Lint 2017-07-23 19:11:48 -07:00
Tom Moor
756f507f07 Merge pull request #175 from jorilallo/save-fix
Save fix
2017-07-23 18:19:10 -07:00
Tom Moor
e7c5de7531 Fix linting 2017-07-23 18:07:11 -07:00
Tom Moor
58cc1774af Fixes: CMD+Enter adding extra newline on save 2017-07-23 17:24:20 -07:00
Tom Moor
e6938ee06f Resilient to collection or document not existing 2017-07-23 15:26:00 -07:00
Jori Lallo
2ac115d681 Merge pull request #171 from jorilallo/jori/prevent-saving-empty
Disable publish on empty documents (fixes #151)
2017-07-18 23:58:29 -07:00
Jori Lallo
0225de5282 Merge branch 'master' into jori/prevent-saving-empty 2017-07-18 23:47:22 -07:00
Jori Lallo
438ad508bc Merge pull request #164 from jorilallo/jori/collection-new-document
Manually create a new document for second collection
2017-07-18 23:47:07 -07:00
Jori Lallo
1e8378abef Addressed comments 2017-07-18 23:45:01 -07:00
Jori Lallo
f9f43e0b40 Merge branch 'master' into jori/collection-new-document 2017-07-18 23:37:38 -07:00
Jori Lallo
7b589ff46a Added error handling 2017-07-18 23:36:49 -07:00
Jori Lallo
b5a05be726 Disable publish on empty documents 2017-07-18 23:29:20 -07:00
Tom Moor
68302f25c4 Merge pull request #170 from jorilallo/fix-placeholder
Fixes #169
2017-07-18 23:10:30 -07:00
Tom Moor
9c3e1d470c Fixes #169 2017-07-18 22:55:50 -07:00
Jori Lallo
ca875915ce Fix on collection count check 2017-07-18 21:57:34 -07:00
Jori Lallo
bbbf17c223 Manually create a new document for second collection 2017-07-17 23:33:03 -07:00
Jori Lallo
63288227db Merge pull request #145 from jorilallo/jori/cache
Cache documents and collection (fixes #120)
2017-07-17 22:35:24 -07:00
Jori Lallo
89e4c00f66 prettier 2017-07-17 22:24:19 -07:00
Jori Lallo
4e9a784567 Merge branch 'master' into jori/cache 2017-07-17 22:17:39 -07:00
Tom Moor
1bef5ddccb Dashboard loading (#142)
* Fixed: Loading indicator never appears
Added: Loading indicator to dashboard when loading first results

* Less assumptions

* Fixes: Image uploads not working

* Fixes #136 - Keyboard shortcuts should work when editor is not focused

* Allow images to be dragged anywhere on document editor

* Fixes #137 - vertical alignment

* Restore shortcuts with editor focus

* Restore 'e' to edit current document
Fixed up ? to open keyboard shortcuts

* wip

* LoadinglistPlaceholder

* WIP

* Refactor

* DRY logic
2017-07-17 21:46:32 -07:00
Tom Moor
b6616cd05a Various editor fixes (#160)
* Tab should move to body from heading

* Focus editor on mount, closes #156

* Closes #154 - Just went for the simple approach here, considered something more complex but this is clear

* Added body placeholder
2017-07-17 09:03:29 -07:00
Jori Lallo
ef5b52b91a Merge branch 'master' into jori/cache 2017-07-16 19:49:50 -07:00
Tom Moor
e0d5d1bbbe Merge pull request #157 from jorilallo/jori/package.json-flow
Run flow first and faster
2017-07-16 15:38:29 -07:00