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

Create PersonListItem component #1071

Merged
merged 2 commits into from
Jan 27, 2025
Merged

Conversation

sauldom102
Copy link
Contributor

Description

We will need this component for the Team status modal that we will be working on in a few weeks.

Screenshots

Screenshot 2025-01-17 at 16 04 11 Screenshot 2025-01-17 at 16 05 12 Screenshot 2025-01-17 at 16 04 27 Screenshot 2025-01-17 at 16 04 42 Screenshot 2025-01-17 at 16 04 51

Figma Link

https://www.figma.com/design/w6fJACPUqlLhp2sPosimJf/Web-Components-(Copy)?node-id=2368-55282&t=F1E8CFJGbwSx4YOy-4

@sauldom102 sauldom102 requested a review from a team as a code owner January 17, 2025 15:05
Copy link

github-actions bot commented Jan 17, 2025

🔍 Visual review for your branch is published 🔍

Here are the links to:

import { InfoCircle } from "@/icons/app"
import React from "react"

export type PersonListItemProps = {
Copy link
Contributor

Choose a reason for hiding this comment

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

can we simplify the type? I am lost with logical AND and OR props, it's quite puzzling

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 sure, I'll try to simplify it

@sauldom102 sauldom102 merged commit bb334fe into main Jan 27, 2025
9 checks passed
@sauldom102 sauldom102 deleted the create-personlistitem-component branch January 27, 2025 11: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.

2 participants