sojorn/sojorn_app/lib/screens
Patrick Britton 15e83c6a14 feat: Flutter group nav, quip repair API, share, capsule key rotation, admin groups/quips pages
Flutter:
- clusters_screen: _navigateToGroup now pushes real GroupScreen (was print)
- public_cluster_screen: calls GET /groups/:id/feed instead of fetchNearbyBeacons
- feed_sojorn_screen: _sharePost uses share_plus
- api_service: getSignedMediaUrl calls Go /media/sign endpoint
- quip_repair_screen: fully rewired to Go admin API (GET /admin/quips/broken, POST repair)
- private_capsule_screen: auto key rotation on open (_checkAndRotateKeysIfNeeded),
  _performKeyRotation helper; _CapsuleAdminPanel now ConsumerStatefulWidget with
  working Rotate/Invite/Remove/Settings modals

Admin panel:
- Sidebar: Groups & Capsules + Quip Repair links added
- /groups: full group management page with member panel + deactivate/remove
- /quips: quip repair page with per-row and repair-all
- /algorithm: live feed scores table (lazy-loaded)
- api.ts: listGroups, getGroup, deleteGroup, listGroupMembers, removeGroupMember,
  getBrokenQuips, repairQuip, setPostThumbnail, getFeedScores

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-17 15:45:42 -06:00
..
admin feat: Flutter group nav, quip repair API, share, capsule key rotation, admin groups/quips pages 2026-02-17 15:45:42 -06:00
auth feat: replace Turnstile with ALTCHA across Flutter app, Go backend, and website 2026-02-17 03:18:50 -06:00
beacon feat: Add enhanced video moderation with frame extraction and implement placeholder UI methods 2026-02-17 13:32:58 -06:00
clusters feat: Flutter group nav, quip repair API, share, capsule key rotation, admin groups/quips pages 2026-02-17 15:45:42 -06:00
compose security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
discover security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
home feat: Flutter group nav, quip repair API, share, capsule key rotation, admin groups/quips pages 2026-02-17 15:45:42 -06:00
notifications security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
post security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
profile fix: Update viewable_profile_screen to handle void return from followUser 2026-02-17 10:43:55 -06:00
quips feat: Add enhanced video moderation with frame extraction and implement placeholder UI methods 2026-02-17 13:32:58 -06:00
search security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
secure_chat feat: Implement repost/boost API, profile layout persistence, feed algorithm wiring, and legacy cleanup 2026-02-17 14:04:24 -06:00
security feat: Implement repost/boost API, profile layout persistence, feed algorithm wiring, and legacy cleanup 2026-02-17 14:04:24 -06:00
settings security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00