GPU-accelerated UI toolkit (Vulkan)
git clone https://git.lucas.co/cce-ui.git
docs(rfc): record 6az part 2 — settings ScrollBar on the narrow traits
Co-Authored-By: Claude Fable 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_018u7qTwzX95dd5ysAkaSCLk
docs/rfc-core-rebuild.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/rfc-core-rebuild.md b/docs/rfc-core-rebuild.md
index bbef438..ca692bc 100644
--- a/docs/rfc-core-rebuild.md
+++ b/docs/rfc-core-rebuild.md
@@ -1668,7 +1668,10 @@ Constraint respected: **each crate still builds standalone** — the new core is
retype, shrinking `Element`'s implementor set toward exactly one.
Done: cce-colors' ColorSlider (constructor returns the wrapper, so
construction and direct-dispatch sites are untouched; A/B AE=0,
- click/wheel live-verified). Remaining: settings ScrollBar, dm ×3,
+ click/wheel live-verified) and settings' ScrollBar (now plain data —
+ its raw-pointer parent/children fields, Drop, and unsafe Send/Sync
+ had zero consumers; strip A/B AE=0 and cross-build byte-identical
+ after an identical wheel + track-click sequence). Remaining: dm ×3,
cloud Fuzzel + JsonLayoutWidget, designer PassivePlate/Canvas/
NodePalette/Viewport3D, TI's four lookalikes, and cce-ui's
ButtonStrip (ctx-registered embed — may need the container hooks).