From 7b20baebbf49515446ab3fc49a7bd0c9e8dd7f2a Mon Sep 17 00:00:00 2001 From: Alessandro <155005371+3clyp50@users.noreply.github.com> Date: Thu, 7 May 2026 03:31:20 +0200 Subject: [PATCH] Simplify project LLM setup Keep the project creation modal focused on basic project details and Git cloning, without loading model config data. Move project model selection into a collapsed Advanced Settings accordion on the edit screen, and reduce the project LLM UI to a global preset selector plus the existing tune-icon preset editor shortcut. --- webui/components/projects/project-create.html | 14 --- .../components/projects/project-edit-llm.html | 90 ++++++------------- webui/components/projects/project-edit.html | 23 +++-- webui/components/projects/projects-store.js | 1 - 4 files changed, 46 insertions(+), 82 deletions(-) diff --git a/webui/components/projects/project-create.html b/webui/components/projects/project-create.html index fef27b830..2c734b4ed 100644 --- a/webui/components/projects/project-create.html +++ b/webui/components/projects/project-create.html @@ -36,14 +36,6 @@ -