-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[frontend] Update demographic stixCoreRelationships from entity overview #9637
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #9637 +/- ##
==========================================
+ Coverage 64.27% 64.28% +0.01%
==========================================
Files 655 655
Lines 62935 62935
Branches 6960 6967 +7
==========================================
+ Hits 40453 40460 +7
+ Misses 22482 22475 -7 ☔ View full report in Codecov by Sentry. |
65d188e
to
48c5ccd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionally seems good
.../private/components/threats/threat_actors_individual/AddThreatActorIndividualDemographic.tsx
Outdated
Show resolved
Hide resolved
.../private/components/threats/threat_actors_individual/AddThreatActorIndividualDemographic.tsx
Outdated
Show resolved
Hide resolved
...ate/components/threats/threat_actors_individual/AddThreatActorIndividualDemographicLines.tsx
Outdated
Show resolved
Hide resolved
...ate/components/threats/threat_actors_individual/AddThreatActorIndividualDemographicLines.tsx
Outdated
Show resolved
Hide resolved
...ate/components/threats/threat_actors_individual/AddThreatActorIndividualDemographicLines.tsx
Outdated
Show resolved
Hide resolved
...ate/components/threats/threat_actors_individual/AddThreatActorIndividualDemographicLines.tsx
Outdated
Show resolved
Hide resolved
e6b99e3
to
bffcf3f
Compare
PR status: all comments have been taken into account, ready for a second round of reviews |
...rc/private/components/threats/threat_actors_individual/AddLocationsThreatActorIndividual.jsx
Outdated
Show resolved
Hide resolved
.../private/components/threats/threat_actors_individual/AddThreatActorIndividualDemographic.tsx
Outdated
Show resolved
Hide resolved
...rc/private/components/threats/threat_actors_individual/ThreatActorIndividualDemographics.tsx
Outdated
Show resolved
Hide resolved
...rc/private/components/threats/threat_actors_individual/ThreatActorIndividualDemographics.tsx
Show resolved
Hide resolved
...ate/components/threats/threat_actors_individual/AddThreatActorIndividualDemographicLines.tsx
Show resolved
Hide resolved
...ate/components/threats/threat_actors_individual/AddThreatActorIndividualDemographicLines.tsx
Outdated
Show resolved
Hide resolved
94ac8c4
to
8ef7dbb
Compare
Fix => I've created a component to avoid multiple margin issue between labels and value |
Good idea but it needs to be discussed with product |
62fcf28
to
f052fac
Compare
|
05840ea
to
589f9a2
Compare
...common/stix_core_objects_or_stix_relationships/StixCoreObjectOrCoreRelationshipLabelsView.js
Outdated
Show resolved
Hide resolved
...rc/private/components/threats/threat_actors_individual/ThreatActorIndividualDemographics.tsx
Outdated
Show resolved
Hide resolved
...rc/private/components/threats/threat_actors_individual/ThreatActorIndividualDemographics.tsx
Outdated
Show resolved
Hide resolved
...rc/private/components/threats/threat_actors_individual/ThreatActorIndividualDetailsChips.tsx
Outdated
Show resolved
Hide resolved
…aThreatActorIndividual
…sThreatActorIndividual
6622dae
to
3b6d100
Compare
Proposed changes
AddPersonaThreatActorIndividual
andAddIndividualsThreatActorIndividual
and childs components :usePreloadedQuery
instead ofuseLazyLoadQuery
,useFragment
instead ofuseRefetchableFragment
+ removeuseEffect()
Related issues
Checklist
Further comments
othe