Stirling-PDF/frontend/src/hooks
James Brunton 6dbaff5342
Fix Split to be a single file interface (#4327)
# Description of Changes
Split was previously incorrectly marked as a multi-file interface, which
meant that if you fed 2 files into it, it'd just process the first and
discard the second.

This PR changes it to a single-file interface, and implements a custom
response handler because Split returns Zip files instead of PDFs, so the
response you get when running Split now is the union of all of the split
input files in the workbench (or them all zipped if you download it).
2025-08-29 17:23:44 +01:00
..
tools Fix Split to be a single file interface (#4327) 2025-08-29 17:23:44 +01:00
useAppConfig.ts Added config controller to be used by react frontend 2025-06-27 18:00:35 +01:00
useCookieConsent.ts Basic footer structure and Cookie Consent (#4320) 2025-08-29 13:01:46 +00:00
useDocumentMeta.ts SEO init (#4197) 2025-08-14 15:52:38 +01:00
useEndpointConfig.ts Tools/ocr/v2 (#4055) 2025-08-01 14:22:19 +01:00
useEnhancedProcessedFiles.ts Stirling 2.0 (#3928) 2025-07-16 17:53:50 +01:00
useFileHandler.ts Automatically select added files (#4325) 2025-08-29 16:39:19 +01:00
useFileManager.ts V2 Make FileId type opaque and use consistently throughout project (#4307) 2025-08-28 09:56:07 +00:00
useFileWithUrl.ts Enforce type checking in CI (#4126) 2025-08-11 09:16:16 +01:00
useIndexedDBThumbnail.ts Feature/v2/file handling improvements (#4222) 2025-08-21 17:30:26 +01:00
useIsOverflowing.ts V2: Design Navbar (#4017) 2025-07-25 12:27:30 +01:00
usePDFProcessor.ts Feature/v2/pageeditor improved (#4289) 2025-08-26 15:30:58 +01:00
usePdfSignatureDetection.ts Feature/v2/file handling improvements (#4222) 2025-08-21 17:30:26 +01:00
useProcessedFiles.ts Stirling 2.0 (#3928) 2025-07-16 17:53:50 +01:00
useRainbowTheme.ts Re-remove rainbow mode after mistaken revert (#4311) 2025-08-27 09:32:39 +01:00
useRightRailButtons.ts Feature/v2/right rail (#4255) 2025-08-25 12:53:33 +01:00
useSuggestedTools.ts Posthog, scarf and url navigation overhaul (#4318) 2025-08-28 15:42:33 +01:00
useThumbnailGeneration.ts V2 Make FileId type opaque and use consistently throughout project (#4307) 2025-08-28 09:56:07 +00:00
useToolManagement.tsx Posthog, scarf and url navigation overhaul (#4318) 2025-08-28 15:42:33 +01:00
useToolParameters.ts Stirling 2.0 (#3928) 2025-07-16 17:53:50 +01:00
useToolSections.ts V2 styling requests (#4288) 2025-08-26 16:31:20 +01:00
useTooltipPosition.ts Feature/v2/tooltips (#4112) 2025-08-08 12:09:41 +01:00
useTranslation.ts React translations 2025-05-29 17:26:32 +01:00
useUndoRedo.ts Ground work for page editor 2025-06-10 11:19:54 +01:00
useUrlSync.ts Posthog, scarf and url navigation overhaul (#4318) 2025-08-28 15:42:33 +01:00