From 248284443862a5abb7a4eec353a223ff37529a84 Mon Sep 17 00:00:00 2001 From: Kasper Seweryn Date: Mon, 14 Aug 2023 16:35:05 +0200 Subject: [PATCH] lint: fix linting Part-of: --- front/src/components/audio/ChannelEntries.vue | 45 ++++++++++-- front/src/components/audio/podcast/Row.vue | 73 ++++++++++++++----- front/src/components/audio/podcast/Table.vue | 53 +++++++++++--- front/src/composables/useLogger.ts | 1 + front/src/composables/useMarkdown.ts | 4 +- .../specs/composables/useMarkdown.test.ts | 36 ++++----- 6 files changed, 157 insertions(+), 55 deletions(-) diff --git a/front/src/components/audio/ChannelEntries.vue b/front/src/components/audio/ChannelEntries.vue index 1feefde84..ece0c3440 100644 --- a/front/src/components/audio/ChannelEntries.vue +++ b/front/src/components/audio/ChannelEntries.vue @@ -62,17 +62,46 @@ watch(page, fetchData, { immediate: true })