ghostguild-org/app/pages
Jennie Robinson Faber 9577929e0d refactor(peer-support): delete provably dead code (Phase 1)
The Skills Exchange + Peer Support feature was replaced by Community
Connections on 2026-04-05, but several files and code paths were left
in place as backward-compat. None are reachable from the live UI:

- usePeerSupport.js composable: not imported anywhere
- PeerSupportBadge.vue: not imported anywhere
- peer-support.vue: stub redirect with no incoming links
- /api/peer-support.get.js: only consumed by usePeerSupport
- /api/members/me/peer-support.patch.js: same
- profile.patch.js offering/lookingFor write branches: profile form
  no longer sends these fields (only writes communityConnections.*)
- PEER_SUPPORT_ENABLED/DISABLED activity types and renderers: only
  written by the deleted peer-support.patch endpoint. The activityText
  formatter has a fallback for unknown types so existing records
  still display ("peer support enabled" with a generic icon).

Tests updated to drop peerSupportUpdateSchema coverage and the
offering/lookingFor passthrough assertion.

schemas.js cleanup deferred — concurrent communityConnections →
communityEcology rename is in flight in the working tree.
2026-04-08 22:28:35 +01:00
..
about feat: reskin public pages to zine direction 2026-04-02 21:29:52 +01:00
admin refactor(admin): migrate admin/index to PageShell + ColumnsLayout 2026-04-08 17:04:38 +01:00
auth Remove serif fonts from wiki login and logout pages 2026-03-11 14:22:06 +00:00
events Accessibility fixes. 2026-04-05 16:03:10 +01:00
member refactor: phase 4 cleanup — delete SidebarLayout, drop dashboard-body 2026-04-08 17:58:01 +01:00
members refactor: phase 4 cleanup — delete SidebarLayout, drop dashboard-body 2026-04-08 17:58:01 +01:00
series feat(layout): add PageShell, ColumnsLayout, PageSection primitives 2026-04-08 15:51:38 +01:00
about.vue refactor(about): migrate about page to PageShell + ColumnsLayout 2026-04-08 17:00:46 +01:00
accept-invite.vue feat: pre-registrant management and invitation system 2026-04-06 14:46:11 +01:00
coming-soon.vue Fix Go to Wiki and Sign out appearing side by side 2026-03-19 18:13:33 +00:00
connections.vue refactor(connections): migrate to PageShell 2026-04-08 16:29:52 +01:00
index.vue merge: worktree-a11y-fixes into main 2026-04-05 22:05:00 +01:00
join.vue fix: use private helcimApiToken for all server-side Helcim API calls 2026-04-04 13:37:34 +01:00
login.vue Add login form to coming-soon page and allow admin routes through 2026-03-19 11:01:03 +00:00
verify.vue fix: use private helcimApiToken for all server-side Helcim API calls 2026-04-04 13:37:34 +01:00
welcome.vue feat(layout): add PageShell, ColumnsLayout, PageSection primitives 2026-04-08 15:51:38 +01:00