feat: implement model management commands and overlays for enhanced user interaction
This commit is contained in:
@@ -230,6 +230,10 @@ fn apply_client_update(
|
||||
Some("Learning") => Overlay::Learning,
|
||||
Some("Usage") => Overlay::Usage,
|
||||
Some("Loading") => Overlay::Loading,
|
||||
Some("ModelSelector") => Overlay::ModelSelector,
|
||||
Some("ClearConfirm") => Overlay::ClearConfirm,
|
||||
Some("ModePicker") => Overlay::ModePicker,
|
||||
Some("LoginPicker") => Overlay::LoginPicker,
|
||||
_ => Overlay::None,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user