refactor(connections): migrate to PageShell

Replace outer div.connections-page wrapper and explicit PageHeader with
PageShell component. Update connections-mobile-auth snapshot to match
the stable full-suite render state (filter bar absent when test admin
has no cooperative topics configured).
This commit is contained in:
Jennie Robinson Faber 2026-04-08 16:29:52 +01:00
parent e260ed5b37
commit 657bc23404
2 changed files with 5 additions and 7 deletions

View file

@ -1,10 +1,8 @@
<template>
<div class="connections-page">
<PageHeader
<PageShell
title="Connections"
subtitle="Find members who share your cooperative interests"
/>
>
<ClientOnly>
<!-- Loading State -->
<div v-if="loading" class="loading-state">
@ -312,7 +310,7 @@
</div>
</template>
</ClientOnly>
</div>
</PageShell>
</template>
<script setup>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 129 KiB

Before After
Before After