Add staff role mapping, display role in UI, and enhance staff playtime calculations

This commit is contained in:
2025-11-24 00:49:56 +01:00
parent 1d76895cbb
commit fb01fc7571
7 changed files with 59 additions and 17 deletions
@@ -78,7 +78,7 @@ export class StaffPtComponent implements OnInit {
parts.push(`${d}d`);
}
if (h > 0 || d > 0) {
parts.push(`${h}h`);
parts.push(`${h}hr`);
}
if (m > 0 || (h === 0 && d === 0)) {
parts.push(`${m}m`);