-
Notifications
You must be signed in to change notification settings - Fork 135
fix: library dropdowns behavior #2210
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
base: master
Are you sure you want to change the base?
Changes from 12 commits
70c3b57
61ecc58
4d5cef9
5bf5613
92d9629
fde7d3d
e48d1ca
85f03a2
c651e1f
661f46a
4a1593d
b290b4e
abd97f4
6dbd7a8
a15e15b
6335c60
960961b
2314cb8
63df6c0
a2089e5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ const FilterByPublished = ({ | |
onChange={() => { toggleFilterMode(filter); }} | ||
> | ||
<div> | ||
{filterLabels[filter]} | ||
{filterLabels[filter]}{' '} | ||
<Badge variant="light" pill>{publishStatus[filter] ?? 0}</Badge> | ||
Comment on lines
+65
to
66
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually, our translated filter labels should be formatted text that includes a variable for this count badge, so that RTL languages can opt to put the count on the left side of the text label. But since that's out of scope for this change it's ok to do as a follow-up PR. CC @ChrisChV There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nice find There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Alternatively, this spacing can be handled with CSS. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @DanielVZ96 I agree with Jill, could you use CSS for the spacing (
I will create an issue for this |
||
</div> | ||
</MenuItem> | ||
|
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.
@DanielVZ96 Could you apply the same to the section/subsection child preview cards:
And to the Unit child preview cards: