From c358ba2b57aad3f22cb48acea79aac9388312e91 Mon Sep 17 00:00:00 2001 From: Daniel Biegler Date: Wed, 14 Feb 2024 16:35:42 +0100 Subject: [PATCH] Various improvements for the presentation-links component (#21338) Co-authored-by: Pascal Jufer Co-authored-by: Brainslug --- .changeset/spotty-taxis-shop.md | 5 + .../presentation-links/presentation-links.vue | 141 +++++++++++------- 2 files changed, 94 insertions(+), 52 deletions(-) create mode 100644 .changeset/spotty-taxis-shop.md diff --git a/.changeset/spotty-taxis-shop.md b/.changeset/spotty-taxis-shop.md new file mode 100644 index 0000000000..92d5aefa23 --- /dev/null +++ b/.changeset/spotty-taxis-shop.md @@ -0,0 +1,5 @@ +--- +'@directus/app': patch +--- + +Fixed various issues in the presentation-links component diff --git a/app/src/interfaces/presentation-links/presentation-links.vue b/app/src/interfaces/presentation-links/presentation-links.vue index 56fb87ba20..aad5da14e1 100644 --- a/app/src/interfaces/presentation-links/presentation-links.vue +++ b/app/src/interfaces/presentation-links/presentation-links.vue @@ -1,12 +1,11 @@