Folo/apps/desktop/layer/main
Innei 3bee8dbd20
feat(api): integrate FollowClient for API interactions
- Introduced the FollowClient from `@follow-app/client-sdk` to manage API requests and responses, enhancing the structure and maintainability of the API client.
- Refactored the API client to utilize the new FollowClient, including request and response interceptors for logging and error handling.
- Updated the `updateNotificationsToken` and `deleteNotificationsToken` functions to use the new API methods.
- Added a new IPC service for better communication between the main and renderer processes.

This update improves API interaction efficiency and enhances error handling across the application.

Signed-off-by: Innei <tukon479@gmail.com>
2025-09-04 01:06:39 +08:00
..
preload Revert "fix(desktop): electron mas" 2025-07-01 16:50:47 +08:00
src feat(api): integrate FollowClient for API interactions 2025-09-04 01:06:39 +08:00
export.ts feat(dependencies): refactor ipc decorator 2025-08-23 18:32:55 +08:00
global.d.ts refactor: adjust desktop structure 2025-04-28 21:42:23 +08:00
package.json feat(api): integrate FollowClient for API interactions 2025-09-04 01:06:39 +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