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(desc): add <SDescAvatar> (#455) #458

Merged
merged 1 commit into from
Jan 31, 2024
Merged

feat(desc): add <SDescAvatar> (#455) #458

merged 1 commit into from
Jan 31, 2024

Conversation

kiaking
Copy link
Member

@kiaking kiaking commented Jan 30, 2024

At the moment, I'm limiting this component to show only 1 user. Not sure yet how to display multiple users, especially combined with their names 🤔

<SDescItem span="2">
  <SDescLabel>Account</SDescLabel>
  <SDescAvatar
    :avatar="{
      avatar: 'https://i.pravatar.cc/64?img=1',
      name: 'margot.foster'
    }"
  />
</SDescItem>
Screenshot 2024-01-30 at 17 38 12

@kiaking kiaking added the enhancement New feature or request label Jan 30, 2024
@kiaking kiaking self-assigned this Jan 30, 2024
Copy link

netlify bot commented Jan 30, 2024

Deploy Preview for sefirot-docs ready!

Name Link
🔨 Latest commit 1996931
🔍 Latest deploy log https://app.netlify.com/sites/sefirot-docs/deploys/65b8b5bf020715000882882f
😎 Deploy Preview https://deploy-preview-458--sefirot-docs.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

netlify bot commented Jan 30, 2024

Deploy Preview for sefirot-story ready!

Name Link
🔨 Latest commit 1996931
🔍 Latest deploy log https://app.netlify.com/sites/sefirot-story/deploys/65b8b5bf53b5690008a36159
😎 Deploy Preview https://deploy-preview-458--sefirot-story.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.

@kiaking kiaking merged commit ab662e6 into main Jan 31, 2024
9 checks passed
@kiaking kiaking deleted the 455-desc-avatar branch January 31, 2024 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SDesc] Add component to show name and avatar of user(s)
3 participants