From 0da3809c4508e976f32d898e1ab62d56302ba5c1 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Wed, 24 Jan 2024 16:02:28 +0100 Subject: [PATCH] added pulsar to card-title --- frontend/src/components/CurrentlyBuilding.vue | 45 +++++++++++++++---- 1 file changed, 37 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/CurrentlyBuilding.vue b/frontend/src/components/CurrentlyBuilding.vue index bb15da9..f0d648a 100644 --- a/frontend/src/components/CurrentlyBuilding.vue +++ b/frontend/src/components/CurrentlyBuilding.vue @@ -6,8 +6,14 @@ style="border-radius: 10px; border: 2px solid grey" variant="elevated"> - Building - Idle + +
+ Building + + +
+ Idle + - + style="transform: translateX(-620px)"> + Last updated {{ lastUpdatedSeconds > 59 @@ -28,12 +36,12 @@ - + Building {{ pkg.pkgbase }} ({{ pkg.repo }}) @@ -192,14 +200,35 @@ onMounted(() => {