Commit Graph

32 Commits

Author SHA1 Message Date
5fa9029caa Closes #103 - Scroll to top on nav 2017-07-02 22:16:48 -07:00
fa902539e6 Merge documents 2017-06-27 22:15:29 -07:00
4c3f4fea16 recent 2017-06-27 21:20:09 -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
b8d0666c63 Moved Layout to be a wrapper for routes 2017-06-24 17:14:36 -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
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
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
94a5a29964 Removed unused component 2017-05-13 16:00:50 -07:00
0a76d6af9e Flow for all the files 2017-05-11 17:23:56 -07:00
dd0098943c Removed offline component 2017-04-29 14:14:11 -07:00
2095b3a874 Fix prettier integration, format (#31)
* Fix prettier integration, format

* Reformat again
2017-04-27 21:48:13 -07:00
dc7480218c auto find on 404 2017-02-09 19:57:35 -08:00
9b1983762c Improved loading animations 2016-10-09 15:17:22 -07:00
45b21f365d Added api, keyboard shortcut flatpages 2016-09-14 20:50:59 -07:00
0465a6efd6 Remove exposing stores in window for debugging 2016-08-28 11:00:05 -07:00
4ba98c9dcf Implemented /auth/error path 2016-08-28 10:59:34 -07:00
29665621b3 Settings, Slack link and landing page 2016-08-23 20:39:31 -07:00
4f998bccc8 Initial code for Slack based search 2016-08-22 23:37:01 -07:00
8fb88529a0 Implemented offline indicator 2016-08-19 08:02:56 -07:00
3089ac7bc8 Use clearer urls fro documents 2016-08-15 21:41:51 +02:00
eb156e3069 Sidebar editing toggle and only scroll atlas content 2016-08-11 13:32:56 +02:00
c753382571 Renaming atlases to collections 2016-08-05 18:09:14 +03:00
5c64321c17 Lint 2016-08-03 15:00:17 +03:00
030dfd383b Added 404 route 2016-08-03 14:55:56 +03:00
a9c1f6e4e6 expose stores in window for debugging 2016-08-01 19:18:27 +03:00
911e0537a8 linting 2016-07-24 22:43:50 -07:00
d2187c4b10 Renamed /src to /frontend 2016-07-24 15:32:31 -07:00