+
@@ -95,31 +97,34 @@ const openIssue = () => {
{{ issue.title }}
-
- {{
- issue.description.length > 130
- ? issue.description.slice(0, 130) + '...'
- : issue.description
- }}
+
+ {{ issue.description }}
-
-
-
+
+
+
+
{{ issue.state.name }}
-
+
+
{{ priorityLabel }}
@@ -135,7 +140,6 @@ const openIssue = () => {
small
/>
-
{{
diff --git a/app/javascript/dashboard/components/widgets/conversation/linear/index.vue b/app/javascript/dashboard/components/widgets/conversation/linear/index.vue
index 9bd551e51..256d11d17 100644
--- a/app/javascript/dashboard/components/widgets/conversation/linear/index.vue
+++ b/app/javascript/dashboard/components/widgets/conversation/linear/index.vue
@@ -1,5 +1,5 @@
-
+
{
: null;
});
-const shouldShowIssue = computed(() => {
- return showIssue.value && linkedIssue.value;
-});
-
const loadLinkedIssue = async () => {
linkedIssue.value = null;
try {