From 561c1d868c76beb4ffba4e04b1e19fe1d2d8f7e6 Mon Sep 17 00:00:00 2001 From: Kasper Seweryn Date: Mon, 2 May 2022 10:25:37 +0200 Subject: [PATCH] Migrate rest of inputs to new v-model --- front/src/components/audio/album/Widget.vue | 10 +- front/src/components/audio/artist/Widget.vue | 10 +- front/src/components/audio/track/Table.vue | 16 ++- front/src/components/channels/AlbumSelect.vue | 80 ++++++++------- .../src/components/channels/LicenseSelect.vue | 99 +++++++++---------- .../src/components/common/AttachmentInput.vue | 13 ++- front/src/components/common/CopyInput.vue | 10 +- .../src/components/common/InlineSearchBar.vue | 59 ++++++----- .../moderation/ReportCategoryDropdown.vue | 2 +- front/src/main.ts | 2 +- front/src/types.ts | 21 +++- front/src/views/channels/DetailBase.vue | 5 +- 12 files changed, 191 insertions(+), 136 deletions(-) diff --git a/front/src/components/audio/album/Widget.vue b/front/src/components/audio/album/Widget.vue index 08535d665..15246c83f 100644 --- a/front/src/components/audio/album/Widget.vue +++ b/front/src/components/audio/album/Widget.vue @@ -14,7 +14,7 @@