mirror of
https://github.com/torlando-tech/columba.git
synced 2025-12-22 13:47:08 +00:00
Move peer identity restoration to IO dispatcher to prevent blocking main thread during JSON serialization. Also move interface status polling to IO dispatcher to fix network status screen lag. Changes: - ColumbaApplication: Run restorePeerIdentities on Dispatchers.IO - InterfaceManagementViewModel: Add injectable ioDispatcher for polling - ConversationRepository: Remove per-identity logging (930 log calls) - Update tests to inject test dispatcher for IO operations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>