ui: distinguish between missing fields and zero values in comparison view

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I3fca108a637507c34f7579d6d52236136a6a6964
This commit is contained in:
raf 2026-01-22 23:58:51 +03:00
commit 80e0c9dc3d
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
5 changed files with 129 additions and 38 deletions

View file

@ -80,5 +80,6 @@ export interface ComparisonEntry {
id: number;
name: string;
data: StatsData;
raw: Record<string, unknown>;
timestamp: Date;
}