feat(banking): PDF statement importer and overriding column mapping (#55559)

* feat(banking): PDF statement importer

* feat(banking): allow users to override column mapping

* fix: store pending page images in flags
This commit is contained in:
Nikhil Kothari
2026-06-03 19:48:14 +05:30
committed by GitHub
parent 855eeb1078
commit 3294490040
19 changed files with 2238 additions and 420 deletions

View File

@@ -231,7 +231,7 @@ export const FileTypeIcon = ({
const getTextColor = () => {
switch (fileType.toLowerCase()) {
case 'pdf':
return 'text-red-700'
return 'text-ink-red-3'
case 'doc':
case 'docx':
return 'text-[#1A5CBD]'