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