Commit Graph

19 Commits

Author SHA1 Message Date
Tom Moor
c3c9c68ce6 Fix target on editor links, closes #246 2017-09-13 23:18:21 -07:00
Tom Moor
42972fda39 Update Heading.js 2017-09-13 19:11:55 -07:00
Tom Moor
406e94372f Fixes no formatting toolbar on selecting heading 2017-09-12 07:59:01 -07:00
Jori Lallo
57853861e5 LinkToolbar fixes 2017-09-11 00:07:51 -07:00
Jori Lallo
1e3caa00a7 fixed 2017-09-10 18:58:15 -07:00
Jori Lallo
c3d918e165 lint 2017-09-10 18:44:35 -07:00
Jori Lallo
2140a0698a Refactor CSS modules out 2017-09-10 18:44:35 -07:00
Tom Moor
3c378daa19 Remove unused icons 2017-09-04 13:23:20 -07:00
Tom Moor
5f514f559c Show selected state 2017-08-27 09:51:37 -07:00
Tom Moor
667d1caf11 Added: Placeholder when uploading images 2017-08-26 22:37:20 -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
297bf850c2 Align title correctly when first character is emoji 2017-07-29 16:15:04 -07:00
Tom Moor
9c3e1d470c Fixes #169 2017-07-18 22:55:50 -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
306e81a731 Fixed padding and aligned for editor in readonly mode 2017-07-16 14:50:34 -07:00
Jori Lallo
f175d4c1d2 Style fixes 2017-07-12 23:37:46 -07:00
Tom Moor
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
Tom Moor
e791509dac Moving previews to client side rendering for consistency 2017-05-25 00:07:41 -07:00