From b8265924c84dbacd1ccec39d769f10ccffd5f91e Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 23 Feb 2022 11:15:05 +0100 Subject: [PATCH] make whole table row clickable --- admin/src/components/DeletedUserFormular.vue | 2 +- admin/src/components/RowDetails.vue | 2 +- .../components/Tables/OpenCreationsTable.vue | 4 +- .../src/components/Tables/SearchUserTable.vue | 104 +++++++++--------- admin/src/mixins/toggleRowDetails.js | 2 +- admin/src/mixins/toggleRowDetails.test.js | 8 +- 6 files changed, 64 insertions(+), 58 deletions(-) diff --git a/admin/src/components/DeletedUserFormular.vue b/admin/src/components/DeletedUserFormular.vue index 4e9871cfd..ead23829b 100644 --- a/admin/src/components/DeletedUserFormular.vue +++ b/admin/src/components/DeletedUserFormular.vue @@ -6,7 +6,7 @@
{{ $t('delete_user') }}
-
{{ item.deletedAt ? $t('undelete_user') : $t('delete_user') }}
+
{{ item.deletedAt ? $t('undelete_user') : $t('delete_user') }}
diff --git a/admin/src/components/RowDetails.vue b/admin/src/components/RowDetails.vue index 319936a70..034114baa 100644 --- a/admin/src/components/RowDetails.vue +++ b/admin/src/components/RowDetails.vue @@ -4,7 +4,7 @@ - + @@ -27,7 +27,7 @@ type="show-creation" slotName="show-creation" :index="0" - @row-toogle-details="rowToogleDetails" + @row-toggle-details="rowToggleDetails" >