llama-stack-mirror/llama_stack/ui/components/chat-completions
Eric Huang 66e217fea7 feat(ui): add infinite scroll pagination to chat completions/responses logs table
## 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
2025-06-18 09:54:23 -07:00
..
chat-completion-detail.test.tsx feat(ui): add views for Responses (#2293) 2025-05-28 09:51:22 -07:00
chat-completion-detail.tsx feat(ui): add views for Responses (#2293) 2025-05-28 09:51:22 -07:00
chat-completion-table.test.tsx feat(ui): add infinite scroll pagination to chat completions/responses logs table 2025-06-18 09:54:23 -07:00
chat-completions-table.tsx feat(ui): add infinite scroll pagination to chat completions/responses logs table 2025-06-18 09:54:23 -07:00
chat-messasge-item.tsx feat(ui): add views for Responses (#2293) 2025-05-28 09:51:22 -07:00