wulf-pulse/components/admin
lorentz 8f955a0ff9 feat(07.1-05): user-tz on shared client components
- DetailModal: thread tz through resolveLabel(...) module helper +
  default export's 3 inline date/time calls.
- IntegrationStatusTabs: thread tz through fmtDate helper +
  VeeamTab sub-component prop.
- SyncScheduler: thread tz into closure-scoped formatDate helper.
- audit-log-table, user-table, user-sessions, active-sessions: inline
  toLocale calls in component body.
- analysis-view: useUserTimezone in AnalysisView; thread tz into 4
  toLocaleString calls.
- resolution-trend, volume-trend (recharts): module-scope fmtDate(iso)
  → fmtDate(iso, tz); useUserTimezone in named export; thread tz into
  axis tickFormatter + tooltip labelFormatter.
- ticket-detail-modal: thread tz into formatDate arrow inside
  TicketDetailModal.
- TimelineView: useUserTimezone; thread tz into 4 toLocale*String calls
  (hour/day/month/event-time formatters).
- ScoreCard: useUserTimezone in AggregateScoreCard; thread tz into the
  date-range latest call.
- addigy-tab: useUserTimezone in AddigyTab; thread tz into 2 inline calls.
- activity-sparkline: module-scope fmtHour(iso) → fmtHour(iso, tz);
  useUserTimezone in ActivitySparkline; update 3 callsites in title/aria.
- compliance-detail-table: thread tz from ComplianceDetailTable into
  ContractCoverageModal sub-component (2 inline date calls).
- company-backup-detail: module-scope formatDate(d) → formatDate(d, tz);
  useUserTimezone in CompanyBackupDetail; update 3 callsites.

Migrates 31 of 81 audit leak callsites.
2026-05-07 08:43:27 -04:00
..
audit feat(07.1-05): user-tz on shared client components 2026-05-07 08:43:27 -04:00
pipeline feat: IT Glue integration, workflow engine, pipelines, Zabbix WAN, notification channels, backup status UI improvements, nav alignment fixes 2026-02-27 14:52:14 -05:00
roles feat: add authentication, user management, and admin features 2026-01-31 12:43:14 -05:00
users feat(07.1-05): user-tz on shared client components 2026-05-07 08:43:27 -04:00
ChunkedSyncProgress.tsx Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
DataTable.tsx feat: status popover + CSV export 2026-05-03 10:20:27 -04:00
DetailModal.tsx feat(07.1-05): user-tz on shared client components 2026-05-07 08:43:27 -04:00
EntitySelector.tsx Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
EntitySyncProgress.tsx Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
IntegrationStatusTabs.tsx feat(07.1-05): user-tz on shared client components 2026-05-07 08:43:27 -04:00
SyncControlPanel.tsx ui: clarify date range doesn't apply to configuration items and other non-date entities 2026-03-17 15:59:19 -04:00
SyncDashboard.tsx Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
SyncHistoryTable.tsx feat: add tabs to sync page and fix pagination 2026-01-24 07:57:09 -05:00
SyncScheduler.tsx feat(07.1-05): user-tz on shared client components 2026-05-07 08:43:27 -04:00