Commit Graph

12 Commits

Author SHA1 Message Date
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
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
f9ec9d7b15 Fixed cancel on publishing new documents 2017-09-11 22:37:14 -07:00
bbbf17c223 Manually create a new document for second collection 2017-07-17 23:33:03 -07:00
9f18bd2fb1 Restore 'e' to edit current document
Fixed up ? to open keyboard shortcuts
2017-07-14 08:48:42 -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
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
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