Fix UI size display and ingestion history graph #285

Closed
opened 2026-04-05 16:17:16 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @tilwegener on 8/17/2025

Fix UI size display and ingestion history graph

Summary

This pull request resolves #39 by unifying size formatting across the UI, improving the ingestion history graph interpolation, and simplifying timestamp readability.

Changes

  • Unified file size display across the UI to always use human-readable units (kB, MB, GB)
  • Improved ingestion history graph interpolation to prevent values below zero or above the maximum
  • Simplified ingestion history graph timestamps by removing verbose timezone text and displaying times in the device’s local timezone

Benefits

  • Consistent and user-friendly size formatting
  • More accurate and visually correct ingestion history graphs
  • Cleaner, easier-to-read timestamps aligned with the user’s local time
*Originally created by @tilwegener on 8/17/2025* # Fix UI size display and ingestion history graph ## Summary This pull request resolves #39 by unifying size formatting across the UI, improving the ingestion history graph interpolation, and simplifying timestamp readability. ## Changes - Unified file size display across the UI to always use human-readable units (kB, MB, GB) - Improved ingestion history graph interpolation to prevent values below zero or above the maximum - Simplified ingestion history graph timestamps by removing verbose timezone text and displaying times in the device’s local timezone ## Benefits - Consistent and user-friendly size formatting - More accurate and visually correct ingestion history graphs - Cleaner, easier-to-read timestamps aligned with the user’s local time
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OpenArchiver#285