From 506e541872482ff98e043394141d2e02ce7a21b6 Mon Sep 17 00:00:00 2001 From: Bryon Lewis Date: Fri, 13 Mar 2026 09:26:36 -0400 Subject: [PATCH 1/4] refactor recordings --- client/src/components/RecordingTable.vue | 653 +++++++++++++++++++ client/src/views/Recordings.vue | 765 ++--------------------- 2 files changed, 703 insertions(+), 715 deletions(-) create mode 100644 client/src/components/RecordingTable.vue diff --git a/client/src/components/RecordingTable.vue b/client/src/components/RecordingTable.vue new file mode 100644 index 00000000..56fa8e3d --- /dev/null +++ b/client/src/components/RecordingTable.vue @@ -0,0 +1,653 @@ + + + + + diff --git a/client/src/views/Recordings.vue b/client/src/views/Recordings.vue index aa499c41..3007cc48 100644 --- a/client/src/views/Recordings.vue +++ b/client/src/views/Recordings.vue @@ -1,290 +1,36 @@ @@ -406,13 +119,11 @@ export default defineComponent({ - + Upload Recording - - - Batch Upload - + + Batch Upload @@ -445,205 +156,13 @@ export default defineComponent({ - - - - - - - - - - - - - - - - - - - - -
- - Total: {{ totalMyCount }} recording{{ totalMyCount !== 1 ? 's' : '' }} - -
+ ref="myRecordingsTableRef" + variant="my" + :edit-recording="editRecording" + :open-delete-recording-dialog="openDeleteRecordingDialog" + /> -
- Shared -
+
Shared
- - - - - - - - - - - - - - - - - - -
- - Total: {{ totalSharedCount }} recording{{ totalSharedCount !== 1 ? 's' : '' }} - -
+