Skip to content

Commit

Permalink
feat(templates): update BitPersona usages across all projects to matc…
Browse files Browse the repository at this point in the history
…h new API specifications #7747 (#7748)
  • Loading branch information
Cyrus-Sushiant authored Jun 9, 2024
1 parent 283bf8e commit 6108da2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
var imageUrl = user.ProfileImageName is null ? null : $"{profileImageUrl}&file={user.ProfileImageName}";
}
<BitPersona Class="persona"
Text="@user.FullName"
ImageUrl="@imageUrl"
Size=@BitPersonaSize.Size48
PrimaryText="@user.FullName"
SecondaryText="@user.DisplayName"
Size=@BitPersonaSize.Size48
Presence="BitPersonaPresenceStatus.Online"
ImageUrl="@imageUrl"
OnImageClick=GoToProfile>
<ImageOverlayFragment>
<span>@Localizer[nameof(AppStrings.Edit)]</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="form-input-container">
<BitPersona ImageUrl="@imageUrl"
Size=@BitPersonaSize.Size72
Text="@user.FullName"
PrimaryText="@user.FullName"
SecondaryText="@user.DisplayName"
Presence="BitPersonaPresenceStatus.Online" />
</div>
Expand Down

0 comments on commit 6108da2

Please sign in to comment.