fix(chat): prevent persistent gaps after activity collapse

Upgrade LegendList to 3.3.10 and patch temporary padding cleanup to compare CSSOM-serialized values. Settle Activity height when React replays an interrupted layout effect.

Validated with 16 padding regressions, 3 collapse lifecycle tests, the UI suite, workspace type-check and lint, and web and VS Code builds.
This commit is contained in:
Bohdan Triapitsyn
2026-09-08 19:16:55 +03:00
parent 66a1cc2112
commit 87d88d6952
8 changed files with 342 additions and 14 deletions
+2 -1
View File
@@ -198,6 +198,7 @@
},
"patchedDependencies": {
"@tanstack/virtual-core@3.17.3": "bun-patches/@tanstack+virtual-core+3.17.3.patch",
"bun-pty@0.4.8": "bun-patches/bun-pty@0.4.8.patch"
"bun-pty@0.4.8": "bun-patches/bun-pty@0.4.8.patch",
"@legendapp/list@3.3.10": "bun-patches/@legendapp%2Flist@3.3.10.patch"
}
}