Pulse/frontend-modern/src
rcourtman f1cddf047e fix: settings sidebar navigation jumping to wrong item
Fix URL path matching order in deriveTabFromPath() where clicking
'System Logs' would incorrectly navigate to 'General'. The generic
/settings/system check was matching before /settings/system-logs
because the latter contains the former as a substring.

Moved specific system-* path checks before the generic fallback.
2026-01-29 11:25:01 +00:00
..
api Update frontend for AI assistant and discovery features 2026-01-28 16:53:15 +00:00
components fix: settings sidebar navigation jumping to wrong item 2026-01-29 11:25:01 +00:00
constants fix: add mutex to prevent concurrent map writes in Docker agent CPU tracking 2026-01-15 21:10:55 +00:00
content/help feat: add AI Intelligence system with investigation and forecasting 2026-01-24 22:41:43 +00:00
hooks chore: remove unused frontend code 2026-01-24 22:55:55 +00:00
pages Comment out unused patrol run detail variables 2026-01-28 17:06:10 +00:00
stores Update frontend for AI assistant and discovery features 2026-01-28 16:53:15 +00:00
test Restore UI improvements and refine Docker/Hosts display 2026-01-22 18:03:35 +00:00
types Update frontend for AI assistant and discovery features 2026-01-28 16:53:15 +00:00
utils chore: remove unused utility functions 2026-01-24 23:23:27 +00:00
App.tsx chore: UI improvements and branding updates 2026-01-24 22:45:42 +00:00
constants.ts Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
index.css feat: Add full-width mode toggle for wider views on large monitors. Related to #974 2025-12-30 12:20:44 +00:00
index.tsx chore: remove unused CSS and clean up code 2026-01-24 22:58:06 +00:00
vite-env.d.ts Fix settings security tab navigation 2025-10-11 23:29:47 +00:00