Commit Graph

33 Commits

Author SHA1 Message Date
e79897e5cb Fixes link editing 2017-10-23 20:13:22 -07:00
c6537279ba Fixes for empty document 2017-10-22 22:20:53 -07:00
f380f1afb2 Fixes to strong and a 2017-10-18 22:42:37 -07:00
3613e01094 Insert block menu (#297)
* Insert block behavior

* Functional with horizontal rule

* Add list and image upload working

* Cleanup typing

* Closest to correct behavior so far

* Improve block insert on list

* Hide (+) after clicking menu item

* Bad merge
2017-10-17 20:22:20 -07:00
150771ee88 removed dependencies, html/preview 2017-10-16 23:35:56 -07:00
0df8d22544 New less witty placeholder 2017-10-08 12:19:12 -07:00
541c9d3408 Fixes #247 - Placeholder should disappear 2017-09-30 22:18:10 -07:00
6b82df71e0 Fixing some layout issues 2017-09-24 20:03:03 -07:00
75ec792675 Fixed ref 2017-09-10 22:24:23 -07:00
5cd857abda placeholder fixes 2017-09-10 19:23:25 -07:00
2140a0698a Refactor CSS modules out 2017-09-10 18:44:35 -07:00
e34ffe0cf4 Move collaborators to top right (#201)
* Hopefully the last time we rejig this before launch

* Improved spacing

* Move to injectGlobal, alignment fixes
2017-09-03 17:26:57 -07:00
3a348d7b8b Update to use dev branch 2017-08-27 09:03:05 -07:00
ca35cee841 Move star out of editor into documentpreview (#174)
* Move star out of editor into documentpreview

* 💚
2017-08-02 20:45:09 -07:00
297bf850c2 Align title correctly when first character is emoji 2017-07-29 16:15:04 -07:00
58cc1774af Fixes: CMD+Enter adding extra newline on save 2017-07-23 17:24:20 -07:00
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
306e81a731 Fixed padding and aligned for editor in readonly mode 2017-07-16 14:50:34 -07:00
4992ceab69 Restore shortcuts with editor focus 2017-07-13 23:58:17 -07:00
eb3b597272 Fixes #137 - vertical alignment 2017-07-13 23:51:03 -07:00
0136c0ddcf Allow images to be dragged anywhere on document editor 2017-07-13 23:19:49 -07:00
8a84b8e64d Fixes #136 - Keyboard shortcuts should work when editor is not focused 2017-07-13 22:32:06 -07:00
8ddc3fdf10 Show 'checkmark' icon when saved in editor 2017-07-11 23:24:12 -07:00
fdd9933c99 Editor fixes 2017-07-11 00:17:03 -07:00
b9df4a76d7 Merge master 2017-07-08 22:30:20 -07:00
60bad34942 Entering edit mode should focus editor.
closes #97
2017-07-02 23:18:38 -07:00
c17dccef01 Moved PublishingInfo and added animations 2017-07-01 17:06:06 -07:00
e40e372fed Fixed: hasPendingChanges
Fixed: Vertical alignment changing between read/edit
2017-06-28 23:02:11 -07:00
35854b65d8 Added prop annotations 2017-06-26 23:47:51 -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
42e54a3a54 Cleanup 2017-06-08 23:32:08 -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
e791509dac Moving previews to client side rendering for consistency 2017-05-25 00:07:41 -07:00