1 Open Issue Need Help Last updated: Nov 2, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue addresses a significant technical debt by proposing a migration of the application's fragmented state management, currently relying on Context API, LocalStorage, and component state, to Zustand. The current system causes state synchronization complexity, debugging difficulties, and poor testability, especially within the session protection and WebSocket integration. The refactor aims to centralize state, reduce boilerplate, and enable better debugging and testing.

Complexity: 5/5
enhancement good first issue