llama-stack-mirror/llama_stack/ui/app
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
..
api/v1/[...path] chore(ui): use proxy server for backend API calls; simplified k8s deployment (#2350) 2025-06-03 14:57:10 -07:00
logs feat(ui): add infinite scroll pagination to chat completions/responses logs table 2025-06-18 09:54:23 -07:00
favicon.ico feat: scaffolding for Llama Stack UI (#2149) 2025-05-14 17:22:46 -07:00
globals.css feat: scaffolding for Llama Stack UI (#2149) 2025-05-14 17:22:46 -07:00
layout.tsx feat(ui): implement chat completion views (#2201) 2025-05-22 22:05:54 -07:00
page.tsx feat: Adding dark mode, cleaning the UI a small bit, adding a link to the API documentation, and linting the code. (#2182) 2025-05-16 10:48:26 -07:00