test(html-examples): reconcile keyed search rows

Make the active-search example use a safer keyed reconciliation path for filtered rows: remove filtered-out keys, replace retained keys, and append newly visible keys.

req: list/006

req: htmx_equivalents/001

req: examples/001
This commit is contained in:
slhx agent
2026-06-25 18:24:35 +02:00
parent 5c40e773a3
commit 6e6efa0012
4 changed files with 72 additions and 12 deletions
+3
View File
@@ -437,6 +437,9 @@ resources. Concrete runtime targets are addressed through `ResourceRef`
### req: list/005
0 005 Compatibility functions such as `append(keyed_slot, key, view)` may exist as explicit low-level forms. Key type mismatches are compile-time errors; missing/ambiguous keys are build errors with template spans. [north_star]
### req: list/006
0 006 Filtered keyed collections reconcile by removing filtered-out keys, replacing retained keys, and appending newly visible keys rather than clearing and re-adding every row. [north_star]
---
## form