Pulse/frontend-modern/src
rcourtman 9925a0d78f refactor: use semantic metric types instead of conditional logic in HostsOverview
Changed MetricBar type prop from conditional (value > 80 ? 'danger' : 'primary')
to semantic types ('cpu', 'memory', 'disk') for better maintainability and
consistency with the component's design system.

This allows MetricBar to handle threshold logic internally based on metric
type, rather than duplicating threshold conditions at each call site.
2025-10-23 22:38:44 +00:00
..
api Add API token scopes and standalone host agent 2025-10-23 11:40:31 +00:00
components refactor: use semantic metric types instead of conditional logic in HostsOverview 2025-10-23 22:38:44 +00:00
constants Add API token scopes and standalone host agent 2025-10-23 11:40:31 +00:00
hooks feat: unify agent deployments and scoped token flows 2025-10-23 17:14:34 +00:00
pages Add Apprise API controls to notification panel (#584) 2025-10-22 13:44:39 +00:00
stores Add replication monitoring plumbing and UI 2025-10-22 16:10:15 +00:00
styles Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
test feat: enhance alerts system with tests and improved thresholds 2025-10-15 22:25:04 +00:00
types Add API token scopes and standalone host agent 2025-10-23 11:40:31 +00:00
utils feat: add native Windows service support and expandable host details 2025-10-23 22:11:56 +00:00
App.tsx feat: add native Windows service support and expandable host details 2025-10-23 22:11:56 +00:00
constants.ts Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
index.css feat: improve mobile layout responsiveness 2025-10-22 12:39:53 +00:00
index.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
SimpleApp.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Test.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
vite-env.d.ts Fix settings security tab navigation 2025-10-11 23:29:47 +00:00