Redesign Day view with switchable voting layouts and modern styling

- Add 4 voting layout styles: horizontal, cards, radial, stacked
- Add color-filled backgrounds to mood entries (tinted by mood color)
- Add sticky month headers with blur material effect
- Add voting layout picker to Customize tab
- Add haptic feedback on mood selection
- Improve typography and spacing throughout

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Trey t
2025-12-09 23:44:28 -06:00
parent f2565678be
commit f7ac2085b8
6 changed files with 426 additions and 105 deletions

View File

@@ -21,6 +21,8 @@ struct CustomizeView: View {
IconPickerView()
ThemePickerView()
Divider()
VotingLayoutPickerView()
Divider()
SampleEntryView()
ImagePackPickerView()
}