Skip to content
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

Merged
merged 2 commits into from
Jul 23, 2024
Merged

Conversation

mari1912
Copy link
Collaborator

  • Add build details section component
  • Add navigation to build details
  • Add mocked build details section

How to test it

  • Run the docker compose
  • Other option is to run pnpm run dev in dashboard
  • Go to http://localhost/build/aaaa or http://localhost:5173/build/aaaa

Visual reference

image

@mari1912 mari1912 requested a review from lfjnascimento July 22, 2024 19:49
@mari1912 mari1912 self-assigned this Jul 22, 2024
const sections = useMemo(
() =>
subsections?.map(subsection => (
<Subsection key={''} infos={subsection.infos} />
Copy link
Collaborator

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>
Copy link
Collaborator

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={''}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

empty key

@mari1912 mari1912 force-pushed the feat/add-section-build-details branch from 599d811 to d7ca3f8 Compare July 23, 2024 11:03
mari1912 added 2 commits July 23, 2024 10:16
- add subsection
- add section
- add section group
- fix link icon font size
- add route to build details page
- add section group with mocked data
@mari1912 mari1912 force-pushed the feat/add-section-build-details branch from d7ca3f8 to cfddb2d Compare July 23, 2024 13:16
@mari1912 mari1912 merged commit b0008c0 into main Jul 23, 2024
4 checks passed
@mari1912 mari1912 deleted the feat/add-section-build-details branch July 23, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants