mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
Two of the group-1 colocation splits. Each of these folders lived in the shared src/components dump but is only partly shared: the page's management view is segment-owned, while a selector widget is reused by other features. So this splits them rather than moving wholesale. tag-management: TagSelector (used by playground) and its types stay in @/components/tag_management; the management view (index, tag_info, TagTable, CreateTagModal) moves to tag-management/_components. vector-stores: VectorStoreSelector (used by organizations and playground) and its types stay in @/components/vector_store_management; the rest of the management UI moves to vector-stores/_components. The moved files' imports of the retained shared files are rewritten to absolute @/components paths, escaping relative imports are absolutized, and moved test files have both their `from` imports and `vi.mock` paths rewritten to match. Grandfathered lint suppressions for moved files are re-keyed. The external consumers of the selectors are untouched (the selectors did not move). No behavior change. |
||
|---|---|---|
| .. | ||
| eslint-rules | ||
| CreateKeyPage.expiredToken.test.tsx | ||
| fetch-location-rule.test.ts | ||
| lint-budget-lib.test.ts | ||
| setupTests.ts | ||
| test-utils.tsx | ||
| top_key_view.test.tsx | ||