sojorn/sojorn_app/lib/widgets
Patrick Britton 4512ff11d1 Grand Unification: centralize design tokens, add sponsored PostViewMode, delete 9 dead files
Phase 1 - Design Tokens:
- tokens.dart: Add NSFW, sponsored, overlay, surface state color tokens
- tokens.dart: Add granular spacing (s6, s8) and card gap constants
- tokens.dart: Add SojornRadii.xl
- app_theme.dart: Bridge new tokens (nsfwWarning*, sponsored*, overlay*, media*)

Phase 2 - Super Post Unification:
- post_view_mode.dart: Add PostViewMode.sponsored enum value
- sojorn_post_card.dart: Handle sponsored mode with badge, use token refs for NSFW colors
- feed_sojorn_screen.dart: Replace SponsoredPostCard with sojornPostCard(mode: sponsored)
- post_body/media/link_preview: Add sponsored case to all PostViewMode switches
- post_media.dart: Replace inline Colors.* with SojornColors/AppTheme tokens
- post_header.dart: Replace Colors.white with SojornColors.basicWhite
- post_menu.dart: Replace Colors.red with SojornColors.destructive
- post_actions.dart: Replace Colors.transparent with SojornColors.transparent

Phase 3 - Tree Shake (9 files deleted):
- widgets/post/sponsored_post_card.dart (absorbed into sojornPostCard)
- widgets/post/chain_quote_widget.dart (duplicate, unused)
- widgets/post_with_video_widget.dart (dead)
- widgets/video_player_widget.dart (dead)
- widgets/video_thumbnail_widget.dart (dead)
- widgets/composer_field.dart (dead)
- widgets/compose_fab.dart (dead)
- widgets/category_tile.dart (dead)
- theme/sojorn_feed_palette.dart (deprecated, unused)
2026-02-10 13:55:00 -06:00
..
auth fix: sign link preview image URLs through assetService for R2 paths 2026-02-09 20:28:40 -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 Grand Unification: centralize design tokens, add sponsored PostViewMode, delete 9 dead files 2026-02-10 13:55:00 -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
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
first_use_hint.dart Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -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 Grand Unification: centralize design tokens, add sponsored PostViewMode, delete 9 dead files 2026-02-10 13:55:00 -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_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