Add staff role mapping, display role in UI, and enhance staff playtime calculations
This commit is contained in:
@@ -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`);
|
||||
|
||||
Reference in New Issue
Block a user