-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Refactor Asset Tree to use the new Query/Provider system (#62)
## Overview Refactor the SiteWise Asset Tree types to use the new Query/Provider mechanism. * AssetTreeSubscription is replaced by a Provider that give the same expand/collapse functionality to the component. * Removed the asset tree demo as it was put in just as an explainer and we don't intend to ship it. Will follow up with the work to make asset details similarly functional. * Remove the AssetDetailsView
- Loading branch information
1 parent
f9e3d31
commit cccbe61
Showing
23 changed files
with
243 additions
and
440 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
110 changes: 0 additions & 110 deletions
110
packages/components/src/components/iot-asset-details/iot-asset-details.tsx
This file was deleted.
Oops, something went wrong.
95 changes: 0 additions & 95 deletions
95
packages/components/src/components/iot-asset-tree-demo/iot-asset-tree-demo.tsx
This file was deleted.
Oops, something went wrong.
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.