sojorn/sojorn_app
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
..
.vscode feat: add initial VS Code configurations and development environment setup for Flutter, Supabase, and Deno. 2026-02-03 17:28:52 -06:00
android Fix Android notification click bug and improve FCM logging 2026-02-04 18:01:01 -06:00
assets feat: add Turnstile to login, improve email templates, and security cleanup 2026-02-06 08:51:34 -06:00
ios Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
lib Grand Unification: centralize design tokens, add sponsored PostViewMode, delete 9 dead files 2026-02-10 13:55:00 -06:00
test Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
tools Add reaction system and security improvements 2026-02-01 16:06:12 -06:00
web 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
windows feat: email notifications for deactivate/delete, typed confirmations, chat backup manager, provider invalidation on logout 2026-02-07 23:39:51 -06:00
.gitignore Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
.metadata Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
analysis_options.yaml Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
build_web.ps1 Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
clear_session.dart Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
devtools_options.yaml Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
fix_icon_syntax.ps1 Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
fix_icons.ps1 Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
fix_remaining_icons.ps1 Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
help.txt Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
package-lock.json Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
package.json Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
pubspec.lock fix: downgrade share_plus to v10.1.4 due to Android build errors with v12 2026-02-09 16:10:41 -06:00
pubspec.yaml fix: downgrade share_plus to v10.1.4 due to Android build errors with v12 2026-02-09 16:10:41 -06:00
README.md Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
run_chrome.bat feat: Implement comprehensive reaction display widget, add numerous new screens, services, models, documentation, and configuration files. 2026-02-04 10:57:00 -06:00
run_chrome.ps1 Fix reaction UI updates - prioritize local state over post model 2026-02-01 13:08:08 -06:00
run_dev.bat feat: Implement comprehensive reaction display widget, add numerous new screens, services, models, documentation, and configuration files. 2026-02-04 10:57:00 -06:00
run_dev.ps1 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
run_web.ps1 Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
THEME_SYSTEM.md Reframe Sojorn as Friends-First Social Network 2026-01-30 09:49:36 -06:00

sojorn

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.