This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / web / src / lib / components / repo / issues / IssueLabelPanel.svelte
136 B 6 lines
1<script lang="ts"> 2</script> 3 4<aside class="flex flex-col gap-6 text-sm text-foreground-subtle"> 5 <div>TODO: label panel</div> 6</aside>