This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
7.5.0
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: #1402When 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 -
Enhancement - Improve
OcSwitch
UI and accessibility: #1421We'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.