Commit Graph

653 Commits

Author SHA1 Message Date
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 1fa473b271 Merge pull request #86 from jorilallo/jori/layout-changes
Layout changes
2017-06-25 00:31:16 -07:00
Jori Lallo 7439b9ecf5 Sidebar on edit mode 2017-06-25 00:29:40 -07:00
Jori Lallo b8d0666c63 Moved Layout to be a wrapper for routes 2017-06-24 17:14:36 -07:00
Jori Lallo aa0ddd94bf Sidebar work 2017-06-15 20:39:08 -07:00
Jori Lallo 42e54a3a54 Cleanup 2017-06-08 23:32:08 -07:00
Jori Lallo 43a312825b hot fix to DocumentStore#pathToDocument 2017-06-06 23:20:03 -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 9220978639 changes per tom's comments 2017-06-06 22:34:29 -07:00
Jori Lallo a80f58b0e2 this should be validated 2017-06-06 00:16:09 -07:00
Jori Lallo 1b25408272 Added error handling back 2017-06-05 23:54:26 -07:00
Jori Lallo 3d02c49b05 Added endpoint for moving documents 2017-06-05 23:50:32 -07:00
Jori Lallo 9027b55930 Removed mentions of navigationTree 2017-06-05 23:12:47 -07:00
Jori Lallo 3528b2d0ef Further cleanup 2017-06-05 01:00:29 -07:00
Jori Lallo 1be0ff8105 Added deletion of documents 2017-06-05 00:36:50 -07:00
Jori Lallo a4dca58ae7 Fixed Collection#updateDocument 2017-06-04 22:12:36 -07:00
Jori Lallo c229369efd Changed Collection documents to documentStructure and other WIP stuff 2017-06-04 14:40:27 -07:00
Jori Lallo 9631e58e65 Renamed collections table and added a new column for documents 2017-06-03 12:04:13 -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 d853821186 Merge pull request #78 from jorilallo/jori/stores-refactor
Collections store refactor and layout changes
2017-05-29 20:04:56 -07:00
Jori Lallo 9a2caeb5ff Fixed collection creation 2017-05-29 20:00:08 -07:00
Jori Lallo 0d87d6abf5 Separated user and auth stores 2017-05-29 19:54:36 -07:00
Jori Lallo 98a5283e27 Fixed namespace issue with jest tests 2017-05-29 18:40:58 -07:00
Jori Lallo a4ca14ab9d Flow comment 2017-05-29 18:35:07 -07:00
Jori Lallo 0bd3dd1a72 Fix color constant 2017-05-29 18:31:29 -07:00
Jori Lallo 5a82430553 Rebase fix 2017-05-29 18:22:10 -07:00
Jori Lallo 201f90030c Refactored collections store and layout components 2017-05-29 18:04:26 -07:00
Jori Lallo 1247fd1cd2 Merge pull request #74 from jorilallo/cleanup
Server Cleanup
2017-05-29 13:43:52 -07:00
Tom Moor 044486b9a6
Cleanup 2017-05-27 11:22:42 -07:00
Tom Moor 639a0ec45c
Atlas > Collection 2017-05-27 11:08:52 -07:00
Tom Moor 8883231f01
Cleanup presenters 2017-05-27 10:54:19 -07:00
Tom Moor 51d3191ac0
Renames 2017-05-26 22:31:39 -07:00
Tom Moor 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
Jori Lallo 970bde3e1d Merge pull request #71 from jorilallo/client-side-previews
Document previews rendered on client
2017-05-26 12:17:12 -07:00
Tom Moor e3b2fcf8c9
Improves 2017-05-26 00:04:13 -07:00
Tom Moor c0b85a643c
Truncated previews now rendered on client 2017-05-25 21:59:35 -07:00
Tom Moor e791509dac
Moving previews to client side rendering for consistency 2017-05-25 00:07:41 -07:00
Jori Lallo 3da1c06620 Merge pull request #69 from jorilallo/jori/store-refactor
Store setup + frontend Jest
2017-05-24 22:46:40 -07:00
Jori Lallo 6b566a568f Collection model 2017-05-23 00:45:15 -07:00
Jori Lallo 07ff5b6ae5 Remove old useless test 2017-05-22 23:51:52 -07:00
Jori Lallo 4c8df3231d Updated jest for frontend 2017-05-22 23:51:16 -07:00
Jori Lallo 2a8cc80a86 Added errors store with tests 2017-05-22 22:16:47 -07:00
Tom Moor 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
Tom Moor 87adccb816 Merge pull request #66 from jorilallo/restore-prompt
Restore prompt on leaving document with unsaved changes
2017-05-21 22:00:09 -07:00
Tom Moor bfeabd60ec
Restore prompt on leaving document with unsaved changes 2017-05-21 20:50:01 -07:00
Jori Lallo 82cc57ea54 Merge pull request #54 from jorilallo/jori/rr-4
React Router 4
2017-05-17 20:34:00 -07:00
Jori Lallo 451b6ad058 Router fixes 2017-05-17 20:31:33 -07:00
Jori Lallo b25298c8f1 upgraded to react router v4 2017-05-17 19:57:26 -07:00
Jori Lallo f70e2326c0 Fixed source maps 2017-05-17 19:49:30 -07:00