diff --git a/src/App.vue b/src/App.vue index 7c6b442..f558181 100644 --- a/src/App.vue +++ b/src/App.vue @@ -28,7 +28,7 @@ export default { font-family: 'Roboto', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - color: #2c3e50; + color: #333; h1 { font-size: 3rem; diff --git a/src/components/TaskListEntry.vue b/src/components/TaskListEntry.vue new file mode 100644 index 0000000..5f085b0 --- /dev/null +++ b/src/components/TaskListEntry.vue @@ -0,0 +1,65 @@ + + + + + diff --git a/src/views/StoryDetail.vue b/src/views/StoryDetail.vue index beaae07..09fdcee 100644 --- a/src/views/StoryDetail.vue +++ b/src/views/StoryDetail.vue @@ -19,7 +19,12 @@

Tasks

-

{{tasks}}

+
+

{{ project.name }}

+
+ +
+
@@ -30,17 +35,22 @@

Events Timeline and Comments

- {{ events }} +
+ {{ event.event_type }} +
- {{ projects }}