refactor(desktop): remove deprecated gatewayStore.ts facade

- Remove gatewayStore.ts (358-line backward-compat facade) that no
  components import from
- All consumers already use domain-specific stores directly
  (connectionStore, agentStore, handStore, etc.)
- Update store/index.ts comment to remove useGatewayStore reference
This commit is contained in:
iven
2026-03-31 16:21:28 +08:00
parent 97698f54b2
commit f23f6c5f91
2 changed files with 1 additions and 360 deletions

View File

@@ -1,8 +1,7 @@
/**
* Store Coordinator
*
* This module provides a unified interface to all specialized stores,
* maintaining backward compatibility with components that import useGatewayStore.
* This module provides a unified interface to all specialized stores.
*
* The coordinator:
* 1. Injects the shared client into all stores