- feat(manager): optimize CPU and RAM graphs rendering and responsiveness
- fix(manager): handle service restarts by resetting CPU and RAM graphs on PID change
- fix(manager): correct visual synchronization of CPU and RAM graphs data
- fix(manager): resolve fencepost error for perfect graph-grid alignment
- fix(manager): prevent redundant CPU and RAM graphs resets and improve state tracking
- fix(manager): prevent race condition in async search
- fix(manager): optimize performance tab search
- fix(manager): add logging to performance tab in case of search failure
- refactor(manager): decouple CPU and RAM graphs grid logic from View Model to View