Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Resource Explorer #24

Merged
merged 3 commits into from
Jan 16, 2022
Merged

feat: Resource Explorer #24

merged 3 commits into from
Jan 16, 2022

Conversation

fpauer
Copy link
Contributor

@fpauer fpauer commented Dec 27, 2021

Overview

Adds Resource Explorer web component. At this point only listing Sitewise assets.

UI

Screen Shot 2021-12-16 at 12 08 52 PM

Tests

Legal

This project is available under the Apache 2.0 License.

@Prop() filterEnabled: boolean = true;
@Prop() sortingEnabled: boolean = true;
@Prop() paginationEnabled: boolean = true;
@Prop() wrapLines: boolean = false;
Copy link
Contributor

@NorbertNader NorbertNader Jan 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a way to listen for asset selection? Let's say I select an asset and then want to describe that asset and do something with the assetSummary e.g. display a list of its properties. I don't quite see a way to do that here but maybe I am missing something.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point, I will raise another PR to add this feature,

@fpauer fpauer merged commit 2151f5e into main Jan 16, 2022
@diehbria diehbria deleted the resource-explorer branch May 5, 2022 16:27
sheilaXu added a commit that referenced this pull request Sep 23, 2022
* separate useEffect for each value in StateManager

* fix lint

Co-authored-by: Xinyi Xu <xinyxu@amazon.com>
TheEvilDev pushed a commit that referenced this pull request Nov 2, 2022
Co-authored-by: Fernando Pauer <pauerf@amazon.com>
This was referenced Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants