feat(ui): navigation refactor, screen wiring, local answer persistence
- Refactored AppNavigation with route-based screen graph
- Wired all screens (auth, onboarding, pairing, home, wheel, questions, settings)
- Added local answer repository (SharedPreferences-based)
- Added HomeViewModel, AnswerHistoryViewModel, AnswerRevealViewModel
- Added question category browsing, pack library, composer screens
- Cleaned up DailyQuestionScreen/QuestionThreadScreen to use shared components
- Projected route docs, account/settings screens, new drawable resources
2026-06-15 23:48:55 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:width="108dp"
|
|
|
|
|
android:height="108dp"
|
|
|
|
|
android:viewportWidth="108"
|
|
|
|
|
android:viewportHeight="108">
|
|
|
|
|
<path
|
2026-06-19 19:10:03 -05:00
|
|
|
android:fillColor="#24122F"
|
|
|
|
|
android:fillAlpha="0.38"
|
|
|
|
|
android:pathData="M54,89C48,82 25,65 20,50C15,35 23,22 37,22C45,22 51,26 54,33C57,26 63,22 71,22C85,22 93,35 88,50C83,65 60,82 54,89Z" />
|
feat(ui): navigation refactor, screen wiring, local answer persistence
- Refactored AppNavigation with route-based screen graph
- Wired all screens (auth, onboarding, pairing, home, wheel, questions, settings)
- Added local answer repository (SharedPreferences-based)
- Added HomeViewModel, AnswerHistoryViewModel, AnswerRevealViewModel
- Added question category browsing, pack library, composer screens
- Cleaned up DailyQuestionScreen/QuestionThreadScreen to use shared components
- Projected route docs, account/settings screens, new drawable resources
2026-06-15 23:48:55 -05:00
|
|
|
<path
|
2026-06-19 19:10:03 -05:00
|
|
|
android:fillColor="#F7C8E4"
|
|
|
|
|
android:pathData="M54,85C49,79 27,62 22,48C17,35 24,24 37,24C45,24 51,28 54,35Z" />
|
feat(ui): navigation refactor, screen wiring, local answer persistence
- Refactored AppNavigation with route-based screen graph
- Wired all screens (auth, onboarding, pairing, home, wheel, questions, settings)
- Added local answer repository (SharedPreferences-based)
- Added HomeViewModel, AnswerHistoryViewModel, AnswerRevealViewModel
- Added question category browsing, pack library, composer screens
- Cleaned up DailyQuestionScreen/QuestionThreadScreen to use shared components
- Projected route docs, account/settings screens, new drawable resources
2026-06-15 23:48:55 -05:00
|
|
|
<path
|
2026-06-19 19:10:03 -05:00
|
|
|
android:fillColor="#D9B8FF"
|
|
|
|
|
android:pathData="M54,85C59,79 81,62 86,48C91,35 84,24 71,24C63,24 57,28 54,35Z" />
|
|
|
|
|
<path
|
|
|
|
|
android:fillColor="#FFF4FA"
|
|
|
|
|
android:fillAlpha="0.68"
|
|
|
|
|
android:pathData="M27,42C28,32 34,27 42,27C48,27 52,30 54,35L54,41C47,36 37,36 27,42Z" />
|
|
|
|
|
<path
|
|
|
|
|
android:fillColor="#F3E8FF"
|
|
|
|
|
android:fillAlpha="0.52"
|
|
|
|
|
android:pathData="M54,35C57,30 62,27 69,27C78,27 84,32 85,42C75,36 65,36 54,41Z" />
|
feat(ui): navigation refactor, screen wiring, local answer persistence
- Refactored AppNavigation with route-based screen graph
- Wired all screens (auth, onboarding, pairing, home, wheel, questions, settings)
- Added local answer repository (SharedPreferences-based)
- Added HomeViewModel, AnswerHistoryViewModel, AnswerRevealViewModel
- Added question category browsing, pack library, composer screens
- Cleaned up DailyQuestionScreen/QuestionThreadScreen to use shared components
- Projected route docs, account/settings screens, new drawable resources
2026-06-15 23:48:55 -05:00
|
|
|
<path
|
2026-06-17 22:10:50 -05:00
|
|
|
android:fillColor="#6D2B55"
|
2026-06-19 19:10:03 -05:00
|
|
|
android:fillAlpha="0.22"
|
|
|
|
|
android:pathData="M22,48C29,62 45,75 54,85L54,89C45,79 27,65 22,48Z" />
|
|
|
|
|
<path
|
|
|
|
|
android:fillColor="#56306F"
|
|
|
|
|
android:fillAlpha="0.22"
|
|
|
|
|
android:pathData="M86,48C79,62 63,75 54,85L54,89C63,79 81,65 86,48Z" />
|
feat(ui): navigation refactor, screen wiring, local answer persistence
- Refactored AppNavigation with route-based screen graph
- Wired all screens (auth, onboarding, pairing, home, wheel, questions, settings)
- Added local answer repository (SharedPreferences-based)
- Added HomeViewModel, AnswerHistoryViewModel, AnswerRevealViewModel
- Added question category browsing, pack library, composer screens
- Cleaned up DailyQuestionScreen/QuestionThreadScreen to use shared components
- Projected route docs, account/settings screens, new drawable resources
2026-06-15 23:48:55 -05:00
|
|
|
</vector>
|