@page "/Cards/{baid:int}/Profile" @inject HttpClient Client

Profile

Card: @Baid @if (response is not null) {

Profile Options

@for (uint i = 0; i < 8; i++) { var index = i; @titlePlateStrings[index] } @foreach (var item in Enum.GetValues()) { }

Song Options

@for (uint i = 0; i < 15; i++) { var index = i; @speedStrings[index] } @foreach (var item in Enum.GetValues()) { } @for (uint i = 0; i < 19; i++) { var index = i; @toneStrings[index] } Notes Position
Costume Options
@if (isSavingOptions) { Saving... } else { Save }
}