git.lucas.co / cce-display-manager
login greeter
git clone https://git.lucas.co/cce-display-manager.git

commit0722d9ef12b8362204f26b6c02f594eebed89fb7
parent7f077ae139
authorLucas Galante <[email protected]>
date2026-07-08 14:55
refactor: adapt Switcher/ContentBg fields to cce-ui Phase 5n

Co-Authored-By: Claude Fable 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01LkfJazPs9bRchkcozmxXCX

 src/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index 9286a81..89091c0 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -332,7 +332,7 @@ impl Element for SessionList {
 
 // ── App State and Renderer ──
 struct State {
-    bg: ContentBg,
+    bg: cce_ui::widget::Adapted<ContentBg>,
     card: LoginCard,
     username_box: TextBox,
     password_box: TextBox,