mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
Add "Upload Date" column
This commit is contained in:
@@ -11,3 +11,4 @@
|
||||
<td *ngIf="hasColumn('charter')">{{ song[0].charter || 'Various' }}</td>
|
||||
<td *ngIf="hasColumn('length')">{{ songLength }}</td>
|
||||
<td *ngIf="hasColumn('difficulty')">{{ songDifficulty }}</td>
|
||||
<td *ngIf="hasColumn('uploaded')" class="text-nowrap">{{ uploaded | date: 'yyyy-MM-dd' }}</td>
|
||||
|
||||
@@ -54,6 +54,10 @@ export class ResultTableRowComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
|
||||
get uploaded() {
|
||||
return this.song[0].modifiedTime
|
||||
}
|
||||
|
||||
get selected() {
|
||||
return this.selectionService.selections[this.groupId] ?? false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user