sojorn/sojorn_app
Patrick Britton 2d5323a310 Remove 'Dashboard View' text and implement 3-per-row grid layout
- Remove unnecessary 'Dashboard View' badge from header
- Replace vertical list with GridView (3 columns)
- Update reply cards for compact grid layout:
  - Smaller avatars (24x24) with initials
  - More compact text sizes and spacing
  - Reduced padding and margins
  - Simplified reactions display (just count)
  - Shorter 'View' button instead of 'View Thread'
- Adjust childAspectRatio for better card proportions
- Faster staggered animations (50ms vs 100ms)
- Scale animation instead of slide for grid items
2026-02-01 13:53:58 -06:00
..
android Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
assets Fix UUID casting issues in post, notification, and category repositories 2026-01-31 13:55:59 -06:00
ios Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
lib Remove 'Dashboard View' text and implement 3-per-row grid layout 2026-02-01 13:53:58 -06:00
test Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
web Fix UUID casting issues in post, notification, and category repositories 2026-01-31 13:55:59 -06:00
windows Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -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 Chain updates 2026-01-30 10:03:15 -06:00
pubspec.yaml Fix reaction UI updates - prioritize local state over post model 2026-02-01 13:08:08 -06:00
README.md Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
run_chrome.bat Fix reaction UI updates - prioritize local state over post model 2026-02-01 13:08:08 -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 Fix reaction UI updates - prioritize local state over post model 2026-02-01 13:08:08 -06:00
run_dev.ps1 Fix reaction UI updates - prioritize local state over post model 2026-02-01 13:08:08 -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.