sojorn/sojorn_app/lib/widgets/post
Patrick Britton 257acb0e51 refactor: unify post widgets, profile screens, and tree-shake dead code
Phase 1 - Post Widget Unification:
- Added PostViewMode.thread for compact thread styling
- Updated SojornPostCard, PostBody, PostLinkPreview, PostMedia for thread mode
- Migrated feed_personal_screen, profile_screen, viewable_profile_screen to sojornPostCard
- Deleted deprecated: post_card.dart, post_item.dart, reading_post_card.dart

Phase 2 - Profile Screen Unification:
- Renamed ViewableProfileScreen to UnifiedProfileScreen
- Made handle optional (null = own profile mode)
- Added auth listener, auto-create profile, avatar actions for own profile
- Added connections navigation to stats for own profile
- Updated all routes and references across codebase
- Deleted old profile_screen.dart

Phase 3 - Tree Shaking:
- Deleted 9 orphan files: compose_and_chat_fab, sojorn_top_bar, sojorn_app_bar,
  sojorn_dialog, sojorn_card, glassmorphic_quips_sheet, kinetic_thread_widget,
  reaction_strip, smart_reaction_button
2026-02-09 17:55:39 -06:00
..
chain_quote_widget.dart Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
interactive_reply_block.dart Fix UUID casting issues in post, notification, and category repositories 2026-01-31 13:55:59 -06:00
markdown_post_body.dart chore: update share_plus ^12.0.1, replace discontinued flutter_markdown with flutter_markdown_plus 2026-02-09 12:23:07 -06:00
post_actions.dart fix: downgrade share_plus to v10.1.4 due to Android build errors with v12 2026-02-09 16:10:41 -06:00
post_body.dart refactor: unify post widgets, profile screens, and tree-shake dead code 2026-02-09 17:55:39 -06:00
post_header.dart feat: Implement comprehensive reaction display widget, add numerous new screens, services, models, documentation, and configuration files. 2026-02-04 10:57:00 -06:00
post_link_preview.dart refactor: unify post widgets, profile screens, and tree-shake dead code 2026-02-09 17:55:39 -06:00
post_media.dart refactor: unify post widgets, profile screens, and tree-shake dead code 2026-02-09 17:55:39 -06:00
post_menu.dart feat: email notifications for deactivate/delete, typed confirmations, chat backup manager, provider invalidation on logout 2026-02-07 23:39:51 -06:00
post_view_mode.dart refactor: unify post widgets, profile screens, and tree-shake dead code 2026-02-09 17:55:39 -06:00
sojorn_swipeable_post.dart Fix UUID casting issues in post, notification, and category repositories 2026-01-31 13:55:59 -06:00
sponsored_post_card.dart Reframe Sojorn as Friends-First Social Network 2026-01-30 09:49:36 -06:00