BLOG-140 Label management (list and create) #144

Merged
squid merged 6 commits from BLOG-140_label_management into main 2025-10-15 12:21:42 +08:00
Showing only changes of commit f6eece7071 - Show all commits

View File

@ -71,7 +71,7 @@
<TableCell> <TableCell>
<div class="flex items-center gap-2"> <div class="flex items-center gap-2">
<div class="size-4 rounded-full" style="background-color: {label.color.hex};"></div> <div class="size-4 rounded-full" style="background-color: {label.color.hex};"></div>
<span class="text-muted-foreground font-mono text-sm">{label.color.hex}</span> <span class="font-mono text-sm">{label.color.hex}</span>
</div> </div>
</TableCell> </TableCell>
<TableCell> <TableCell>