feat(studio): n8n-endpoints editor in Settings (v0.23.0)
Mirror of the MCP-clients panel: Add / Remove / Refresh with last-discovery health (workflow count or error_kind), sister Add-dialog with name + base_url + optional api_key_env + notes. HubService gains the four passthroughs (`listN8nEndpoints`, `refreshN8nEndpoints`, `addN8nEndpoint`, `removeN8nEndpoint`) and a `N8nEndpointInfo` data class. Settings dialog now hosts: hub endpoint, channels, system AI, MCP clients, n8n endpoints — all behind the existing 520×640 SingleChildScrollView so the layout doesn't crowd. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
9ef32df31e
commit
d2a6ed32e2
5 changed files with 435 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ import 'widgets/widgets.dart';
|
|||
/// Studio's own build version. Bump on every UI commit so the
|
||||
/// running app self-identifies — visible in the sidebar header
|
||||
/// and quick-glance proof that you're seeing the current build.
|
||||
const String kStudioVersion = '0.22.0';
|
||||
const String kStudioVersion = '0.23.0';
|
||||
|
||||
Future<void> main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue