-
Notifications
You must be signed in to change notification settings - Fork 32
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
[ME]: Fix misc issues with dashboard view #990
Conversation
Affected libs:
|
📷 Screenshots are here! |
12b0e3c
to
98c584d
Compare
ba93874
to
a98e713
Compare
a122918
to
8b33a3d
Compare
tailwind.base.css
Outdated
--rounded: var(--gn-ui-badge-rounded, 0.25em); | ||
--padding: var(--gn-ui-badge-padding, 0.375em 0.75em); | ||
--padding: var(--gn-ui-badge-padding, 0.375em 0.875em); | ||
--text-color: var(--gn-ui-badge-text-color, var(--color-gray-50)); | ||
--background-color: var(--gn-ui-badge-background-color, black); | ||
--opacity: var(--gn-ui-badge-opacity, 0.7); | ||
@apply inline-block opacity-[--opacity] p-[--padding] rounded-[--rounded] | ||
font-medium text-[length:0.875em] leading-none text-[color:--text-color] bg-[color:--background-color]; | ||
@apply opacity-[--opacity] p-[--padding] rounded-[--rounded] | ||
font-medium text-[length:0.875em] text-[color:--text-color] text-xs bg-[color:--background-color] flex justify-center items-center content-center; |
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.
We should keep in mind that these changes affect all badges in gn-ui including the datahub.
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.
Yes, I checked the datahub and badges seems ok.
[ME]: Seperate search inputs for allRecord and myRecords
@tkohr I did some more tests and found these suggestions:
|
Thanks for the review @jahow! I've addressed the points above, hoping it looks good to merge now :-) |
@tkohr wait, before merging could you please change back the text size of the gn-ui-badge to what it was before? and then use a smaller text size in the editor when needed? otherwise the keywords look too small in the datahub now |
and revert generic badge font size and padding
Done. Note that I had to make the |
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.
Description
This PR fix many issues:
Screenshots
Quality Assurance Checklist
breaking change
labelbackport <release branch>
label**This work is sponsored by **.