From 594bec6d91c851f0e622565344b992b590a97fdb Mon Sep 17 00:00:00 2001 From: SaelixCode Date: Tue, 3 Mar 2026 19:18:32 -0500 Subject: [PATCH] feat: update environment file selection logic and enhance editor UI with helpful tips --- frontend/src/components/EditorLayout.tsx | 66 ++++++++++++++---------- 1 file changed, 38 insertions(+), 28 deletions(-) diff --git a/frontend/src/components/EditorLayout.tsx b/frontend/src/components/EditorLayout.tsx index 84633dba..8d08b62b 100644 --- a/frontend/src/components/EditorLayout.tsx +++ b/frontend/src/components/EditorLayout.tsx @@ -1039,7 +1039,7 @@ export default function EditorLayout() { - {activeTab === 'env' && envFiles.length > 0 && ( + {activeTab === 'env' && envFiles.length > 1 && (