Manohar Gupta manohar · he/him
manohar pushed to main at manohar/tia 2026-05-17 09:19:45 +00:00
a76738689b style(growth): card-style layouts with hover effects
manohar pushed to main at manohar/tia 2026-05-17 09:16:30 +00:00
0ea81b329a fix(growth): move latest card to top, remove duplicate
manohar pushed to main at manohar/tia 2026-05-17 09:11:48 +00:00
dcb510964e fix(growth): add Cancel button to add form
manohar pushed to main at manohar/tia 2026-05-17 09:06:25 +00:00
796b6d8004 fix(growth): disable RLS on growth table
manohar pushed to main at manohar/tia 2026-05-17 08:30:45 +00:00
855541f4e2 fix(growth): convert dates to strings before SQL query
manohar pushed to main at manohar/tia 2026-05-17 08:28:08 +00:00
abbaaf8874 fix(growth): fix add button and form submission
manohar pushed to main at manohar/tia 2026-05-17 08:22:07 +00:00
318b277e44 feat(growth): add edit/delete, goals, CSV export, and WHO percentile enhancements
manohar pushed to main at manohar/tia 2026-05-17 08:01:33 +00:00
1628588d5a fix(ai): correct env var names and fresh session per home modal open
manohar pushed to main at manohar/tia 2026-05-17 07:54:38 +00:00
299e878e38 fix(ai): proper chat layout, mobile sidebar, empty states, loading dots
manohar pushed to main at manohar/tia 2026-05-17 07:52:17 +00:00
70aa35384b fix(medical): dark mode support and tab wrapping fix
manohar pushed to main at manohar/tia 2026-05-17 07:41:05 +00:00
bc2eb9a50f feat(home): full age breakdown and dark mode fixes
manohar pushed to main at manohar/tia 2026-05-17 07:31:28 +00:00
75afc177ce fix(home): move useEffect hooks above early returns to fix Rules of Hooks violation
manohar pushed to main at manohar/tia 2026-05-17 07:27:35 +00:00
50a6827bfd fix(admin): use bcrypt in admin password set to match signin verification
manohar pushed to main at manohar/tia 2026-05-17 06:57:41 +00:00
6ce459e4f6 fix(admin): restore stats API from debug stub
manohar pushed to main at manohar/tia 2026-05-17 06:52:20 +00:00
85d313bc86 fix(admin): use correct column name 'expires' in admin_sessions queries
manohar pushed to main at manohar/tia 2026-05-17 06:46:16 +00:00
fc0e75b5ad fix(admin): scope FamilyProvider out of admin routes, ensure cookies on admin fetches
manohar pushed to main at manohar/tia 2026-05-17 06:28:07 +00:00
5e36c8a848 remove: /api/setup route — bootstrap should be done via psql, not HTTP
07bb149dd8 fix: notifications IDOR — verify child belongs to caller's family
389f66955c fix: stop leaking password reset tokens in response
Compare 3 commits »
manohar pushed to main at manohar/tia 2026-05-17 05:56:03 +00:00
8e7a3fbe35 Clean up debug logs
manohar pushed to main at manohar/tia 2026-05-17 05:54:48 +00:00
480de976ef Verify session server-side before redirect
manohar pushed to main at manohar/tia 2026-05-17 05:52:47 +00:00
6247bb42bc Fix hydration - check typeof window