feat: advanced custom channel (#5590)

This commit is contained in:
Seefs
2026-06-18 18:00:27 +08:00
committed by GitHub
parent 21d4d18dfc
commit 3f2c0aeda7
26 changed files with 3012 additions and 62 deletions
+4 -1
View File
@@ -159,7 +159,10 @@ function SelectItem({
)}
{...props}
>
<SelectPrimitive.ItemText className='flex flex-1 shrink-0 gap-2 whitespace-nowrap'>
<SelectPrimitive.ItemText
data-slot='select-item-text'
className='flex flex-1 shrink-0 gap-2 whitespace-nowrap'
>
{children}
</SelectPrimitive.ItemText>
<SelectPrimitive.ItemIndicator