From e73eec4486e8b43b3e955f246bc439989e08ddc1 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Mon, 26 Jun 2017 23:43:53 -0700 Subject: [PATCH] renamed migration to keep in order --- frontend/scenes/Document/Document.js | 4 ++++ ...0170601032359-add-views.js => 20170604052346-add-views.js} | 0 2 files changed, 4 insertions(+) rename server/migrations/{20170601032359-add-views.js => 20170604052346-add-views.js} (100%) diff --git a/frontend/scenes/Document/Document.js b/frontend/scenes/Document/Document.js index be75d6dfc..a9389c3ef 100644 --- a/frontend/scenes/Document/Document.js +++ b/frontend/scenes/Document/Document.js @@ -129,6 +129,7 @@ type Props = { {titleText && } + {this.store.isFetching ? @@ -152,6 +153,9 @@ type Props = { onChange={this.store.updateText} onSave={this.onSave} onCancel={this.onCancel} + onStar={this.store.starDocument} + onUnstar={this.store.unstarDocument} + starred={this.store.document.starred} readOnly={!isEditing} /> } diff --git a/server/migrations/20170601032359-add-views.js b/server/migrations/20170604052346-add-views.js similarity index 100% rename from server/migrations/20170601032359-add-views.js rename to server/migrations/20170604052346-add-views.js