chore: refactoring

This commit is contained in:
adamdottv
2025-05-13 10:27:09 -05:00
parent 2391e338b4
commit ae86ef519c
7 changed files with 87 additions and 75 deletions

View File

@@ -66,7 +66,7 @@ func (i *detailCmp) updateContent() {
levelStyle := getLevelStyle(i.currentLog.Level)
// Format timestamp
timeStr := time.UnixMilli(i.currentLog.Timestamp).Format(time.RFC3339)
timeStr := i.currentLog.Timestamp.Format(time.RFC3339)
header := lipgloss.JoinHorizontal(
lipgloss.Center,