Add last-heard time to contacts + repeaters

This commit is contained in:
Jack Kingsman
2026-01-13 13:48:15 -08:00
parent 81132e8a39
commit e211586f4b
7 changed files with 550 additions and 540 deletions
+1
View File
@@ -36,3 +36,4 @@ export function formatTime(timestamp: number): string {
const dateStr = date.toLocaleDateString([], { month: 'short', day: 'numeric' });
return `${dateStr} ${time}`;
}