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

#1080: Display warning when node coloring enabled for PPIs #1125

Merged
merged 5 commits into from
Oct 16, 2024
Merged

Conversation

ceciliazaragoza
Copy link
Collaborator

@ceciliazaragoza ceciliazaragoza commented Oct 16, 2024

Issue #1080. When user viewing and PPI and node coloring enabled in navbar or sidebar, warning modal displays to let users know they are displaying mRNA-level expression data on a PPI network.

…ring is clicked and viewing a PPI. Want to change so that Warnings List is already collapsed and can view warning message immediately. Also found issue where Can enable node coloring from left panel with PPI but not with navbar menu
…Is, but need to make sure node coloring sidebar not disabled when first load PPI and that don't get long list of console warnings when load PPI the first time
Copy link
Owner

@dondi dondi left a comment

Choose a reason for hiding this comment

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

Looks good from a code-review perspective—for changes like these, the code review mainly looks at style and localized approaches instead of full functionality. We’ll definitely still want to put this through its paces to make sure that the fix truly does what it’s intended

}
refreshApp();
Copy link
Owner

Choose a reason for hiding this comment

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

As you might have observed, “refresh” calls are not expressly needed in frameworks like React and SwiftUI—but they still do happen. It is, in fact, part of what these frameworks offer that certain operations are done automatically and at the right moments, rather than leaving it to the programmer to make it happen

@dondi dondi merged commit bbde941 into beta Oct 16, 2024
@dondi dondi deleted the cecilia-1080 branch October 16, 2024 18:15
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.

2 participants