Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

7.5.0

Compare
Choose a tag to compare
@LukasHirt LukasHirt released this 28 Jun 09:36

Changelog for [7.5.0] (2021-06-25)

Summary

  • Bugfix - Show -- as file-size when the folder size is not yet computed: #1402
  • Enhancement - Improve OcSwitch UI and accessibility: #1421

Details

  • Bugfix - Show -- as file-size when the folder size is not yet computed: #1402

    When the folder size is unknown (not yet calculated or cannot be calculated) the server returns
    -1 as the size. In this case we now show -- and not only an empty string

    #1402
    #1393

  • Enhancement - Improve OcSwitch UI and accessibility: #1421

    We've added round corners to the OcSwitch component so that it is more consistent with other
    elements in our UI. We've also made the component accessible, added visible label and enabled
    toggling its state with the spacebar.

    #1421