+
+ {/* Streak Indicator */}
+
+
+
+
+
+ {currentStreak}
+
+
+ day streak
+
+
+
+ {/* Divider */}
+
+
+ {/* Status Section */}
+
+ {currentStreak > 0 ? (
+ <>
+
+ {/* Mood Color Circle */}
+
+
+
+ Today's mood
+
+
+ {mood.name}
+
+
+
+ >
+ ) : (
+
+
+ Start your streak!
+
+
+ Tap to log your mood
+
+
+ )}
+
+
+
+ {/* Progress Bar Section */}
+
+ {/* Progress Bar */}
+
+
+ {/* Progress Label */}
+
+ 0
+
+ {currentStreak} / {targetStreak} days
+
+ {targetStreak}
+
+
+
+
+