From bcab719010c8b82c7262e097f8349c09feb8a59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Sun, 12 Nov 2023 22:28:24 +0100 Subject: [PATCH] feat(front): add fw buttons to radio pages --- front/src/components/library/Radios.vue | 10 ++++++---- front/src/components/radios/Button.vue | 13 ++++++------- front/src/components/radios/Card.vue | 16 +++++++++------- 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/front/src/components/library/Radios.vue b/front/src/components/library/Radios.vue index f12b41b39..6887e7d54 100644 --- a/front/src/components/library/Radios.vue +++ b/front/src/components/library/Radios.vue @@ -11,6 +11,8 @@ import { syncRef } from '@vueuse/core' import { sortedUniq } from 'lodash-es' import { useStore } from '~/store' +import { FwButton } from '@funkwhale/ui' + import axios from 'axios' import $ from 'jquery' @@ -153,13 +155,13 @@ const paginateOptions = computed(() => sortedUniq([12, 25, 50, paginateBy.value]

{{ $t('components.library.Radios.header.user') }}

- {{ $t('components.library.Radios.button.create') }} - +