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(core): add addresses tab content #748

Merged
merged 2 commits into from
Apr 18, 2024
Merged

feat(core): add addresses tab content #748

merged 2 commits into from
Apr 18, 2024

Conversation

bc-alexsaiannyi
Copy link
Contributor

What/Why?

This PR adds a list of customer's addresses. Edit, delete or add new address will be added separately.

Testing

locally

Screenshot 2024-04-10 at 16 39 06

@bc-alexsaiannyi bc-alexsaiannyi requested a review from a team as a code owner April 10, 2024 14:43
Copy link

changeset-bot bot commented Apr 10, 2024

🦋 Changeset detected

Latest commit: 8ea4c99

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@bigcommerce/catalyst-core Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Apr 10, 2024

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

Name Status Preview Comments Updated (UTC)
catalyst-latest ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 18, 2024 0:55am
catalyst-test-store ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 18, 2024 0:55am
catalyst-testbed ✅ Ready (Inspect) Visit Preview Apr 18, 2024 0:55am
4 Ignored Deployments
Name Status Preview Comments Updated (UTC)
catalyst-1millionproducts-store ⬜️ Ignored (Inspect) Visit Preview Apr 18, 2024 0:55am
catalyst-au ⬜️ Ignored (Inspect) Visit Preview Apr 18, 2024 0:55am
catalyst-storybook ⬜️ Ignored (Inspect) Visit Preview Apr 18, 2024 0:55am
catalyst-uk ⬜️ Ignored (Inspect) Visit Preview Apr 18, 2024 0:55am


export const AddressesContent = async ({ addresses, pageInfo, title }: Props) => {
// eslint-disable-next-line @typescript-eslint/consistent-type-assertions
const locale = (await getLocale()) as LocaleType;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
const locale = (await getLocale()) as LocaleType;
const locale = await getLocale();

Probably you don't need type assertion here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I've simplified type here to string.

Copy link
Contributor

⚡️🏠 Lighthouse report

Lighthouse ran against https://catalyst-latest-ja2b5m1u2-bigcommerce-platform.vercel.app

🖥️ Desktop

We ran Lighthouse against the changes on a desktop and produced this report. Here's the summary:

Category Score
🟢 Performance 100
🟢 Accessibility 100
🟠 Best practices 78
🟢 SEO 90

📱 Mobile

We ran Lighthouse against the changes on a mobile and produced this report. Here's the summary:

Category Score
🟢 Performance 96
🟢 Accessibility 100
🟠 Best practices 78
🟢 SEO 92

@bc-alexsaiannyi bc-alexsaiannyi added this pull request to the merge queue Apr 18, 2024
Merged via the queue into main with commit dc03f50 Apr 18, 2024
14 of 15 checks passed
@bc-alexsaiannyi bc-alexsaiannyi deleted the addresses-tab branch April 18, 2024 12:57
@github-actions github-actions bot mentioned this pull request Apr 18, 2024
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.

5 participants