supermemory/apps/web/hooks
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
..
use-account-settings.ts feat: add X-App-Source header to Nova + remove notify checkbox (#926) 2026-05-11 13:11:04 -07:00
use-container-tags.ts feat: major iteration on the app (#896) 2026-05-02 23:58:58 +00:00
use-document-mutations.ts feat: major iteration on the app (#896) 2026-05-02 23:58:58 +00:00
use-personalization.ts chore: more suggestions across the quick actions (#907) 2026-05-07 06:45:48 +00:00
use-processing-documents.ts feat: major iteration on the app (#896) 2026-05-02 23:58:58 +00:00
use-project-mutations.ts 😭 fixing builds (#767) 2026-03-05 19:26:05 -08:00
use-reset-organization.ts feat: major iteration on the app (#896) 2026-05-02 23:58:58 +00:00
use-sync-runs.ts refactor: address review feedback for sync visibility 2026-05-11 20:33:03 +00:00
use-token-usage.ts fix: payment upgrade issue (#918) 2026-05-09 19:52:21 +00:00
use-trigger-sync.ts refactor: address review feedback for sync visibility 2026-05-11 20:33:03 +00:00