round19: Startseite aufgeraeumt, Favicon-Fallback ueber Ports, Favicon-Picker, Live-Status per Ping

This commit is contained in:
2026-07-23 18:10:03 +02:00
parent bae9e48fc1
commit ec49534b60
16 changed files with 393 additions and 51 deletions

View File

@@ -20,6 +20,8 @@ export interface Device {
online: boolean;
source: DeviceSource;
lastScan: string | null; // ISO-8601 Zeitstempel
/** Zeitpunkt des letzten Ping-Live-Status-Checks, falls aktiviert (siehe Einstellungen). */
lastPing: string | null;
}
export type DeviceSource = (typeof deviceSourceValues)[number];