From 5e865c0234b00888b8383a89eb0448bac2de0a59 Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Fri, 9 Jan 2026 11:12:10 +0800 Subject: [PATCH] refactor(HistoryDatabase): improve project display logic and loading states - Added conditional rendering for the tech grid background and cards container based on project availability. - Simplified the empty state display logic when no projects are present. - Introduced a new CSS class to adjust layout when there are no projects, enhancing visual consistency. --- frontend/src/components/HistoryDatabase.vue | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/HistoryDatabase.vue b/frontend/src/components/HistoryDatabase.vue index cb79826..1443abf 100644 --- a/frontend/src/components/HistoryDatabase.vue +++ b/frontend/src/components/HistoryDatabase.vue @@ -1,10 +1,11 @@