From 44523609c113a711c39f2f9e62fcdbb17dbcdbc8 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sun, 7 Mar 2021 19:47:06 +0100 Subject: [PATCH] Removed entity name from tag photo description and appending it dynamically. --- assets/components/album/album.vue | 14 +- assets/components/tags/photos.vue | 54 +-- assets/components/tags/tile.vue | 9 +- seeds/04_media.js | 608 +++++++++++++++--------------- 4 files changed, 344 insertions(+), 341 deletions(-) diff --git a/assets/components/album/album.vue b/assets/components/album/album.vue index 1850a616..7c6752e2 100644 --- a/assets/components/album/album.vue +++ b/assets/components/album/album.vue @@ -35,7 +35,15 @@ {{ item.title }} for {{ item.entity.name }} + + {{ item.title }} @@ -194,6 +202,10 @@ export default { line-height: 1.25; transform: translateY(100%); transition: transform .25s ease; + + .link { + color: inherit; + } } @media(max-width: $breakpoint-giga) { diff --git a/assets/components/tags/photos.vue b/assets/components/tags/photos.vue index 7dc45fea..f5e8dff0 100644 --- a/assets/components/tags/photos.vue +++ b/assets/components/tags/photos.vue @@ -1,30 +1,5 @@