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 intermittent issue with model card title and description labels #213

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

jmbejar
Copy link
Collaborator

@jmbejar jmbejar commented Aug 12, 2024

Fixes #204

There was an issue where the title or description of some models in the main listing were not visible. The root problem was we were using similar identifiers for the title and description labels in ModelCard and ModelCardViewAllModal widgets (which is a nested view under the model card view).

The solution is to remove the ambiguity by providing unique identifiers for the labels into the modal widget, so the widget lookup for the labels is what we expect in each case.

There was an issue where the title or description of some models in the
main listing were not visible. The root problem was we were using
similar identifiers for the title and description labels in ModelCard
and ModelCardViewAllModal widgets (which is a nested view under the
model card view).

The solution is to use unique identifiers, so the widget lookup
retrieves what we expect in each case..
@jmbejar jmbejar merged commit 245d104 into dev Aug 12, 2024
5 checks passed
@jmbejar jmbejar deleted the fix-model-card-title-and-description branch August 12, 2024 19: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.

1 participant