-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Problem Some properties of `StorageDevice` have a wrong type (e.g., `#wires` or `#devices`). The UI was implemented according to the wrong type, which raises a runtime error. ## Solution Fix the wrong types, improve the type checking and adapt the UI components. Bonus: Unused components `DeviceList` and `DeviceSelector` were dropped. ## Testing * Added and adapted unit tests. * Tested manually.
- Loading branch information
Showing
8 changed files
with
420 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.