sojorn/sojorn_app/lib/widgets
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
..
auth fix: improve Turnstile configuration - handle web/mobile differences, add error callbacks 2026-02-09 16:46:02 -06:00
composer feat: add NSFW self-labeling toggle in compose, blur setting in user preferences, improve signup date pickers with modal sheets 2026-02-07 18:15:54 -06:00
media fix: web thumbnail loading - bypass signing on web, add fallback, improve error handling 2026-02-09 14:45:43 -06:00
modals Update terminology, fix search feed, and deploy updates 2026-02-03 21:44:08 -06:00
post refactor: unify post widgets, profile screens, and tree-shake dead code 2026-02-09 17:55:39 -06:00
reactions refactor: unify post widgets, profile screens, and tree-shake dead code 2026-02-09 17:55:39 -06:00
secure_chat Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
app_scaffold.dart feat: notify archive instead of delete, fix api domain failsafe 2026-02-04 19:38:02 -06:00
category_tile.dart Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
chain_quote_widget.dart feat: Initialize Sojorn Flutter application with core UI, services, E2EE, backup, and build scripts for various platforms. 2026-02-03 17:13:28 -06:00
compose_fab.dart Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
composer_field.dart Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
first_use_hint.dart Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
post_with_video_widget.dart Update terminology, fix search feed, and deploy updates 2026-02-03 21:44:08 -06:00
radial_menu_overlay.dart fix: RadialMenuOverlay gesture-eating bug IgnorePointer when not visible + status listener to trigger rebuild on dismiss 2026-02-08 15:04:08 -06:00
safety_redirect_sheet.dart Reframe Sojorn as Friends-First Social Network 2026-01-30 09:49:36 -06:00
sojorn_button.dart Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
sojorn_input.dart Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
sojorn_post_card.dart refactor: unify post widgets, profile screens, and tree-shake dead code 2026-02-09 17:55:39 -06:00
sojorn_rich_text.dart feat: show news card in thread screen, hide URL text when link preview is present 2026-02-09 16:39:17 -06:00
sojorn_snackbar.dart Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
sojorn_text_area.dart Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
traditional_quips_sheet.dart feat: notify archive instead of delete, fix api domain failsafe 2026-02-04 19:38:02 -06:00
video_comments_sheet.dart feat: implement traditional threaded quips (comments) sheet with rich text post body and expand functionality. 2026-02-04 18:44:20 -06:00
video_player_widget.dart Clean up: fix run scripts, remove 190+ debug print statements from 22 files, keep only FCM debugPrints for active notification work 2026-02-06 14:13:03 -06:00
video_player_with_comments.dart Clean up: fix run scripts, remove 190+ debug print statements from 22 files, keep only FCM debugPrints for active notification work 2026-02-06 14:13:03 -06:00
video_thumbnail_widget.dart Update terminology, fix search feed, and deploy updates 2026-02-03 21:44:08 -06:00