From 18ecfafd80858977c09202987d8a3c08f99d8e36 Mon Sep 17 00:00:00 2001 From: Nguyen Ngo Date: Fri, 15 Aug 2025 17:33:12 -0400 Subject: [PATCH] Minor change --- templates/dashboard.html | 72 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 70 insertions(+), 2 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index 702a4ce..3733f67 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -792,6 +792,12 @@ opacity: 1; } +/* Animations */ +@keyframes fadeIn { + from { opacity: 0; } + to { opacity: 1; } +} + @keyframes slideIn { from { opacity: 0; @@ -1083,7 +1089,7 @@ onclick="openQRModalFromData(this)">
-
+
QR Code for {{ qr.name }}
@@ -1176,7 +1182,7 @@ onclick="openQRModalFromData(this)">
-
+
QR Code for {{ qr.name }}
@@ -1257,6 +1263,18 @@ {% endif %}
+ +
+ +
+