* Fixed: Loading indicator never appears
Added: Loading indicator to dashboard when loading first results
* Less assumptions
* Fixes: Image uploads not working
* Fixes#136 - Keyboard shortcuts should work when editor is not focused
* Allow images to be dragged anywhere on document editor
* Fixes#137 - vertical alignment
* Restore shortcuts with editor focus
* Restore 'e' to edit current document
Fixed up ? to open keyboard shortcuts
* wip
* LoadinglistPlaceholder
* WIP
* Refactor
* DRY logic
* Tab should move to body from heading
* Focus editor on mount, closes#156
* Closes#154 - Just went for the simple approach here, considered something more complex but this is clear
* Added body placeholder
* Show collection name in search results
Highlight documents modified since last edited
Move views to scope
* Allow ESC key to work on Search page when input not focused
* Update document title with search query
Show loading indicator for search results
* WIP
* 💚 ?
* 💚
* Address PR feedback
* Drag and drop files into collection first pass
* Allow import of sub documents
Fix up UI styles
* Import Loading indicator
* Drag onto document to import
* 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