7 Commits

Author SHA1 Message Date
Tom Moor
229cd3271a Fixes: 500 error when attempting to load a deleted document from view 2017-09-13 23:04:58 -07:00
Tom Moor
8558b92cae Edit collection (#173)
* Collection edit modal

* Add icon

* 💚

* Oh look, some specs

* Delete collection

* Remove from collection

* Handle error responses
Protect against deleting last collection

* Fix key

* 💚

* Keyboard navigate documents list

* Add missing database constraints
2017-08-29 08:37:17 -07:00
Tom Moor
66e4995885
💚 ? 2017-07-15 16:08:12 -07:00
Jori Lallo
b80fcfff6c Fixed search and added tests 2017-07-10 21:24:25 -07:00
Jori Lallo
22153441fa Updated IDs and fixed tests 2017-06-28 23:24:19 -07:00
Jori Lallo
56beb8b55f Fixed document.update API 2017-06-28 23:18: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