Refactor/reacrhitecture to fsd+ #49

Merged
ilia merged 70 commits from refactor/reacrhitecture-to-fsd+ into main 2026-06-03 09:55:47 +00:00
5 changed files with 7 additions and 1 deletions
Showing only changes of commit 4d8dcf52e0 - Show all commits
@@ -8,7 +8,7 @@ import {
} from '$entities/Font/lib/errors/errors';
import type { UnifiedFont } from '$entities/Font/model/types';
import { fontKeys } from '$shared/api/queryKeys';
import { BaseQueryStore } from '$shared/lib/helpers/BaseQueryStore.svelte';
import { BaseQueryStore } from '$shared/lib';
/**
* Internal fetcher that seeds the cache and handles error wrapping.
+5
View File
@@ -136,3 +136,8 @@ export {
*/
type PerspectiveManager,
} from './createPerspectiveManager/createPerspectiveManager.svelte';
/**
* Base Query store using Tanstack query
*/
export { BaseQueryStore } from './BaseQueryStore/BaseQueryStore.svelte';
+1
View File
@@ -5,6 +5,7 @@
*/
export {
BaseQueryStore,
createDebouncedState,
createEntityStore,
createFilter,