Improve byte formatting across the UI

This commit is contained in:
2026-04-02 12:26:23 +03:00
parent 6e97b74f2a
commit 4f9d6c3d88
4 changed files with 21 additions and 10 deletions

View File

@@ -49,3 +49,4 @@ Updated: 2026-04-02
32. Restored proxy-link copying for plain-`http` deployments by falling back from the Clipboard API to `execCommand('copy')`, and added regression coverage for both clipboard paths.
33. Replaced stale startup mock values with explicit skeleton loading states so the shell no longer flashes fallback dashboard/users/settings data before the first live snapshot arrives.
34. Renamed the tracked Docker Compose file to `compose.example.yml` and ignored local `compose.yml` so production-specific compose settings no longer get overwritten by pulls.
35. Expanded byte formatting to cover `KB` through `PB`, improving dashboard totals, user usage, and quota remainder readability for both small and very large traffic values.