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(useravatar): create useravatar web component #6823

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

anamikaanu96
Copy link
Contributor

Closes #6786

I have implement useravatar web component with following props

  1. tooltip-text
  2. tooltip-alignment
  3. name
  4. renderIcon

What did you change?

packages/ibm-products-web-components/src/components/useravatar/index.ts
packages/ibm-products-web-components/src/components/useravatar/story-styles.scss
packages/ibm-products-web-components/src/components/useravatar/user-avatar.scss
packages/ibm-products-web-components/src/components/useravatar/user-avatar.mdx
packages/ibm-products-web-components/src/components/useravatar/user-avatar.stories.ts
packages/ibm-products-web-components/src/components/useravatar/user-avatar.ts
packages/ibm-products-web-components/src/index.ts
cspell.json

How did you test and verify your work? storybook and controls

@anamikaanu96 anamikaanu96 requested a review from a team as a code owner January 31, 2025 07:00
@anamikaanu96 anamikaanu96 requested review from matthewgallo and devadula-nandan and removed request for a team January 31, 2025 07:00
Copy link

netlify bot commented Jan 31, 2025

👷 Deploy Preview for ibm-products-web-components processing.

Name Link
🔨 Latest commit 3dd18b4
🔍 Latest deploy log https://app.netlify.com/sites/ibm-products-web-components/deploys/679cb1ae1e2bf000086804e5

Copy link

netlify bot commented Jan 31, 2025

Deploy Preview for carbon-for-ibm-products ready!

Name Link
🔨 Latest commit 3dd18b4
🔍 Latest deploy log https://app.netlify.com/sites/carbon-for-ibm-products/deploys/679cb1ae54e9d6000831b154
😎 Deploy Preview https://deploy-preview-6823--carbon-for-ibm-products.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jan 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.25%. Comparing base (d043ffa) to head (3dd18b4).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6823      +/-   ##
==========================================
+ Coverage   81.17%   81.25%   +0.08%     
==========================================
  Files         398      397       -1     
  Lines       12956    12949       -7     
  Branches     4283     4281       -2     
==========================================
+ Hits        10517    10522       +5     
+ Misses       2439     2427      -12     
Components Coverage Δ
ibm-products ∅ <ø> (∅)
ibm-products-web-components ∅ <ø> (∅)

@devadula-nandan
Copy link
Contributor

devadula-nandan commented Jan 31, 2025

@anamikaanu96 looks like some avt's and netlify build failed, could you check it?

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.

User avatar should use initials as default
2 participants