-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feat: add section build details #3
Conversation
const sections = useMemo( | ||
() => | ||
subsections?.map(subsection => ( | ||
<Subsection key={''} infos={subsection.infos} /> |
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.
empty key
return ( | ||
<div className="flex flex-col gap-4 text-dimGray"> | ||
<div className="flex flex-col gap-2"> | ||
<span className="text-sm">{description}</span> |
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.
Nit: this is usually called eyebrow
() => | ||
infos.map(info => ( | ||
<LinkWithIcon | ||
key={''} |
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.
empty key
599d811
to
d7ca3f8
Compare
- add subsection - add section - add section group - fix link icon font size
- add route to build details page - add section group with mocked data
d7ca3f8
to
cfddb2d
Compare
How to test it
pnpm run dev
in dashboardhttp://localhost/build/aaaa
orhttp://localhost:5173/build/aaaa
Visual reference