refactor: finish route-first shell

This commit is contained in:
2026-05-04 21:58:22 +02:00
parent 9c3f7c039e
commit 73dc4a9cd4
14 changed files with 127 additions and 128 deletions

View File

@@ -370,8 +370,6 @@ public partial class CharacterPanel
[Parameter] public string RollVisibility { get; set; } = "public";
[Parameter] public bool EnableInteractiveControls { get; set; }
[Parameter] public EventCallback<string> RollVisibilityChanged { get; set; }
[Parameter] public Func<Guid, string> OwnerLabel { get; set; } = _ => string.Empty;