feat: добавить preview image pipeline в admin

- добавлен polling variants и ручной refresh выбранного asset\n- добавлен picture/srcset preview с выбором preset\n- добавлен URL-state и copy actions для рабочих ссылок
This commit is contained in:
2026-05-05 16:41:20 +03:00
parent 8094535747
commit 0faa8b9d2d
18 changed files with 394 additions and 14 deletions

View File

@@ -1,3 +1,5 @@
export { getAssetPictureKey, useGetAssetPicture } from "./use-get-asset-picture.hook"
export type { AssetPictureQuery } from "./use-get-asset-picture.hook"
export { getAssetKey, useGetAsset } from "./use-get-asset.hook"
export { getAssetVariantsKey, useGetAssetVariants } from "./use-get-asset-variants.hook"
export { getAssetsListKey, useGetAssetsList } from "./use-get-assets-list.hook"