docs(Releases.razor): correct stale medium-tab comment — tabs are explicit markup, not enum-driven; adding a medium requires a hand-added panel in enum order
This commit is contained in:
@@ -54,10 +54,11 @@
|
|||||||
</MudStack>
|
</MudStack>
|
||||||
</MudStack>
|
</MudStack>
|
||||||
|
|
||||||
@* Medium tab strip: an ALL tab plus one tab per ReleaseMedium, ALL left-most. The medium tabs are
|
@* Medium tab strip: an ALL tab plus one explicit MudTabPanel per ReleaseMedium, ALL left-most. Each
|
||||||
enum-driven — a fourth medium adds a tab automatically; only a label-lookup entry (MediumTabLabels)
|
panel is hand-declared in markup (not enum-driven) so @ref captures of the per-tab grid components
|
||||||
and a content arm (MediumGrid) are needed, no markup fork. Selecting a tab swaps the grid below in
|
are possible. Adding a future medium requires a hand-added MudTabPanel; its position in markup must
|
||||||
place. *@
|
match ReleaseMedium enum order, since the ?medium= deep-link seed and ActiveMedium getter are
|
||||||
|
position-based (panel 0 = ALL, panels 1.. = enum values in order). *@
|
||||||
@* Medium-aware Add Track: the button reflects the active tab and pre-selects the upload form to that
|
@* Medium-aware Add Track: the button reflects the active tab and pre-selects the upload form to that
|
||||||
tab's medium via a single query-param (?medium=…); the ALL tab defaults to Cut. The medium is a seed
|
tab's medium via a single query-param (?medium=…); the ALL tab defaults to Cut. The medium is a seed
|
||||||
only — the upload form's selector stays user-changeable after landing. *@
|
only — the upload form's selector stays user-changeable after landing. *@
|
||||||
|
|||||||
Reference in New Issue
Block a user