supermemory/apps/web/components/settings
MaheshtheDev 1c1901f711 refactor: address review feedback for sync visibility
- Restore 60s baseline polling (was regressed to false)
- Extract getConnectionMeta helper to eliminate 5 inline casts
- Remove unnecessary containerTags intersection casts
- Deduplicate provider title maps into shared PROVIDER_DISPLAY_NAMES
- Fix formatRelativeTime: handle future dates, add minutes tier
- Preserve auth/expired state in SyncStatusBadge (red Disconnected)
- Disable sync button for expired connections
- Fix mobile width overflow on sync history sheet
- Add smart polling to useSyncRuns when a run is running
- Add clarifying comment on connectionId in useTriggerSync
- Replace z.any() with z.unknown() for import endpoint output
- Remove unnecessary 'use client' from sync-status-badge
2026-05-11 20:33:03 +00:00
..
account.tsx feat: add X-App-Source header to Nova + remove notify checkbox (#926) 2026-05-11 13:11:04 -07:00
connections-mcp.tsx refactor: address review feedback for sync visibility 2026-05-11 20:33:03 +00:00
integrations.tsx chore: improve the codebase with react doctor (#917) 2026-05-09 19:12:01 +00:00
support.tsx chore: remove the new folder and fix imports (#740) 2026-02-16 14:30:29 -07:00
sync-history-sheet.tsx refactor: address review feedback for sync visibility 2026-05-11 20:33:03 +00:00
sync-status-badge.tsx refactor: address review feedback for sync visibility 2026-05-11 20:33:03 +00:00
sync-utils.ts refactor: address review feedback for sync visibility 2026-05-11 20:33:03 +00:00