{entries.length === 0 ? "No logs yet. Start the dev server to see output." : (filteredBySeverity.length === 0 ? "No log lines match the selected severity." : "No log lines match your search.")}
)} {filteredEntries.map((entry) => { const plainText = stripAnsi(entry.text); const timestamp = formatTime(entry.timestamp); return (