This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 4c5e73751d837eb2d3458eb9f6293425e051c1b8 Mon Sep 17 00:00:00 2001 | |
| From: Claude <claude@convertpdfgo.com> | |
| Date: Wed, 27 May 2026 01:00:27 +0500 | |
| Subject: [PATCH 1/5] feat: wire backend API to all 10 tools + foundation | |
| - lib/api.ts: uploadFile, downloadFile, runJob, runJobSync helpers | |
| - components/tools/: FileDropzone, JobStatusPanel, useJobRunner, SimpleToolClient | |
| - 10 tool client components: compress, merge, split, pdf-to-word, word-to-pdf, | |
| jpg-to-pdf, protect, unlock, ocr, watermark | |
| - 10 page.tsx updates: keep marketing card, add functional widget below |