Skip to content

fix(mobile-vitals): Only display stall percentage for react native#27645

Merged
Zylphrex merged 1 commit intomasterfrom
fix/only-display-stall-percentage-for-react-native
Jul 21, 2021
Merged

fix(mobile-vitals): Only display stall percentage for react native#27645
Zylphrex merged 1 commit intomasterfrom
fix/only-display-stall-percentage-for-react-native

Conversation

@Zylphrex
Copy link
Copy Markdown
Member

Stall percentage is always visible in the mobile landing table but only shows as
needed in the vital cards. This change makes it consistent to ensure that it
only shows when react-native projects are selected.

Stall percentage is always visible in the mobile landing table but only shows as
needed in the vital cards. This change makes it consistent to ensure that it
only shows when react-native projects are selected.
@Zylphrex Zylphrex requested a review from a team as a code owner July 21, 2021 18:48
// At this point, all projects are mobile projects.
// If in addition to that, all projects are react-native projects,
// then show the stall percentage as well.
const projectIds = genericEventView.project;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Yeah this is fine for now, I think we can pull this out later when we do auto-display for mobile.

@Zylphrex Zylphrex merged commit 633cb0c into master Jul 21, 2021
@Zylphrex Zylphrex deleted the fix/only-display-stall-percentage-for-react-native branch July 21, 2021 20:13
@github-actions github-actions bot locked and limited conversation to collaborators Aug 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants