project-nomad/admin/inertia/pages/settings/zim
chriscrosstalk 3ae9bcf2f6
feat(content-manager): add sortable file size column (#698)
Closes #685

Content Manager now surfaces the on-disk size of each ZIM file alongside
title/summary, and lets users sort the list by Size or Title. Defaults to
Size descending so the largest files are visible first.

- ZimService.list() now stats each file and returns size_bytes
- Content Manager table adds a formatted Size column (via formatBytes)
- Sortable headers for Title and Size with asc/desc toggle
2026-05-20 17:12:38 +00:00
..
index.tsx feat(content-manager): add sortable file size column (#698) 2026-05-20 17:12:38 +00:00
remote-explorer.tsx fix(ZIM): accumulate across Kiwix pages to prevent empty Content Explorer (#746) 2026-04-21 14:26:28 -07:00