From 9278260837d50ff2efdde25e1bc9200bd4f93d21 Mon Sep 17 00:00:00 2001 From: juancarmore Date: Wed, 18 Feb 2026 16:47:54 +0100 Subject: [PATCH] frontend: improve recording action buttons with consistent attributes and structure --- .../recording-lists.component.html | 44 +++++++++++-------- 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/recordings/components/recording-lists/recording-lists.component.html b/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/recordings/components/recording-lists/recording-lists.component.html index 11f45f5d..59d32ac2 100644 --- a/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/recordings/components/recording-lists/recording-lists.component.html +++ b/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/recordings/components/recording-lists/recording-lists.component.html @@ -416,26 +416,34 @@ matTooltip="Play Recording" class="action-button play-button" (click)="playRecording(recording)" - [disabled]="loading()" - id="play-recording-btn-{{ recording.recordingId }}" - > - play_arrow - - } + [disabled]="loading()" + id="play-recording-btn-{{ recording.recordingId }}" + > + play_arrow + + } - - @if (canDownloadRecording(recording)) { - + } + + @if (isRecordingFailed(recording)) { +