fix: refine log level parsing and implement bottom auto-scroll

This commit is contained in:
SaelixCode
2026-03-06 23:07:17 -05:00
parent 1f544c6568
commit 9af0f85749
4 changed files with 36 additions and 16 deletions
+2 -2
View File
@@ -800,10 +800,10 @@ export default function EditorLayout() {
size="sm"
className="rounded-lg"
onClick={() => setActiveView('global-observability')}
title="Global Observability"
title="Global Logs"
>
<Activity className="w-4 h-4 mr-2" />
Observability
Logs
</Button>
{/* Settings Modal Toggle */}