Commit Graph

5 Commits

Author SHA1 Message Date
houseassassin af9e7ce1af feat: push notifications, calendar view, photo attachments
- Push notifications: custom SW (injectManifest), usePushNotifications hook,
  push-notify Edge Function, push_subscriptions migration, bell toggle in header
- Calendar view: month-grid CalendarPage + useCalendar hook, scheduled_at column
  migration, datetime field in OrderModal, CalendarDays nav item + route
- Photo attachments: useOrderPhotos hook, photo gallery/upload in OrderModal (edit
  mode), order-photos Storage bucket migration with RLS policies

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10 17:25:04 +03:00
houseassassin d4030d9c88 fix: integration fixes from final review
- useSettings: upsert instead of update (safe if migration rows missing)
- invite-admin-user: return created_at and last_sign_in_at in response
- UserManagementPage: clear deleteError when opening new confirmation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10 13:14:59 +03:00
houseassassin b154996500 fix: forward invite error status and add listUsers pagination
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10 13:05:26 +03:00
houseassassin 9ab728d721 fix: guard against null data.user in invite-admin-user Edge Function
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10 13:04:41 +03:00
houseassassin 1954577d6a feat: add Edge Functions for admin user management 2026-05-10 13:02:17 +03:00