litellm/ui
Krrish Dholakia bbc6f0b0e0 fix(claude-code): paginate the skills table instead of unbounded scroll
Migrated PluginTable off the ad-hoc Tremor+@tanstack/react-table setup
onto the dashboard's shared DataTable (already used elsewhere, e.g.
TeamVirtualKeysTable), which has pagination built in. 25 rows per page
instead of rendering every skill inline.

A bounded-height scroll box was tried first but produced two nested
scrollbars (the box plus the outer page) - removed, since pagination
alone already caps row count and a single page-level scrollbar is
consistent with how the rest of the dashboard behaves.
2026-07-11 14:03:11 -07:00
..
litellm-dashboard fix(claude-code): paginate the skills table instead of unbounded scroll 2026-07-11 14:03:11 -07:00
Dockerfile feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00
nginx.conf feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00