Commit Graph
2 Commits
Author SHA1 Message Date
Raven Scott e50acc54f1 feat: add complete panel reset functionality to refresh button
Implement comprehensive reset of panel state, UI elements, and components
when refresh button is clicked. The panel now operates like new while
maintaining WebSocket connection.
2025-11-25 00:58:48 -05:00
Raven Scott 02356eff7b fix: resolve critical bugs and memory leaks
- Fix PORT validation in server.js
- Fix helmet middleware usage and add rate limiter error handling
- Fix interval cleanup bugs in websocket.js
- Remove duplicate monitor intervals in docker.js
- Fix variable bugs and event listener cleanup in app.js
- Ensure proper cleanup of all intervals and event listeners
2025-11-25 00:53:43 -05:00