refactor(peer-support): update remaining UI references (Phase 2)
Dashboard: replace "Peer Support" card and "Book a peer session" quick action with community ecology links. Welcome: replace "Peer Support" resource card with "Community Ecology" heading and link to /ecology. Members index: rename active filter tag from "Offering Peer Support" to "Offering Support". The underlying filter still works correctly (queries communityEcology.offerPeerSupport).
This commit is contained in:
parent
0b3896d984
commit
b234b8483f
3 changed files with 14 additions and 14 deletions
|
|
@ -117,16 +117,16 @@
|
|||
<div class="content-block">
|
||||
<div class="section-label">Quick Actions</div>
|
||||
<NuxtLink
|
||||
to="/members?peerSupport=true"
|
||||
to="/ecology"
|
||||
class="quick-action"
|
||||
:class="{ disabled: !canPeerSupport }"
|
||||
:title="
|
||||
!canPeerSupport
|
||||
? 'Complete your membership to book peer sessions'
|
||||
? 'Complete your membership to access community ecology'
|
||||
: ''
|
||||
"
|
||||
>
|
||||
Book a peer session<span class="arrow">→</span>
|
||||
Community ecology<span class="arrow">→</span>
|
||||
</NuxtLink>
|
||||
<NuxtLink to="/member/profile" class="quick-action">
|
||||
Update your profile<span class="arrow">→</span>
|
||||
|
|
@ -188,15 +188,14 @@
|
|||
</div>
|
||||
|
||||
<div class="content-block">
|
||||
<div class="section-label">Peer Support</div>
|
||||
<div class="section-label">Community</div>
|
||||
<DashedBox>
|
||||
<p class="peer-text">
|
||||
Interested in offering peer support? Set up your profile to
|
||||
connect with other members who share your interests and
|
||||
experience.
|
||||
Connect with other members through shared interests and
|
||||
cooperative topics.
|
||||
</p>
|
||||
<NuxtLink to="/member/profile" class="section-link">
|
||||
Set up peer support →
|
||||
<NuxtLink to="/ecology" class="section-link">
|
||||
Browse community ecology →
|
||||
</NuxtLink>
|
||||
</DashedBox>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue