-
Notifications
You must be signed in to change notification settings - Fork 223
Apply grade_levels tags styling to category metadata tags #5128
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
Apply grade_levels tags styling to category metadata tags #5128
Conversation
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.
Hi @LianaHarris360, thank you. Code looks good to me overall.
Before I preview - updated experience looks much better to me from the screenshots, just want to make sure that this is okay with designers? Was there a previous conversation?
>{{ subtitle }}</span> | ||
<span | ||
v-if="node.categories ? Object.keys(node.categories).length > 0 : null" | ||
class="text" |
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.
I don't see text
class being used from anywhere now, can be removed from <styles>
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.
The subtitle above uses the text
class as well :)
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.
Ah sorry I've missed that
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.
Code changes look correct to me. I was however unable to run the branch locally although I think this is not related any changes you have made (I'll cross-check with unstable). So merging this pr should be fine after incorporating Misha's feedback. Thanks @LianaHarris360
That's fine @LianaHarris360, I thought there might be some hidden Slack threads :) |
Summary
This pull request updates the styling of the metadata category tags to ensure visual consistency and enhance their styling, so that it is easier to more quickly identify when category tags have been successfully updated during bulk editing.
Before:
After:
References
Fixes #5042
Reviewer guidance
Ensure that the category tags have the same visual styling as the grade level tags and that there are no regressions when updating the category tags.