feat: per-group sort order (defined/alpha) in group form and converter

This commit is contained in:
Falkan
2026-03-17 19:59:02 -04:00
parent 6d72242aaa
commit 1317f5e8fb
3 changed files with 18 additions and 2 deletions

View File

@@ -37,6 +37,8 @@ export interface Group {
baseUnitId: string;
/** Relative scale for cross-group YOLO conversions. */
toUniversal: number;
/** Display order for units in the converter. Defaults to 'defined'. */
sortOrder?: 'defined' | 'alpha';
}
/** Full data payload for units and groups. */