haiku.rag/tests/chat
Yiorgis Gozadinos 0e0ce8d3f0
Fix document-filter searches after the initial load
Every load looked up the loading indicator, which only the first page has,
so pressing enter in the search box raised `NoMatches`. The indicator is a
child of the list `remove_children()` already clears.

A document's id and search text travel on a `DocumentCheckbox` instead of
being assigned onto a `Checkbox` behind type suppressions. The positional
widget ids are gone; nothing queried them.
2026-08-27 11:06:22 +03:00
..
__init__.py
test_chat_app.py Fix document-filter searches after the initial load 2026-08-27 11:06:22 +03:00
test_image_input.py Resolve the databases a command works on, once 2026-08-25 15:48:47 +03:00