+ {#each tags.slice(0, 3) as tag (tag)}
+ {@render tagButton(tag)}
+ {/each}
+ {#if tags.length > 3}
+
+
+ {#snippet child({ props })}
+ +{tags.length - 3}
+ {/snippet}
+
+
+
+ {#each tags.slice(3) as tag (tag)}
+
+ {/each}
+
+ Click to filter. ⌥ click to copy.
+
+
+ {/if}
+
+{/if}
diff --git a/src/Exceptionless.Web/ClientApp/src/lib/features/stacks/components/table/stack-type-badge.svelte b/src/Exceptionless.Web/ClientApp/src/lib/features/stacks/components/table/stack-type-badge.svelte
new file mode 100644
index 0000000000..e42196fa17
--- /dev/null
+++ b/src/Exceptionless.Web/ClientApp/src/lib/features/stacks/components/table/stack-type-badge.svelte
@@ -0,0 +1,23 @@
+
+
+