Skip to content

Add keyed reactive repeaters - #132

Merged
timkpaine merged 5 commits into
mainfrom
agent/keyed-reactive-each
Aug 15, 2026
Merged

Add keyed reactive repeaters#132
timkpaine merged 5 commits into
mainfrom
agent/keyed-reactive-each

Conversation

@timkpaine

@timkpaine timkpaine commented Aug 15, 2026

Copy link
Copy Markdown
Member

Add Each as a keyed structural binding with per-item and named ancestor scopes. Reconciliation reuses, inserts, removes, and reorders live component subtrees while bindings, Show conditions, reactive text, and action payloads resolve against the current item.

Inbound transports patches update only affected Store branches, with atomic fallback to the authoritative client mirror. Structural templates diff as opaque units, structural bindings can be rewired incrementally, and native DOM moves preserve opted-in custom-element state.

Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
Base automatically changed from agent/extract-component-packages to main August 15, 2026 20:52
@timkpaine
timkpaine marked this pull request as ready for review August 15, 2026 20:52
@github-actions

github-actions Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

Test Results

268 tests  +32   268 ✅ +32   22s ⏱️ -3s
 13 suites + 1     0 💤 ± 0 
  2 files   ± 0     0 ❌ ± 0 

Results for commit f92e52d. ± Comparison against base commit 1ecfd36.

♻️ This comment has been updated with latest results.

@codecov

codecov Bot commented Aug 15, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 97.64706% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.95%. Comparing base (1ecfd36) to head (f92e52d).

Files with missing lines Patch % Lines
spaday/components/shell.py 90.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #132      +/-   ##
==========================================
+ Coverage   96.94%   96.95%   +0.01%     
==========================================
  Files          36       36              
  Lines        1900     1972      +72     
  Branches      138      146       +8     
==========================================
+ Hits         1842     1912      +70     
- Misses         36       38       +2     
  Partials       22       22              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
@timkpaine
timkpaine merged commit 0140862 into main Aug 15, 2026
6 checks passed
@timkpaine
timkpaine deleted the agent/keyed-reactive-each branch August 15, 2026 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant