Pulse/frontend-modern/src/components
rcourtman b004f6d017 fix(ui): stabilize type badge order in unified agents table
Fixes #773

The type badge order was flapping between 'Host Docker' and 'Docker Host'
because Array.from(new Set([...])) doesn't preserve insertion order reliably.

Added a sortTypes helper that ensures types are always displayed in a
consistent order: 'host' before 'docker'. This prevents visual flapping
even when the underlying data sources update at slightly different times.
2025-12-14 21:51:06 +00:00
..
__tests__ Unify API token reveal workflow 2025-10-15 22:58:31 +00:00
AI chore: Fix all remaining lint warnings 2025-12-13 11:05:08 +00:00
Alerts fix: Quick tips banner incorrectly states 0 disables alerts, should be -1 2025-12-14 19:08:24 +00:00
Backups perf: debounce search and optimize filter parsing in Backups and Storage 2025-12-13 21:29:45 +00:00
Dashboard fix: cluster-aware guest deduplication and multi-agent token binding 2025-12-14 10:16:17 +00:00
Docker Merge main into ai-features: incorporate latest bugfixes 2025-12-13 15:18:51 +00:00
Hosts Redesign Ceph, Replication, and Mail Gateway pages for UI consistency 2025-12-13 00:08:29 +00:00
icons Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
Kubernetes perf: debounce search input in Kubernetes clusters view 2025-12-13 21:28:19 +00:00
PMG Redesign Ceph, Replication, and Mail Gateway pages for UI consistency 2025-12-13 00:08:29 +00:00
Proxmox fix(frontend): hide unconfigured navigation tabs 2025-12-13 00:21:00 +00:00
Replication Redesign Ceph, Replication, and Mail Gateway pages for UI consistency 2025-12-13 00:08:29 +00:00
Settings fix(ui): stabilize type badge order in unified agents table 2025-12-14 21:51:06 +00:00
SetupWizard feat: auto-detect platforms during agent install and allow multi-host tokens 2025-12-14 16:21:59 +00:00
shared feat: display linked host agent badge on PVE nodes 2025-12-13 23:18:31 +00:00
Storage perf: debounce search and optimize filter parsing in Backups and Storage 2025-12-13 21:29:45 +00:00
Toast refactor: unify notifications into global toast 2025-10-22 12:39:01 +00:00
DemoBanner.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
ErrorBoundary.tsx Improve auth timeout handling (related to #705) 2025-11-12 21:50:53 +00:00
FirstRunSetup.tsx fix: cluster-aware guest deduplication and multi-agent token binding 2025-12-14 10:16:17 +00:00
Login.tsx feat: Add multi-step Setup Wizard for Pulse 5.0 onboarding 2025-12-13 15:08:47 +00:00
SecurityWarning.tsx style: replace emojis with text indicators in UI components 2025-12-13 21:30:44 +00:00
TokenRevealDialog.tsx Add reusable API token reveal dialog 2025-10-15 22:45:14 +00:00
UpdateBanner.tsx Add release dry run workflow and API update integration test 2025-11-12 21:02:52 +00:00
UpdateConfirmationModal.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
UpdateProgressModal.tsx Improve auth timeout handling (related to #705) 2025-11-12 21:50:53 +00:00