refactor(player): move TimestampLabel from PlayerTransportZone to PlayerSeekZone so volume centers against buttons row height

This commit is contained in:
daniel-c-harvey
2026-06-05 14:38:38 -04:00
parent 31d2c2ee7e
commit 87f722fa58
6 changed files with 15 additions and 31 deletions
@@ -9,8 +9,6 @@ public partial class PlayerTransportZone : ComponentBase
[Parameter] public bool IsLoading { get; set; }
[Parameter] public bool IsStreaming { get; set; }
[Parameter] public double LoadProgress { get; set; }
[Parameter] public double DisplayTime { get; set; }
[Parameter] public double? Duration { get; set; }
[Parameter] public EventCallback TogglePlayPause { get; set; }
[Parameter] public EventCallback Stop { get; set; }
[Parameter] public string? Class { get; set; }