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

Feature: MudBlazor - MudAvatar.Image is obsolete #2099

Closed
hocinehacherouf opened this issue May 22, 2023 · 0 comments · Fixed by #2101
Closed

Feature: MudBlazor - MudAvatar.Image is obsolete #2099

hocinehacherouf opened this issue May 22, 2023 · 0 comments · Fixed by #2101
Assignees
Labels
breaking-change The code change introduce some breaking change to notice component: blazor enhancement New feature or request

Comments

@hocinehacherouf
Copy link
Contributor

Is your feature request related to a problem? Please describe.

MudBlazor: MudAvatar.Image is obsolete MudBlazor/MudBlazor#6382

Describe the solution you'd like

To resolve this obsolecence, we should Add a MudImage as the ChildContent instead. Example:

From:

<MudAvatar Image="..." />

To:

<MudAvatar>
    <MudImage Src="..."></MudImage>
</MudAvatar>

Or (include alt of the image):

<MudAvatar>
    <MudImage Src="..." Alt="..."></MudImage>
</MudAvatar>
@hocinehacherouf hocinehacherouf added enhancement New feature or request refinement labels May 22, 2023
@github-project-automation github-project-automation bot moved this to 📝 Todo in IoT Hub Portal May 22, 2023
@kbeaugrand kbeaugrand self-assigned this May 23, 2023
@kbeaugrand kbeaugrand added breaking-change The code change introduce some breaking change to notice component: blazor and removed refinement labels May 23, 2023
@kbeaugrand kbeaugrand moved this from 📝 Todo to 🚧 In Progress in IoT Hub Portal May 23, 2023
@kbeaugrand kbeaugrand moved this from 🚧 In Progress to 💬 Ready for Review in IoT Hub Portal May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change The code change introduce some breaking change to notice component: blazor enhancement New feature or request
Projects
Status: 💬 Ready for Review
Development

Successfully merging a pull request may close this issue.

2 participants