fix(default): resolve v1 frontend issue regressions

Fix v1 frontend regressions across channel forms, dashboard charts, wallet history, payment callbacks, invite links, API key groups, rate-limit errors, and usage-log scrolling.

Fixes #4715
Fixes #4618
Fixes #4699
Fixes #4651
Fixes #4637
Fixes #4682
Fixes #4691
Fixes #4565
Fixes #4334
This commit is contained in:
CaIon
2026-05-11 11:25:05 +08:00
parent 5fa103fa5b
commit ba474393fb
27 changed files with 267 additions and 41 deletions
@@ -145,7 +145,7 @@ export function ApiKeyGroupCombobox({
<span className='flex min-w-0 flex-1 items-center justify-between gap-2 sm:gap-3'>
<span className='min-w-0'>
<span className='block truncate font-medium'>
{selectedOption?.value || placeholder || t('Select a group')}
{selectedOption?.label || placeholder || t('Select a group')}
</span>
{selectedOption?.desc && (
<span className='text-muted-foreground block truncate text-[11px] sm:text-xs'>
@@ -178,7 +178,7 @@ export function ApiKeyGroupCombobox({
<CommandItem
key={option.value}
value={option.value}
onSelect={handleSelect}
onSelect={() => handleSelect(option.value)}
className='data-[selected=true]:bg-muted items-start gap-3 rounded-lg px-3 py-3 transition-colors'
>
<Check
@@ -189,7 +189,7 @@ export function ApiKeyGroupCombobox({
/>
<span className='min-w-0 flex-1'>
<span className='block truncate font-medium'>
{option.value}
{option.label}
</span>
{option.desc && (
<span className='text-muted-foreground block truncate text-xs'>