From 5ffab36ef7cd2db57a773c51e15927c1b8d4a58f Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 8 Jan 2026 18:16:45 -0500 Subject: [PATCH] Add independent settings access to AI Tools component - Added a dedicated gear button to open the AI modal directly to the Settings tab. - Resolved the 'chicken and egg' problem where settings were inaccessible if the AI process failed. - Improved layout consistency with inline-flex wrapper. --- src/lib/ae_elements/AE_AITools.svelte | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/lib/ae_elements/AE_AITools.svelte b/src/lib/ae_elements/AE_AITools.svelte index b12ba861..1b1b5d5f 100644 --- a/src/lib/ae_elements/AE_AITools.svelte +++ b/src/lib/ae_elements/AE_AITools.svelte @@ -114,7 +114,7 @@ } -
+
+ {#if show_modal}