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:
parent
e260ed5b37
commit
657bc23404
2 changed files with 5 additions and 7 deletions
|
|
@ -1,10 +1,8 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="connections-page">
|
<PageShell
|
||||||
<PageHeader
|
|
||||||
title="Connections"
|
title="Connections"
|
||||||
subtitle="Find members who share your cooperative interests"
|
subtitle="Find members who share your cooperative interests"
|
||||||
/>
|
>
|
||||||
|
|
||||||
<ClientOnly>
|
<ClientOnly>
|
||||||
<!-- Loading State -->
|
<!-- Loading State -->
|
||||||
<div v-if="loading" class="loading-state">
|
<div v-if="loading" class="loading-state">
|
||||||
|
|
@ -312,7 +310,7 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</ClientOnly>
|
</ClientOnly>
|
||||||
</div>
|
</PageShell>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 135 KiB After Width: | Height: | Size: 129 KiB |
Loading…
Add table
Add a link
Reference in a new issue