xuang7 commented on code in PR #5704:
URL: https://github.com/apache/texera/pull/5704#discussion_r3509359665
##########
frontend/src/app/dashboard/component/user/list-item/card-item/card-item.component.ts:
##########
@@ -131,9 +136,68 @@ export class CardItemComponent implements OnChanges {
private hubService: HubService,
private downloadService: DownloadService,
private cdr: ChangeDetectorRef,
- private notificationService: NotificationService
+ private notificationService: NotificationService,
+ private workflowCoverService: WorkflowCoverService
) {}
+ /** The top image src: the user's custom cover if present, otherwise the
default. */
+ get previewImage(): string {
Review Comment:
The previewImage getter appears to be unused outside of the test cases. Is
it still needed?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]