Merge branch 'master' into event-emitter

This commit is contained in:
Chi Vinh Le
2017-07-21 22:57:51 +07:00
17 changed files with 188 additions and 19 deletions
@@ -84,7 +84,7 @@ const extension = {
}
user {
id
name: username
username
}
action_summaries {
count
@@ -143,7 +143,7 @@ const extension = {
user: {
__typename: 'User',
id: auth.toJS().user.id,
name: auth.toJS().user.username
username: auth.toJS().user.username
},
created_at: new Date().toISOString(),
body,
+1 -2
View File
@@ -7,7 +7,6 @@
touch-action: manipulation;
padding: 0;
position: relative;
overflow: hidden;
/* Unify anchor and button. */
@@ -18,7 +17,7 @@
text-decoration: none;
align-items: flex-start;
vertical-align: middle;
whiteSpace: nowrap;
white-space: nowrap;
background: transparent;
font-size: inherit;