Person Pages

This commit is contained in:
Simon Martens
2023-06-26 22:30:05 +02:00
parent e18f053865
commit cf0bc3cddf
18 changed files with 8571 additions and 495514 deletions

View File

@@ -7,7 +7,7 @@ public class RegisterViewModel {
public string Title { get; private set; }
public bool AllowSendIn { get; private set; }
public bool AllowSearch { get; private set; }
private List<(string, string)>? _AvailableCategories;
private List<(string, string)>? _AvailableSideCategories;