diff --git a/frontend/src/pages/Settings.jsx b/frontend/src/pages/Settings.jsx index c7e946b..eeb61ca 100644 --- a/frontend/src/pages/Settings.jsx +++ b/frontend/src/pages/Settings.jsx @@ -60,6 +60,75 @@ export default function Settings() { )} + {/* Quick Links */} +
+
Features
+
navigate('/meal-plan')} + style={{ + display: 'flex', alignItems: 'center', justifyContent: 'space-between', + padding: '14px 0', borderBottom: '1px solid var(--divider)', cursor: 'pointer', + }} + > +
+ 🍽️ +
+
Meal Plans
+
AI-generated plans with compliance tracking
+
+
+ +
+
navigate('/settings/integrations')} + style={{ + display: 'flex', alignItems: 'center', justifyContent: 'space-between', + padding: '14px 0', borderBottom: '1px solid var(--divider)', cursor: 'pointer', + }} + > +
+ 🔗 +
+
All Integrations
+
Strava, Polar, Garmin, Fitbit, USDA, and more
+
+
+ +
+
navigate('/rewards')} + style={{ + display: 'flex', alignItems: 'center', justifyContent: 'space-between', + padding: '14px 0', borderBottom: '1px solid var(--divider)', cursor: 'pointer', + }} + > +
+ 🎮 +
+
Rewards
+
Configure and redeem your rewards
+
+
+ +
+
navigate('/week')} + style={{ + display: 'flex', alignItems: 'center', justifyContent: 'space-between', + padding: '14px 0', cursor: 'pointer', + }} + > +
+ 📊 +
+
Week View
+
Weekly progress and day-by-day breakdown
+
+
+ +
+
+ {/* Point Rules */}
Point Rules
@@ -119,6 +188,12 @@ export default function Settings() {
) })} +
navigate('/settings/integrations')} + style={{ padding: '12px 0', textAlign: 'center', cursor: 'pointer', color: 'var(--accent)', fontSize: '0.88rem', fontWeight: 600 }} + > + Configure all 11 providers → +