WIP profile UX
This commit is contained in:
parent
597a7753a4
commit
2bb55330c2
5 changed files with 26 additions and 11 deletions
|
|
@ -16,6 +16,14 @@ namespace BookAStar.ViewModels.UserProfile
|
|||
|
||||
internal class UserProfileViewModel : ViewModel
|
||||
{
|
||||
public bool IsAPerformer
|
||||
{
|
||||
get
|
||||
{
|
||||
return User?.Roles.Contains("Performer") ?? false;
|
||||
}
|
||||
|
||||
}
|
||||
public string UserFilesLabel
|
||||
{
|
||||
get; set;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue