wulf-pulse/components/admin
lorentz c97e5fc45c feat: status popover + CSV export
Two follow-ons after the ⌘K palette:

StatusIndicator → Popover
- The top-bar status light is no longer a direct link to /status.
  Clicking it opens a popover with grouped issues (failing
  integrations, expired tokens, expiring tokens) so a quick glance
  answers "what's broken" without leaving the current page.  A "View
  full status" link at the bottom routes to /status when needed.
- The trigger keeps the same color rollup so the visual hint is
  visible without opening the popover.

DataTable → CSV export
- Optional `exportable` + `exportFilename` props add an "Export CSV"
  button next to the search bar.  Default behavior exports the current
  page; pass `onExportAll` for server-side full-result downloads.
- Built client-side from column defs (label → header, raw value →
  cell).  BOM-prefixed UTF-8 so Excel decodes correctly.  Quoting +
  escape handled.
- Enabled on /admin/data-browser/{companies,tickets} as initial demos.
  Other data-browser pages opt in by adding two props.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-03 10:20:27 -04:00
..
audit feat: add authentication, user management, and admin features 2026-01-31 12:43:14 -05: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: add authentication, user management, and admin features 2026-01-31 12:43:14 -05: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(admin): DB-backed integration toggles + sticky cols + dark contrast 2026-05-03 09:55:22 -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: Autotask webhook integration, TicketNotes, Datto RMM, workflow engine, Veeam agents/alarms, AI triage, misc improvements 2026-02-20 10:28:15 -05: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: RMM Overshell, IT Glue audit/write-back, LogLift, link-aware bundles, dashboard overhaul 2026-05-03 07:13:18 -04:00