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

fix: removes htmlEncode function for phenogrid #474

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

dpavam
Copy link
Collaborator

@dpavam dpavam commented Dec 3, 2024

Context

Monarch App update v1.10.0 fixed the following phenogrid issues:

  1. Encoding of labels in phenogrid
  2. Phenogrid cell labels
  3. Out of frame phenogrid. This was bug introduced after v1.9.0.

Fix

The current change removes the encoding that was placed as a temporary measure for the first issue.

This measure allowed to pass special characters from mouse models ("<", ">", "&") into the tooltips of the Phenogrid without losing information. The downside was the labels on the x-axis would display the characters instead of the formatted mouse model description.

With the changes from Monarch, encoding is no longer necessary.

@dpavam dpavam requested a review from francisco-ebi December 3, 2024 09:36
Copy link
Contributor

@francisco-ebi francisco-ebi left a comment

Choose a reason for hiding this comment

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

I tested locally and looks good.

@francisco-ebi
Copy link
Contributor

Merge it at your convenience 😃

@dpavam dpavam merged commit 14e4a22 into main Dec 3, 2024
@dpavam dpavam deleted the fix/remove-encodings-from-phenogrid-labels branch December 3, 2024 12:38
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