• fix: validate number input in renderQuotaNumberWithDigit and improve data handling in Detail page
    Some checks failed
    Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
    Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
    Linux Release / release (push) Has been cancelled
    macOS Release / release (push) Has been cancelled
    Windows Release / release (push) Has been cancelled

    Ghost released this 2024-12-25 23:16:35 +08:00 | 3734 commits to main since this release

    • Added input validation to ensure that the num parameter in renderQuotaNumberWithDigit is a valid number, returning 0 for invalid inputs.
    • Updated the Detail component to use datum['rawQuota'] instead of datum['Usage'] for rendering quota values, ensuring more accurate data representation.
    • Enhanced data aggregation logic to handle cases where quota values may be missing or invalid, improving overall data integrity in charts and tables.
    • Removed unnecessary time granularity calculations and streamlined the data processing for better performance.
    Downloads