Folo/apps/desktop/layer/main
Innei 496b1d65b2
refactor: replace tipc to ipcServices (#3863)
* init

* refactor: remove @egoist/tipc integration and clean up IPC services

- Deleted references to @egoist/tipc, including related imports and methods.
- Refactored IPC services to utilize decorators for method registration.
- Updated renderer to use new IPC method calls directly.
- Cleaned up unused files and dependencies related to tipc.
- Enhanced the structure of IPC services for better maintainability.

Signed-off-by: Innei <tukon479@gmail.com>

* refactor: replace tipcClient with ipcServices and clean up IPC integration

- Removed all instances of tipcClient and replaced them with ipcServices for improved IPC method calls.
- Deleted the obsolete ipc-client.ts file and related references.
- Updated various components and hooks to utilize the new ipcServices structure.
- Enhanced type safety and maintainability of IPC service interactions.

Signed-off-by: Innei <tukon479@gmail.com>

---------

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-03 23:12:48 +08:00
..
preload refactor: adjust desktop structure 2025-04-28 21:42:23 +08:00
src refactor: replace tipc to ipcServices (#3863) 2025-06-03 23:12:48 +08:00
export.ts refactor: replace tipc to ipcServices (#3863) 2025-06-03 23:12:48 +08:00
global.d.ts refactor: adjust desktop structure 2025-04-28 21:42:23 +08:00
package.json refactor: replace tipc to ipcServices (#3863) 2025-06-03 23:12:48 +08:00
tsconfig.json refactor: replace tipc to ipcServices (#3863) 2025-06-03 23:12:48 +08:00
vitest.config.ts refactor: adjust desktop structure 2025-04-28 21:42:23 +08:00