Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
01db9bf
state.items -> state.onscreen
Rich-Harris Nov 12, 2025
3c133bb
offscreen_items -> state.offscreen
Rich-Harris Nov 12, 2025
e075fb2
WIP
Rich-Harris Nov 12, 2025
8069458
WIP
Rich-Harris Nov 12, 2025
78736b7
WIP
Rich-Harris Nov 13, 2025
e3ca7a0
WIP
Rich-Harris Nov 13, 2025
1459e25
WIP
Rich-Harris Nov 13, 2025
8fb43a9
WIP
Rich-Harris Nov 13, 2025
2b70f3f
WIP
Rich-Harris Nov 13, 2025
3690233
WIP
Rich-Harris Nov 13, 2025
32cefa2
always push
Rich-Harris Nov 13, 2025
f8b8152
fix
Rich-Harris Nov 13, 2025
a1beaf3
note to self
Rich-Harris Nov 13, 2025
9cdc0e2
tweak/fix
Rich-Harris Nov 14, 2025
bee2e98
tidy up
Rich-Harris Nov 14, 2025
9bbdb75
simplify
Rich-Harris Nov 14, 2025
e9f5238
unused
Rich-Harris Nov 14, 2025
374786d
clarity
Rich-Harris Nov 14, 2025
1d76000
note to self
Rich-Harris Nov 14, 2025
ae12901
simplify
Rich-Harris Nov 14, 2025
27c2908
one test to go
Rich-Harris Nov 14, 2025
5236717
holy shit i think it works
Rich-Harris Nov 14, 2025
002591d
unused
Rich-Harris Nov 14, 2025
643fe6c
reduce number of bitwise checks
Rich-Harris Nov 14, 2025
2022172
revert
Rich-Harris Nov 14, 2025
f872934
small tweak
Rich-Harris Nov 14, 2025
8f8de50
better comment
Rich-Harris Nov 15, 2025
4e45ffa
update note to self
Rich-Harris Nov 15, 2025
f818ec1
fix: each block losing reactivity when items removed while promise pe…
dylan1951 Nov 16, 2025
21c48da
Merge branch 'main' into each-branch-manager
Rich-Harris Nov 16, 2025
81f24f4
Merge branch 'main' into each-branch-manager
dummdidumm Nov 16, 2025
e41a8ea
add commented-out test, todo investigate
dummdidumm Nov 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/clean-toes-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'svelte': patch
---

fix: each block losing reactivity when items removed while promise pending
Loading
Loading