aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
300 stars 46 forks source link

Extract views to simpler components #419

Closed kmcginnes closed 1 month ago

kmcginnes commented 1 month ago

Description

Refactors a few views in to simpler components to make the structure easier to understand.

No logic is actually changed. This is just moving some code around.

Validation

Related Issues

Check List

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 187 lines in your changes are missing coverage. Please review.

Project coverage is 14.90%. Comparing base (361c4ba) to head (62eaa77). Report is 23 commits behind head on main.

:exclamation: Current head 62eaa77 differs from pull request most recent head 9d75e97

Please upload reports for the commit 9d75e97 to get more accurate results.

Files Patch % Lines
...lorer/src/modules/NodeExpand/NodeExpandContent.tsx 0.00% 134 Missing :warning:
...h-explorer/src/modules/GraphViewer/GraphViewer.tsx 0.00% 53 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #419 +/- ## ========================================== + Coverage 13.97% 14.90% +0.92% ========================================== Files 414 416 +2 Lines 30639 30860 +221 Branches 878 952 +74 ========================================== + Hits 4283 4600 +317 + Misses 26026 25931 -95 + Partials 330 329 -1 ``` | [Flag](https://app.codecov.io/gh/aws/graph-explorer/pull/419/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aws) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/aws/graph-explorer/pull/419/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aws) | `14.90% <0.00%> (+0.92%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aws#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.