Generalize settings and logs assistant
PR and Push Build/Test / build-and-test (push) Successful in 16m43s

This commit is contained in:
2026-05-30 12:57:51 +02:00
parent 740f93f185
commit 250d3b7a1e
32 changed files with 2219 additions and 539 deletions
@@ -92,7 +92,7 @@ internal sealed class WorkflowRulesEditorMewWindow
input
.Height(92)
.Wrap(true)
.Placeholder("Ask to make a rule or to list identities")
.Placeholder("ask me what I can do for you")
.OnTextChanged(text => viewModel.Draft = text)
.OnKeyDown(args =>
{
@@ -108,7 +108,7 @@ internal sealed class WorkflowRulesEditorMewWindow
.OnClick(() => _ = SendAsync());
var window = new Window()
.Title("Edit rules and identities")
.Title("Settings and logs")
.Resizable(680, 760, 520, 460)
.Padding(0)
.OnLoaded(Render)