Commit Graph

3402 Commits

Author SHA1 Message Date
8dfbd1cc59 Fixed: Bad layout on multiple nested docs 2017-07-01 18:40:46 -07:00
08ae168f50 Flatpage without DocumentHtml 2017-07-01 17:26:07 -07:00
f6e3e1d828 Enforce triple eq 2017-07-01 17:19:45 -07:00
fdd787d49c Added transitions for search 2017-07-01 17:16:18 -07:00
c17dccef01 Moved PublishingInfo and added animations 2017-07-01 17:06:06 -07:00
6425450617 Fixes #96 - No longer a delay between clicking on a doc and it becoming active.
Note: I removed a bunch of stuff that was observing mobx state change for no reason
2017-07-01 17:02:17 -07:00
79f3d057ea Removed unused component 2017-07-01 16:51:12 -07:00
603d5f2b6b Closes #92 - Sidebar now scrolls instead of squishes 2017-06-30 22:09:22 -07:00
7a2a7d8d59 Only show creator or recent updater info per document 2017-06-30 00:51:22 -07:00
251771e345 Include only 7 most recent collaborators for document 2017-06-30 00:51:00 -07:00
4df0a69ee6 Link sidebar directly to entry document 2017-06-30 00:00:05 -07:00
37ed973322 Merge pull request #91 from jorilallo/jori/loading-bar
Loading bar for layout
2017-06-29 22:57:32 -07:00
6357ddebd5 Changed state name 2017-06-29 22:55:59 -07:00
55dc570cde Updated new loading indicator to document saving 2017-06-29 22:50:26 -07:00
9c80c0c400 Declarative loading indicator 2017-06-29 22:44:15 -07:00
fb2f50999b Loading bar for layout 2017-06-29 19:43:44 -07:00
2a8c12f9bf Merge pull request #88 from jorilallo/documents-store
[WIP] Documents Store
2017-06-29 19:36:00 -07:00
6ac22bf61d Merge pull request #89 from jorilallo/jori/document.update
Fixed document.update API
2017-06-29 19:00:45 -07:00
22153441fa Updated IDs and fixed tests 2017-06-28 23:24:19 -07:00
56beb8b55f Fixed document.update API 2017-06-28 23:18:46 -07:00
e40e372fed Fixed: hasPendingChanges
Fixed: Vertical alignment changing between read/edit
2017-06-28 23:02:11 -07:00
31f3d72f01 Remove logging 2017-06-28 21:56:29 -07:00
0b79706d23 Flow 2017-06-28 21:50:54 -07:00
dbb8e3df8e Use DocumentStore for viewing and editing 2017-06-28 21:46:00 -07:00
fa902539e6 Merge documents 2017-06-27 22:15:29 -07:00
ab43e2af54 Merge branch 'master' into inputs 2017-06-27 21:53:11 -07:00
07c362cd54 Refactor to Map 2017-06-27 21:52:47 -07:00
4c3f4fea16 recent 2017-06-27 21:20:09 -07:00
72fd39b494 DocumentsStore WIP 2017-06-27 20:59:53 -07:00
0057d305b8 Merge pull request #87 from jorilallo/jori/ui-fixes
More UI fixes
2017-06-27 20:40:25 -07:00
b6fa0a4a4e Fixed flow issues 2017-06-27 20:36:09 -07:00
f8a715dcef bad merge and rebase 2017-06-27 00:19:15 -07:00
e73eec4486 renamed migration to keep in order 2017-06-26 23:50:33 -07:00
d6b3b680cb Logic to force sidebar link update 2017-06-26 23:49:27 -07:00
4a662e9d2b Fixed editor update issue 2017-06-26 23:49:27 -07:00
0132197953 Include road to document in the sidebar 2017-06-26 23:48:59 -07:00
42d646c16f Expose child document in sidebar 2017-06-26 23:48:59 -07:00
c0d89be516 Fixed content while loading 2017-06-26 23:48:59 -07:00
35854b65d8 Added prop annotations 2017-06-26 23:47:51 -07:00
e02768606a Fixed loading of content for document page change 2017-06-26 23:47:10 -07:00
b7dd74fb6c Fixed page title while loading 2017-06-26 23:46:36 -07:00
6eecd830db Cleanup and show active collection in the sidebar 2017-06-26 23:45:35 -07:00
c0f971fdd0 Remove dodgy association 2017-06-26 23:33:05 -07:00
dcb5017d71 Merge branch 'master' into inputs 2017-06-25 22:06:12 -07:00
cac4b0811b Remove old placeholder styles 2017-06-25 21:58:44 -07:00
e8423b6a67 Remove extra layout from Flatpages 2017-06-25 21:48:41 -07:00
db1d8c2258 Recently edited 2017-06-25 20:42:04 -07:00
86b0966703 Add recently viewed docs to dashboard 2017-06-25 20:32:05 -07:00
93a44e4a4c Move inputs and buttons to central components 2017-06-25 19:21:08 -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