From a7b09a308a61c2fae90402a43d9bbcd6606514cb Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Wed, 30 Sep 2020 18:39:44 +0100 Subject: [PATCH] Add more details to the StoryListItem component --- src/components/StoryListItem.vue | 38 +++++++++++++++++++++++++++----- 1 file changed, 33 insertions(+), 5 deletions(-) diff --git a/src/components/StoryListItem.vue b/src/components/StoryListItem.vue index e86b4be..b9a2f0b 100644 --- a/src/components/StoryListItem.vue +++ b/src/components/StoryListItem.vue @@ -6,14 +6,28 @@ {{ story.id }}. {{ story.title }} - - {{ story.status }} - +
+ + + Private + + + + Security-related + + + + + + + {{ story.status | capitalize }} + +