Commit Graph

48 Commits

Author SHA1 Message Date
150771ee88 removed dependencies, html/preview 2017-10-16 23:35:56 -07:00
26a3f2c7e3 Refactor to routeHelpers 2017-09-28 21:57:27 -07:00
5ada7fd090 Prevent extra / appearing after doc url 2017-09-27 22:36:10 -07:00
4a9a1f2e63 Added move and star to document menu 2017-09-14 21:59:59 -07:00
00d18ceda3 Merge master 2017-09-13 19:18:49 -07:00
483bf29cc4 Workable document moving 2017-09-12 22:58:33 -07:00
76afaacc6e Moved url updating to a helper function 2017-09-12 20:14:14 -07:00
72b10787e5 Connecting modals where needed 2017-09-11 23:41:12 -07:00
f9ec9d7b15 Fixed cancel on publishing new documents 2017-09-11 22:37:14 -07:00
a3f2ed7365 💚 2017-09-03 14:20:39 -07:00
bbbf17c223 Manually create a new document for second collection 2017-07-17 23:33:03 -07:00
852fe991c5 💚 2017-07-15 16:18:06 -07:00
66e4995885 💚 ? 2017-07-15 16:08:12 -07:00
9f18bd2fb1 Restore 'e' to edit current document
Fixed up ? to open keyboard shortcuts
2017-07-14 08:48:42 -07:00
0136c0ddcf Allow images to be dragged anywhere on document editor 2017-07-13 23:19:49 -07:00
e9ee724f3b Merge branch 'new-collection' 2017-07-10 00:43:00 -07:00
112508e48f Cleanup 2017-07-10 00:42:15 -07:00
6217fff2b5 Merge pull request #122 from jorilallo/new-collection
Create a collection
2017-07-10 00:42:10 -07:00
205590ca6a 💚 2017-07-10 00:38:51 -07:00
c4b41a9e07 Fixed flow errors and small refactor 2017-07-09 11:26:17 -07:00
72fd39b494 DocumentsStore WIP 2017-06-27 20:59:53 -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
0d87d6abf5 Separated user and auth stores 2017-05-29 19:54:36 -07:00
201f90030c Refactored collections store and layout components 2017-05-29 18:04:26 -07:00
e3b2fcf8c9 Improves 2017-05-26 00:04:13 -07:00
4c8df3231d Updated jest for frontend 2017-05-22 23:51:16 -07:00
3353eb913a Search improves (#67)
* ESC should go back from search
using direct onKeyDown here as react-keydown does not trigger within an input

* Addressable search urls
2017-05-21 23:02:53 -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
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
75094a60a1 Fixed aslant warnings 2017-05-09 23:41:46 -07:00
75ad27658e Fix flow errors 2017-05-09 23:14:24 -07:00
31d05839ba Removed constants.js 2017-04-29 14:21:02 -07:00
4907bd5d75 Remove cache store 2017-04-29 14:08:15 -07:00
da8cf6f600 Converted a couple of components to flow-types 2017-04-27 22:18:46 -07:00
2095b3a874 Fix prettier integration, format (#31)
* Fix prettier integration, format

* Reformat again
2017-04-27 21:48:13 -07:00
08b1609440 [chore] added prettier 2017-04-26 21:47:03 -07:00
fcc83dd2d6 New API responses with good errors 2016-09-17 14:53:30 -07:00
458735f341 Added Jest for testing both front and backend 2016-09-09 01:35:39 -07:00
0565727825 Fixed compose 2016-09-02 15:52:38 -07:00
e4e5f900ee Added Markdown TOC 2016-08-27 16:33:55 -07:00
f93d979a0f don't supply user agent header 2016-08-15 12:54:33 +02:00
5b3ed8b1f9 Implement 404 for documents 2016-08-03 15:36:50 +03:00
e0dd1d9a98 Added additional escaping 2016-08-02 11:36:15 +03:00
4455877585 Added github style HTML sanitization to .md convertion 2016-08-02 11:29:07 +03:00
9719496209 Simple cache store 2016-08-01 19:03:17 +03:00
d2187c4b10 Renamed /src to /frontend 2016-07-24 15:32:31 -07:00