Commit afde178
committed
feat: Add toast notifications and haptic feedback support
- Implemented ToastProvider for global toast notifications with different types (success, error, warning, info).
- Added haptic feedback utilities for various interaction types (light, medium, heavy, success, warning, error).
- Enhanced App.js to include ToastProvider for global access to toast notifications.
- Created EnhancedTextInput component with haptic feedback on focus and secure entry toggle.
- Developed GroupCard, ExpenseCard, MemberCard, and SummaryCard components with haptic feedback on interactions.
- Introduced skeleton loading components for GroupCard, ExpenseItem, and MemberItem.
- Added empty state components for groups, expenses, and friends with action prompts.
- Created themed icon buttons and action buttons with consistent styling.
- Implemented currency input with automatic formatting and search input with clear button functionality.1 parent ce7a11c commit afde178
File tree
10 files changed
+1453
-1
lines changed- frontend
- utils
10 files changed
+1453
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments