* Ensure review and search item mobile pages reopen correctly

* disable pan/pinch/zoom when native browser video controls are displayed

* report 0 for storage usage when api returns null
This commit is contained in:
Josh Hawkins
2024-10-25 07:24:04 -05:00
committed by GitHub
parent 2d27e72ed9
commit 4dadf6d353
5 changed files with 44 additions and 23 deletions

View File

@@ -216,7 +216,7 @@ export function CombinedStorageGraph({
</Popover>
)}
</TableCell>
<TableCell>{getUnitSize(item.usage)}</TableCell>
<TableCell>{getUnitSize(item.usage ?? 0)}</TableCell>
<TableCell>{item.data[0].toFixed(2)}%</TableCell>
<TableCell>
{item.name === "Unused"