refactor: drop two unmaintained dependencies, rename the byte size helpers (#39083)

This commit is contained in:
silverwind
2026-08-27 15:31:20 +00:00
committed by GitHub
parent 3b6ce586a7
commit 66c672d0b7
33 changed files with 197 additions and 180 deletions
@@ -19,7 +19,7 @@
</a>
</div>
<div class="flex-text-block tw-p-2">
<span class="ui tw-text-text-light">{{.Size | FileSize}}</span>
<span class="ui tw-text-text-light">{{.Size | FormatByteSize}}</span>
</div>
</div>
{{end -}}