fix(admin): storage draws once, custody token labelled, trash and largest home get real numbers #363
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/storage-overview"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sweep findings A1+A2+A3.
setAdminTabstill called the retiredloadStorageCard, which re-showed the card the new renderer had just hidden. Call and function removed.keycloak-profileappeared as the "Encryption" value on Overview and Storage. Both now map through the same custody labels the Encryption page uses (pure:enc-mode, covered by web/test/enc-mode.test.js), and the Overview row is named "At-rest encryption".fmtSize(0)returns"", and a trashed directory's meta records size 0. Added the 0 B fallback andsumTree(bounded BFS, mutation-tested) so the admin trash listing sums directory entries.Admin.HomeSizes); adminInfo reportslargestHome.web/test/*.test.js.