9ac2c9182a
- Redesigned audio player bar to be mobile-friendly - Added unloading for track switching (needs to be fixed) - Added IsLoading status so loading spinner isn't hanging around when it shouldn't be - Normalized styles with scoped files (will further reduce) - Layout Cleanup - EF fixes (migrations now function for deployment) - deploy script updates (new dedicated host)
5 lines
201 B
Plaintext
5 lines
201 B
Plaintext
<div class="timestamp-display">
|
|
<MudText Typo="Typo.body2" Class="time-text">
|
|
@FormatTime(CurrentTime) / @(Duration.HasValue ? FormatTime(Duration.Value) : "--:--")
|
|
</MudText>
|
|
</div> |