app/lib/screens
John Mizerek 85e8e1a290 Add saved runs feature with history, comparison, and about screen (v1.2)
Features:
- Save calculation runs with custom labels for later retrieval
- View saved runs list with dominant factor summary
- View detailed results of any saved run
- View original inputs in read-only mode
- Use any saved run as starting point for new calculation
- Compare two saved runs side-by-side
- About screen with app info, help links, privacy policy
- Metric/Imperial unit toggle persisted across sessions
- Info icon in app bar on all screens

Technical:
- New SavedRun model with full serialization
- SQLite saved_runs table with CRUD operations
- readOnly mode for all input screens
- Unit preference stored in LocalStorage
- Database schema upgraded to v2

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-21 09:59:58 -08:00
..
about_screen.dart Add saved runs feature with history, comparison, and about screen (v1.2) 2026-02-21 09:59:58 -08:00
baseline_screen.dart Add saved runs feature with history, comparison, and about screen (v1.2) 2026-02-21 09:59:58 -08:00
behavioral_screen.dart Add saved runs feature with history, comparison, and about screen (v1.2) 2026-02-21 09:59:58 -08:00
compare_runs_screen.dart Add saved runs feature with history, comparison, and about screen (v1.2) 2026-02-21 09:59:58 -08:00
lifestyle_screen.dart Add saved runs feature with history, comparison, and about screen (v1.2) 2026-02-21 09:59:58 -08:00
onboarding_screen.dart Improve onboarding with title and progress bar 2026-02-20 22:50:04 -08:00
results_screen.dart Add saved runs feature with history, comparison, and about screen (v1.2) 2026-02-21 09:59:58 -08:00
saved_run_detail_screen.dart Add saved runs feature with history, comparison, and about screen (v1.2) 2026-02-21 09:59:58 -08:00
saved_runs_screen.dart Add saved runs feature with history, comparison, and about screen (v1.2) 2026-02-21 09:59:58 -08:00
screens.dart Add saved runs feature with history, comparison, and about screen (v1.2) 2026-02-21 09:59:58 -08:00
welcome_screen.dart Add saved runs feature with history, comparison, and about screen (v1.2) 2026-02-21 09:59:58 -08:00