feat: добавить рабочий dashboard admin
- добавлен Mantine theme provider и AppShell layout\n- сгенерирован Backend API клиент и добавлены infra/business хуки\n- добавлены таблица assets, detail/presets panels и create asset modal
This commit is contained in:
6
apps/admin/src/business/assets/config/assets.config.ts
Normal file
6
apps/admin/src/business/assets/config/assets.config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { ListAssetsParams } from "infra/backend-api"
|
||||
|
||||
export const ASSETS_DASHBOARD_LIST_PARAMS = {
|
||||
limit: "20",
|
||||
offset: "0",
|
||||
} satisfies ListAssetsParams
|
||||
Reference in New Issue
Block a user