From 8f5b7e9c4537b3b16c8d31203ea244734dece02d Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sun, 3 Nov 2024 01:56:51 +0100 Subject: [PATCH] Fixed bio and profile nav overflow, scene page channel name when no logo. --- common | 2 +- components/actors/bio.vue | 18 ++++++++++++++---- pages/scene/+Page.vue | 7 ++++++- pages/users/@username/+Page.vue | 9 +++++++-- src/actors.js | 17 ++++++++++++++++- 5 files changed, 44 insertions(+), 9 deletions(-) diff --git a/common b/common index 1122b41..97d7e9c 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 1122b4198f2c5bc27f9f4e3f3aedea6c81f09ba1 +Subproject commit 97d7e9cfd0bbf8e507e8fdb87fb2cc78aef6a1a6 diff --git a/components/actors/bio.vue b/components/actors/bio.vue index 4c3488b..32a26bc 100644 --- a/components/actors/bio.vue +++ b/components/actors/bio.vue @@ -297,8 +297,8 @@
  • #{{ actor.id }} Updated {{ formatDate(actor.updatedAt, 'yyyy-MM-dd') }} + :title="formatDate(actor.updatedAt, 'yyyy-MM-dd hh:mm')" + >{{ formatDate(actor.updatedAt, 'yyyy-MM-dd') }}