WIP profile UX

This commit is contained in:
Paul Schneider 2016-11-21 23:43:57 +01:00
commit 2bb55330c2
5 changed files with 26 additions and 11 deletions

View file

@ -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;