cherry-studio/tests/__mocks__/renderer
fullex 6567d9d255 feat: update useDataApi hook and documentation for improved loading states and refetch logic
- Refactored `useQuery` and `useMutation` hooks to replace `loading` with `isLoading` for consistency in naming conventions.
- Enhanced `useQuery` to include `isRefreshing` state for better tracking of background revalidation.
- Updated documentation and examples to reflect changes in hook signatures and loading state management.
- Improved mock implementations in tests to align with the new hook signatures, ensuring accurate testing of loading states.
2026-01-05 00:12:01 +08:00
..
CacheService.ts feat: enhance mock services for improved testing capabilities 2026-01-04 10:24:35 +08:00
DataApiService.ts feat: enhance mock services for improved testing capabilities 2026-01-04 10:24:35 +08:00
PreferenceService.ts fix: typecheck/test:lint/format:check 2025-09-16 15:26:36 +08:00
useCache.ts feat(cache): enhance shared cache functionality and synchronization in main 2025-12-29 23:56:27 +08:00
useDataApi.ts feat: update useDataApi hook and documentation for improved loading states and refetch logic 2026-01-05 00:12:01 +08:00
usePreference.ts fix: typecheck/test:lint/format:check 2025-09-16 15:26:36 +08:00