mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 23:22:01 +00:00
## Summary: This commit adds infinite scroll pagination to the chat completions and responses tables. ## Test Plan: 1. Run unit tests: npm run test 2. Manual testing: Navigate to chat completions/responses pages 3. Verify infinite scroll triggers when approaching bottom 4. Added playwright tests: npm run test:e2e |
||
|---|---|---|
| .. | ||
| client.ts | ||
| format-message-content.test.ts | ||
| format-message-content.ts | ||
| format-tool-call.tsx | ||
| truncate-text.ts | ||
| types.ts | ||
| utils.tsx | ||