Commit Graph

97 Commits

Author SHA1 Message Date
Jori Lallo 948bbd6e92 rm cross-env, fixed deployments 2017-07-06 23:27:16 -07:00
Jori Lallo 6656689c2d remove ignore-loader 2017-07-06 23:27:16 -07:00
Tom Moor 93a44e4a4c
Move inputs and buttons to central components 2017-06-25 19:21:08 -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
Jori Lallo cc64b6f4fa Merge pull request #80 from jorilallo/jori/collection-children
Collection backend refactor
2017-06-06 22:36:11 -07:00
Jori Lallo 524bfba443 Easier to remember sql migration commands 2017-06-03 12:01:29 -07:00
Tom Moor 74d65aba67 Search improvements (#76)
* Search improvements

* Search results keyboard navigation
2017-05-31 20:23:09 -07:00
Jori Lallo 98a5283e27 Fixed namespace issue with jest tests 2017-05-29 18:40:58 -07:00
Tom Moor e3b2fcf8c9
Improves 2017-05-26 00:04:13 -07:00
Jori Lallo 4c8df3231d Updated jest for frontend 2017-05-22 23:51:16 -07:00
Jori Lallo b25298c8f1 upgraded to react router v4 2017-05-17 19:57:26 -07:00
Jori Lallo 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
Jori Lallo 0a76d6af9e Flow for all the files 2017-05-11 17:23:56 -07:00
Jori Lallo 75ad27658e Fix flow errors 2017-05-09 23:14:24 -07:00
Jori Lallo dfdaef1098 Config and flow scripts 2017-05-03 22:49:08 -07:00
Jori Lallo c9d6d4bfb2 Remove Rebass 2017-05-01 22:01:50 -07:00
Jori Lallo 930bf7d105 Removed useless modules 2017-04-30 11:14:57 -07:00
Jori Lallo 8d84ebe886 Start using babel-preset-env 2017-04-29 15:52:05 -07:00
Jori Lallo 70dad7aa47 Added styled components 2017-04-29 14:02:55 -07:00
Tom Moor 4e5c3944d8
Add flow, example implementation and types 2017-04-27 22:10:43 -07:00
Tom Moor 2095b3a874 Fix prettier integration, format (#31)
* Fix prettier integration, format

* Reformat again
2017-04-27 21:48:13 -07:00
Jori Lallo ab80a0b047 Upgraded koa 2017-04-26 22:25:52 -07:00
Jori Lallo b34d80717b Upgraded dependencies 2017-04-26 22:18:36 -07:00
Jori Lallo 08b1609440 [chore] added prettier 2017-04-26 21:47:03 -07:00
Jori Lallo ea1bd165ce update package.json 2017-02-09 22:39:51 -08:00
Jori Lallo 0cd285097f Cleaning deployment related stuff 2017-02-09 21:55:36 -08:00
Jori Lallo 8a489ce18e Added rimraf 2017-02-09 21:48:12 -08:00
Jori Lallo 343144d826 Updated package.json and removed fsevents 2017-02-09 21:45:25 -08:00
Jori Lallo 14f3ad00a1 Rename dev cmd 2017-02-09 20:46:40 -08:00
Jori Lallo ddafb4e5ae Fixes 2016-10-09 15:36:18 -07:00
Jori Lallo 9b1983762c Improved loading animations 2016-10-09 15:17:22 -07:00
Jori Lallo 5d08cf22c8 DocumentHtml improvement and Enzyme 2016-09-16 00:06:33 -07:00
Jori Lallo 45b21f365d Added api, keyboard shortcut flatpages 2016-09-14 20:50:59 -07:00
Jori Lallo e7ff801b97 Upgraded packages 2016-09-12 22:19:46 -07:00
Jori Lallo 0e7c216735 Added user passwords 2016-09-11 17:47:22 -07:00
Jori Lallo 9b49b45fe7 server test changes 2016-09-11 12:35:14 -07:00
Jori Lallo 1b14152291 Test fixes 2016-09-11 12:09:45 -07:00
Jori Lallo 458735f341 Added Jest for testing both front and backend 2016-09-09 01:35:39 -07:00
Jori Lallo 6c4b4b5129 Production pm start 2016-09-05 15:23:15 -07:00
Jori Lallo 70e46a5c05 Updated and fixed dependencies 2016-08-21 23:52:28 -07:00
Jori Lallo bdaa57bc82 Specifying node version for Heroku 2016-08-21 23:44:18 -07:00
Jori Lallo e527f3c402 Fixed locking with imports 2016-08-21 15:45:48 -07:00
Jori Lallo 0af17c688f lock 2016-08-21 11:12:24 -07:00
Jori Lallo e3e5ead9e0 Fixes 2016-08-18 14:42:53 -07:00
Jori Lallo 235186a4e9 Updated babel polyfill 2016-08-15 14:59:42 +02:00
Jori Lallo 11f6c533b8 Request time cache, tracking collaborators etc 2016-08-15 12:51:26 +02:00
Jori Lallo 792def3249 Added paranoid, debugging and fixes to document deleting on atlas collections 2016-08-14 10:50:42 +02:00
Jori Lallo 80edf4a693 Added Alert component 2016-08-03 15:32:04 +03:00
Jori Lallo 4455877585 Added github style HTML sanitization to .md convertion 2016-08-02 11:29:07 +03:00
Jori Lallo af14bc3cb5 Fix security issue with marked 2016-08-01 22:16:37 +03:00