diff --git a/app/src/PageArchive.tsx b/app/src/PageArchive.tsx index eb4d129..62122d1 100644 --- a/app/src/PageArchive.tsx +++ b/app/src/PageArchive.tsx @@ -426,22 +426,30 @@ function ArchiveView(props: { genericTileset: Accessor }) { Root Dir {h().rootDirectoryOffset} - {formatBytes(h().rootDirectoryLength)} + + {formatBytes(h().rootDirectoryLength)} + Metadata {h().jsonMetadataOffset} - {formatBytes(h().jsonMetadataLength)} + + {formatBytes(h().jsonMetadataLength)} + Leaf Dirs {h().leafDirectoryOffset} - {formatBytes(h().leafDirectoryLength || 0)} + + {formatBytes(h().leafDirectoryLength || 0)} + Tile Data {h().tileDataOffset} - {formatBytes(h().tileDataLength || 0)} + + {formatBytes(h().tileDataLength || 0)} +