{#if activeView} {#each views.filter(v => v.item.id === activeView) as view}
{view.item.icon || '📦'}

{view.item.title}

{#if getViewStatus(view) === 'degraded'} degraded {/if}

Plugin view: {view.item.component}
from {view.pluginId}

{:else}
View "{activeView}" not found in contributions
{/each} {:else}

Select an item from the sidebar

Plugin views will appear here

{/if}