- 18 Jun, 2026 11 commits
-
-
CaIon committed
-
CaIon committed
-
feat(subscription): add support for wallet overflow and downgrade group functionality in subscription plans
CaIon committed -
feat(data-table): add column visibility storage functionality for API keys, channels, and usage logs
CaIon committed -
CaIon committed
-
CaIon committed
-
Seefs committed
-
CaIon committed
-
CaIon committed
-
CaIon committed
-
CaIon committed
-
- 17 Jun, 2026 12 commits
-
-
CaIon committed
-
CaIon committed
-
CaIon committed
-
Merge pull request #5536 from QuantumNous/fix/data-table-component-cells
同語 committed -
CaIon committed
-
Merge pull request #5403 from feitianbubu/feat/persist-table-page-size
同語 committed -
CaIon committed
-
yyhhyyyyyy committed
-
skynono committed
-
Seefs committed
-
Seefs committed
-
CaIon committed
-
- 16 Jun, 2026 3 commits
-
-
yyhhyyyyyy committed
-
Seefs committed
-
- apply table-level truncation only to primitive text cells. - let tables expand to content width with horizontal scrolling to avoid column overlap. - update model badges to show full model names on one line.
QuentinHsu committed
-
- 15 Jun, 2026 14 commits
-
-
t0ng7u committed
-
Merge pull request #5517 from yyhhyyyyyy/fix/channel-test-dialog-status-refresh
同語 committed -
Add a newline at the end of the file.
同語 committed -
同語 committed
-
Merge pull request #5524 from RedwindA/fix/channelCheckbox
同語 committed -
RedwindA committed
-
TanStack row objects may keep a stable reference while their selection state changes, so reading row.getIsSelected() inside the React.memo comparator could miss updates. Capture isSelected as an explicit prop and compare it instead, ensuring rows re-render when selection toggles.
RedwindA committed -
yyhhyyyyyy committed
-
yyhhyyyyyy committed
-
yyhhyyyyyy committed
-
yyhhyyyyyy committed
-
Seefs committed
-
- enable model and group queries only while the API key drawer is open and remove the five-minute stale window so the form uses fresh backend options. - align the API key table group-ratio query key to avoid duplicate caches for the same group endpoint.
QuentinHsu committed -
* fix(ui): prevent table cell text overflow - add default truncation with hover details for text cells in shared and static data tables to prevent content from spilling into adjacent columns. - adjust API key group, model, and IP restriction columns to fix badge overlap and left alignment drift. - reuse a shared truncated cell component and add width constraints for composite badge cells. * fix(table): prevent badge content from overflowing columns - make table text and badge cells shrink within constrained columns so long values truncate instead of bleeding into adjacent cells. - add a shared BadgeCell wrapper to keep badge alignment consistent across API keys and other list pages. - update affected list views to use constrained wrappers for group, provider, pricing, OAuth, and API info values.
QuentinHsu committed
-