From c4fde0717b596d1ff512185c1073006f3939c758 Mon Sep 17 00:00:00 2001 From: Marshu Date: Fri, 5 Dec 2025 00:06:26 +0800 Subject: [PATCH 1/3] feat(status-page): add search functionality to filter monitors - Add search box in overall-status block with visual divider - Filter monitors by name and tags (case-insensitive) - Hide groups with no matching monitors - Support dark theme for divider styling --- src/components/PublicGroupList.vue | 48 +++++++++++++++++-- src/pages/StatusPage.vue | 76 +++++++++++++++++++++++++++++- 2 files changed, 120 insertions(+), 4 deletions(-) diff --git a/src/components/PublicGroupList.vue b/src/components/PublicGroupList.vue index 975bbef6e..3e7fa96d5 100644 --- a/src/components/PublicGroupList.vue +++ b/src/components/PublicGroupList.vue @@ -7,7 +7,7 @@ :animation="100" >