diff options
author | Michael Muré <batolettre@gmail.com> | 2019-03-31 21:39:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-31 21:39:14 +0200 |
commit | dcf973867496273df0c2e8f59c5ee113a4c08bb1 (patch) | |
tree | 6f5cf130478dba3e11a7f964e29f35be0d04312f /webui/src/bug/SetStatus.js | |
parent | 9bc5543206ed7cba02c0bb39165c3c4db149b066 (diff) | |
parent | 22089b5e628f1356e517d24d0346a8ec2def97fc (diff) | |
download | git-bug-dcf973867496273df0c2e8f59c5ee113a4c08bb1.tar.gz |
Merge pull request #104 from MichaelMure/sandhose/webui-timeline
Use Timeline API instead of raw operations
Diffstat (limited to 'webui/src/bug/SetStatus.js')
-rw-r--r-- | webui/src/bug/SetStatus.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webui/src/bug/SetStatus.js b/webui/src/bug/SetStatus.js index 332c8352..58b81630 100644 --- a/webui/src/bug/SetStatus.js +++ b/webui/src/bug/SetStatus.js @@ -7,6 +7,7 @@ import Date from '../Date'; const styles = theme => ({ main: { ...theme.typography.body2, + marginLeft: theme.spacing.unit + 40, }, }); @@ -21,8 +22,8 @@ const SetStatus = ({ op, classes }) => { }; SetStatus.fragment = gql` - fragment SetStatus on Operation { - ... on SetStatusOperation { + fragment SetStatus on TimelineItem { + ... on SetStatusTimelineItem { date author { name |