Imports tradein-mvp/frontend (38 components) to a claude.ai/design design-system project. Synth-entry build (Next.js app, no dist): - overrides/source-kit.mjs: process.env shim for browser IIFE - preview-provider.tsx: seeded TanStack Query provider (mirrors the repo's offline ui-preview client) so fetch-coupled + auth-gated cards render - previews/*.tsx: authored preview compositions (real fixture data) - conventions.md: README header for the design agent - config.json + NOTES.md: reproducible re-sync inputs
8 lines
469 B
TypeScript
8 lines
469 B
TypeScript
import { PhotoUpload } from 'tradein-mvp-frontend';
|
||
|
||
/** Загрузка фото квартиры (#394). Карточка с заголовком, счётчиком N/12 и
|
||
* файл-инпутом. Реальный UUID → активный аплоадер «0 / 12» (фетч списка фото
|
||
* офлайн молча игнорируется). */
|
||
export const Default = () => (
|
||
<PhotoUpload estimateId="3f2a9c10-7b4d-4e8a-9f12-6c5b1a2d3e4f" />
|
||
);
|