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

US7 // parts detailPage #14

Merged
merged 41 commits into from
Jun 29, 2023
Merged

US7 // parts detailPage #14

merged 41 commits into from
Jun 29, 2023

Conversation

matschi3
Copy link
Owner

Hi ✌🏼
i also set borderSize values to global variables

US7
Deployment

@vercel
Copy link

vercel bot commented Jun 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
capstone ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 29, 2023 2:36pm

Copy link

@actyvystom actyvystom left a comment

Choose a reason for hiding this comment

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

Great work! 🚀

Copy link

@mpagels mpagels left a comment

Choose a reason for hiding this comment

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

Very good job here. Have added one small improvement. Pls have a look.

Comment on lines 19 to 22
const uuid4 = uuidv4();

const newPart = {
uuid: uuid4,
Copy link

Choose a reason for hiding this comment

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

You can just use uuid4() while creating the object newPart and save one line of code

Suggested change
const uuid4 = uuidv4();
const newPart = {
uuid: uuid4,
const newPart = {
uuid: uuidv4(),

Copy link
Owner Author

Choose a reason for hiding this comment

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

oh great advice 👌 thanks
i'll fix this

@matschi3 matschi3 merged commit 73b6863 into main Jun 29, 2023
@matschi3 matschi3 deleted the feature/us7/partDetailsPage branch June 29, 2023 14:38
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.

3 participants