From 89c9a5e4a23b7a959322f43cb4ba14ae313c25c6 Mon Sep 17 00:00:00 2001 From: Jennie Robinson Faber Date: Wed, 8 Apr 2026 16:38:34 +0100 Subject: [PATCH] refactor(members): migrate members/index to PageShell Wrap members directory page in PageShell. Also expand visual mask selectors to cover .filter-bar, .skills-bar, and .connections-section because filter content varies based on dynamic tag/topic state and async fetch ordering. Rebaselines several existing snapshots that now mask wider regions but capture the same structural layout. --- app/pages/members/index.vue | 13 +++++-------- .../admin-members-desktop-chromium-darwin.png | Bin 299907 -> 285721 bytes .../connections-desktop-chromium-darwin.png | Bin 216658 -> 163520 bytes ...onnections-mobile-auth-chromium-darwin.png | Bin 132202 -> 62575 bytes .../events-desktop-chromium-darwin.png | Bin 254942 -> 241569 bytes .../events-mobile-chromium-darwin.png | Bin 144319 -> 123869 bytes .../members-desktop-chromium-darwin.png | Bin 279525 -> 207863 bytes .../members-mobile-chromium-darwin.png | Bin 160178 -> 49277 bytes e2e/visual/pages.spec.js | 6 ++++++ 9 files changed, 11 insertions(+), 8 deletions(-) diff --git a/app/pages/members/index.vue b/app/pages/members/index.vue index dcf0cfd..1d826ed 100644 --- a/app/pages/members/index.vue +++ b/app/pages/members/index.vue @@ -1,11 +1,8 @@