open-notebook/frontend/src/app
Luis Novo c18952ef9d
fix(chat): remove 50-source cap from notebook chat context (#628)
* fix(chat): remove 50-source cap from notebook chat context

ChatColumn was independently fetching sources via useSources() which
defaults to a limit of 50 from the API. This caused the chat context
to always be capped at 50 sources regardless of how many are in the
notebook.

ChatColumn now receives sources as a prop from the parent NotebookPage,
which already fetches all sources via useNotebookSources with infinite
scroll pagination.

* test(chat): update ChatColumn tests for new sources prop interface
2026-02-25 19:31:20 -03:00
..
(auth)/login Version 1 (#160) 2025-10-18 12:46:22 -03:00
(dashboard) fix(chat): remove 50-source cap from notebook chat context (#628) 2026-02-25 19:31:20 -03:00
config feat: simplify reverse proxy configuration with Next.js rewrites (#213) 2025-10-24 11:24:14 -03:00
favicon.ico Version 1 (#160) 2025-10-18 12:46:22 -03:00
globals.css Feat/localization tests docker (#371) 2026-01-15 13:51:05 -03:00
layout.tsx Feat/localization tests docker (#371) 2026-01-15 13:51:05 -03:00
page.tsx Version 1 (#160) 2025-10-18 12:46:22 -03:00