diff --git a/plugins/chunter-resources/src/components/BacklinkContent.svelte b/plugins/chunter-resources/src/components/BacklinkContent.svelte index 70027765b1..10d1431202 100644 --- a/plugins/chunter-resources/src/components/BacklinkContent.svelte +++ b/plugins/chunter-resources/src/components/BacklinkContent.svelte @@ -39,7 +39,7 @@ diff --git a/plugins/tracker-resources/src/components/issues/IssuePresenter.svelte b/plugins/tracker-resources/src/components/issues/IssuePresenter.svelte index 98fdcfa960..28a0188419 100644 --- a/plugins/tracker-resources/src/components/issues/IssuePresenter.svelte +++ b/plugins/tracker-resources/src/components/issues/IssuePresenter.svelte @@ -40,7 +40,28 @@ $: taskType = value !== undefined ? $taskTypeStore.get(value.kind) : undefined -{#if value} +{#if inline && value} + + {#if inline} + @{value.identifier} + {/if} + + {#if presenters.length > 0} +
+ {#each presenters as mixinPresenter} + + {/each} +
+ {/if} +{:else if value}
- {#if inline} - @{value.identifier} - {:else} - - {#if shouldShowAvatar} -
- {#if taskType !== undefined} - - {:else} - - {/if} -
- {/if} - - {value.identifier} - - + + {#if shouldShowAvatar} +
+ {#if taskType !== undefined} + + {:else} + + {/if} +
+ {/if} + + {value.identifier} + - {/if} +
{#if presenters.length > 0}
@@ -90,9 +107,11 @@ &:not(.list) { color: var(--theme-content-color); } + &.list { color: var(--theme-halfcontent-color); } + .icon { margin-right: 0.5rem; color: var(--theme-dark-color);