-
Notifications
You must be signed in to change notification settings - Fork 0
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
User can see material description #73
User can see material description #73
Conversation
- This accessibility issue is now handled inside the <Badge/> comp directly now
- We have a story for both mobile and desktop for each component.
… match the design
…, WorkPageLayout, CoverPicture, and InfoBox components for improved organization and clarity
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.
Good stuff. I have some comments. Lets talk about them 😊
function ({ addVariant }: { addVariant: (name: string, generator: string) => void }) { | ||
addVariant("not-first", "&:not(:first-child)") | ||
}, |
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.
What does this code enable?
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.
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.
Can we instead use space-y-7 on the parent? I like when spacing are defined one place the parent instead of applying it on each child. :)
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.
It's the other way around - we need the margin-top to be there on every <hr>
that's not the first <hr>
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.
Let me show you what I mean tomorrow :)
function ({ addVariant }: { addVariant: (name: string, generator: string) => void }) { | ||
addVariant("not-first", "&:not(:first-child)") | ||
}, |
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.
Can we instead use space-y-7 on the parent? I like when spacing are defined one place the parent instead of applying it on each child. :)
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.
LGTM 👍
Link to issue
https://reload.atlassian.net/browse/DDFBRA-169
Description
This PR adds:
Screenshot of the result
Additional comments or questions
There's a bug when redirecting to the search using tag buttons (inside InfoBoxItem.tsx) where it doesn't really update the search. It has something to do with x-state so I'll need Mikkel to help.