SurfSense/surfsense_web/components/providers
CREDO23 cf21eaacfc fix: critical timestamp parsing and audit fixes
- Fix timestamp conversion: String(epochMs) → new Date(epochMs).toISOString()
  in use-messages-sync, use-comments-sync, use-documents, use-inbox.
  Without this, date comparisons (isEdited, cutoff filters) would fail.
- Fix updated_at: undefined → null in use-inbox to match InboxItem type
- Fix ZeroProvider: skip Zero connection for unauthenticated users
- Clean 30+ stale "Electric SQL" comments in backend Python code
2026-03-23 19:49:28 +02:00
..
GlobalLoadingProvider.tsx fix: remove message from loading UI 2026-01-27 15:28:30 +05:30
I18nProvider.tsx feat(removed): sub_section_writer 2025-10-27 20:30:10 -07:00
PostHogIdentify.tsx chore: linting 2026-02-20 22:44:56 -08:00
PostHogProvider.tsx feat: Enhance PostHog integration with referral tracking and error handling 2026-03-11 02:47:46 -07:00
PostHogReferral.tsx feat: Enhance PostHog integration with referral tracking and error handling 2026-03-11 02:47:46 -07:00
ZeroProvider.tsx fix: critical timestamp parsing and audit fixes 2026-03-23 19:49:28 +02:00