add UserRendererService and improve errors
This commit is contained in:
		
							parent
							
								
									6114f384a0
								
							
						
					
					
						commit
						f674d059fd
					
				
					 14 changed files with 607 additions and 25 deletions
				
			
		|  | @ -8,6 +8,7 @@ public class User : BaseModel | |||
|     public string? MemberTitle { get; set; } | ||||
|     public string? Avatar { get; set; } | ||||
|     public string[] Links { get; set; } = []; | ||||
|     public bool ListHidden { get; set; } | ||||
| 
 | ||||
|     public List<FieldEntry> Names { get; set; } = []; | ||||
|     public List<Pronoun> Pronouns { get; set; } = []; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue