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 comp lib): Add macpro UI component library #13

Merged
merged 23 commits into from
Mar 6, 2023
Merged

Conversation

Walesango2
Copy link
Contributor

Purpose

Add ui component for site development

Linked Issues to Close

Closes #https://qmacbis.atlassian.net/browse/OY2-22796

Approach

Added macpro-ux-lib

@Walesango2 Walesango2 requested a review from 13bfrancis March 2, 2023 13:23
Copy link
Collaborator

@benjaminpaige benjaminpaige left a comment

Choose a reason for hiding this comment

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

Theres a few thing id like to see improved here. Also we are still using the existing header with the home and posts link. we should probably include those links in this new header and get rid of the old one right?

also 90% of these commits are just from prettier not automatically formatting on save. Fix that!

Logo,
Footer,
UsaBanner,
} from "@enterprise-cmcs/macpro-ux-lib";
Copy link
Collaborator

Choose a reason for hiding this comment

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

so id recommend bringing everything in as something like:
import * as UI from "@enterprise-cmcs/macpro-ux-lib"

but also it doesnt seem like you are using most of these things in your file.

it would be nice to use the UsaBanner under the header.

Comment on lines 24 to 47
[
{
href: "",
text: "Navigational Link",
},
{
href: "",
text: "Navigational Link",
},
{
href: "",
text: "Navigational Link",
},
{
href: "",
text: "Navigational Link",
},
],
[
{
href: "",
text: "Navigational Link",
},
],
Copy link
Collaborator

Choose a reason for hiding this comment

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

im guessing you just copy pastad from the storybook example. but if these links dont go anywhere only include maybe one.

Copy link
Collaborator

Choose a reason for hiding this comment

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

That's fair. Good point Ben. Yeah if we can really slim this down it would be nice.

src/services/ui/src/pages/Home.tsx Outdated Show resolved Hide resolved
@codeclimate
Copy link

codeclimate bot commented Mar 6, 2023

Code Climate has analyzed commit 2ed5565 and detected 0 issues on this pull request.

View more on Code Climate.

@benjaminpaige benjaminpaige changed the title Add UI component library feat(Add comp lib): Add macpro UI component library Mar 6, 2023
@benjaminpaige benjaminpaige merged commit b5e3ab6 into master Mar 6, 2023
@benjaminpaige benjaminpaige deleted the heaer-ws branch March 6, 2023 18:30
@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants