Pulse/frontend-modern/src/components/shared
rcourtman f32d22dc41 Convert data tables from CSS Grid to HTML tables
- Replace CSS Grid with native <table> elements across all data tables
- HTML tables naturally align columns based on widest content in each column
- Add min-width on CPU/Memory/Disk columns for proper progress bar display
- Remove responsive column header abbreviations (show full labels always)
- Remove icon components from NodeSummaryTable headers
- Simplify TemperatureGauge to text-only display (no progress bar)

Tables converted: Dashboard guest table, NodeSummaryTable, HostsOverview,
DockerUnifiedTable, DockerHostSummaryTable
2025-11-29 21:20:02 +00:00
..
responsive Convert data tables from CSS Grid to HTML tables 2025-11-29 21:20:02 +00:00
Card.tsx feat(ui): apply glassmorphism and staggered animations to tables 2025-11-27 10:44:36 +00:00
CopyButton.tsx Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
EmptyState.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Form.ts Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
MetricsViewToggle.tsx feat: add sparklines view mode for metrics visualization 2025-11-09 22:31:35 +00:00
NodeGroupHeader.tsx feat: adaptive node table layout, guest row fixes, and legacy agent detection 2025-11-25 17:19:36 +00:00
NodeSummaryTable.tsx Convert data tables from CSS Grid to HTML tables 2025-11-29 21:20:02 +00:00
OnlineStatusBadge.tsx feat: improve responsive table layout with tighter columns 2025-11-25 20:37:28 +00:00
ScrollableTable.tsx refactor: remove legacy DISABLE_AUTH flag and enhance authentication UX 2025-10-27 19:46:51 +00:00
SearchTipsPopover.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
SectionHeader.tsx feat: improve mobile layout responsiveness 2025-10-22 12:39:53 +00:00
SettingsPanel.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Sparkline.tsx Improve auth timeout handling (related to #705) 2025-11-12 21:50:53 +00:00
StatusBadge.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
StatusDot.tsx feat(ui): apply glassmorphism and staggered animations to tables 2025-11-27 10:44:36 +00:00
TemperatureGauge.tsx Convert data tables from CSS Grid to HTML tables 2025-11-29 21:20:02 +00:00
Toggle.tsx fix: resolve TypeScript errors in frontend components 2025-11-26 09:11:25 +00:00
Tooltip.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
UnifiedNodeSelector.tsx Add per-node temperature monitoring and fix critical config update bug 2025-11-05 14:11:53 +00:00