amazon-transcreation/frontend
DJP 8d4dc65993 Wire TM Registry and Reference Library to real backend APIs
Both pages were showing hardcoded mock data (PDFs, TMX, DOCX files).
Now they:
- Fetch real data from /files/tm and /files/reference endpoints
- Accept .json/.jsonl uploads (not PDF/TMX)
- Support delete with confirmation
- Auto-select Amazon as the default client
- Show proper upload dialogs with locale/channel/file-type selectors
- Fixed api.ts functions to pass client_id, channel, file_type as
  query params (matching backend expectations)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-14 10:05:03 -04:00
..
public feat: add production deployment, fix auth flow, add nginx reverse proxy 2026-04-10 12:53:48 -04:00
src Wire TM Registry and Reference Library to real backend APIs 2026-04-14 10:05:03 -04:00
.env.local.example feat: add production deployment, fix auth flow, add nginx reverse proxy 2026-04-10 12:53:48 -04:00
.gitignore feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00
components.json feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00
Dockerfile feat: configure deployment for optical-dev.oliver.solutions/amazon-transcreation 2026-04-10 13:05:12 -04:00
next.config.js feat: configure deployment for optical-dev.oliver.solutions/amazon-transcreation 2026-04-10 13:05:12 -04:00
package-lock.json feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00
package.json feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00
postcss.config.js feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00
tailwind.config.ts fix: use next/font/local for fonts and basePath for logo URLs 2026-04-10 13:25:25 -04:00
tsconfig.json feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00