diff --git a/client/src/App.vue b/client/src/App.vue index 461e62b..c2fb841 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -123,3 +123,9 @@ export default defineComponent({ + + \ No newline at end of file diff --git a/client/src/components/AnnotationList.vue b/client/src/components/AnnotationList.vue index a814662..4760198 100644 --- a/client/src/components/AnnotationList.vue +++ b/client/src/components/AnnotationList.vue @@ -64,7 +64,10 @@ export default defineComponent({ - + diff --git a/client/src/components/RecordingList.vue b/client/src/components/RecordingList.vue index b8d5433..928806e 100644 --- a/client/src/components/RecordingList.vue +++ b/client/src/components/RecordingList.vue @@ -47,53 +47,43 @@ export default defineComponent({ My Recordings - - - - Name - - Public - Annotations - - - - - - {{ item.name }} - - - - - mdi-check - - - mdi-close - - - - - {{ item.userAnnotations }} - - - + + + + Name: + {{ item.name }} + + + + + + Public: + + mdi-check + + + mdi-close + + + + + Annotations:{{ item.userAnnotations }} + + + + @@ -105,55 +95,48 @@ export default defineComponent({ label="Filter Annotated" dense /> - - - - Name - - Owner - Annotated - - - - - - {{ item.name }} - - - - - {{ item.owner_username }} - - - - - - mdi-check - - + + + Name: + - mdi-close - - - - + {{ item.name }} + + + + + + + Owner: {{ item.owner_username }} + + + + + + + Annotated: + + mdi-check + + + mdi-close + + + + + diff --git a/client/src/views/Spectrogram.vue b/client/src/views/Spectrogram.vue index 62c1624..670083c 100644 --- a/client/src/views/Spectrogram.vue +++ b/client/src/views/Spectrogram.vue @@ -376,7 +376,6 @@ export default defineComponent({