From b40ca02bd1ce0f4a4e26508da87718e11e88b800 Mon Sep 17 00:00:00 2001 From: zheng020 Date: Tue, 2 Jun 2026 22:51:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(dashboard):=20UpcomingUpgrades=20+=20Recen?= =?UTF-8?q?tUpgrades=20=E5=8F=8C=E5=88=97=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard/components/CollectionMatrix.vue | 18 +- .../dashboard/components/RecentUpgrades.vue | 159 ++++++++++++++++++ .../dashboard/components/UpcomingUpgrades.vue | 140 +++++++++++++++ 3 files changed, 316 insertions(+), 1 deletion(-) create mode 100644 frontend/pages/dashboard/components/RecentUpgrades.vue create mode 100644 frontend/pages/dashboard/components/UpcomingUpgrades.vue diff --git a/frontend/pages/dashboard/components/CollectionMatrix.vue b/frontend/pages/dashboard/components/CollectionMatrix.vue index e418498..1a609c1 100644 --- a/frontend/pages/dashboard/components/CollectionMatrix.vue +++ b/frontend/pages/dashboard/components/CollectionMatrix.vue @@ -8,13 +8,19 @@ - + + + + + + + diff --git a/frontend/pages/dashboard/components/UpcomingUpgrades.vue b/frontend/pages/dashboard/components/UpcomingUpgrades.vue new file mode 100644 index 0000000..73b9f87 --- /dev/null +++ b/frontend/pages/dashboard/components/UpcomingUpgrades.vue @@ -0,0 +1,140 @@ + + + + +