Commit Graph
34 Commits
Author SHA1 Message Date
rehlert b7969b4c9e metadata
Build and Push Docker Image / build (push) Successful in 45s
2026-08-29 12:31:06 +02:00
rehlert d71b25f834 splitting tests 2026-08-29 12:10:26 +02:00
rehlert 09cc5c06fb rotate + hover on start-page
Build and Push Docker Image / build (push) Successful in 1m26s
2026-08-29 12:04:29 +02:00
rehlert ea21fc000f batch + stamping
Build and Push Docker Image / build (push) Successful in 1m35s
2026-08-28 08:02:10 +02:00
rehlert 57b38fe2c7 bea settings
Build and Push Docker Image / build (push) Successful in 54s
2026-08-27 18:15:22 +02:00
rehlert 367f34229c loading screen
Build and Push Docker Image / build (push) Successful in 41s
2026-08-27 16:41:59 +02:00
rehlert dea6a1ba77 rewording
Build and Push Docker Image / build (push) Successful in 42s
2026-08-27 15:46:24 +02:00
rehlert 365c57847c favicon
Build and Push Docker Image / build (push) Successful in 40s
2026-08-27 10:41:48 +02:00
rehlert 2b22fcb0e8 layout footer fix
Build and Push Docker Image / build (push) Successful in 41s
2026-08-27 09:48:36 +02:00
rehlert 037050e1c1 styling FileDropzone
Build and Push Docker Image / build (push) Successful in 43s
2026-08-27 08:26:57 +02:00
rehlert 1a2673f708 merges box on start-page
Build and Push Docker Image / build (push) Successful in 41s
2026-08-27 07:45:17 +02:00
rehlert adaae41e44 adds features
Build and Push Docker Image / build (push) Successful in 1m28s
2026-08-27 07:38:35 +02:00
rehlert 891026ccbb legal
Build and Push Docker Image / build (push) Successful in 29s
2026-07-22 22:26:53 +02:00
rehlert a450c6f5dd Merge branch 'features/shadcn' into develop
# Conflicts:
#	.idea/workspace.xml
#	agents.md
2026-07-22 22:18:59 +02:00
rehlert 47ed80bd24 adds impressum / privacy 2026-07-22 22:14:50 +02:00
rehlert 44ca534cfa adds ci/cd 2026-07-22 21:28:50 +02:00
rehlert 0f7bb4b6eb adds icons 2026-06-19 07:05:54 +02:00
rehlert 52ca2c24f4 adds icons to buttons 2026-06-16 18:46:11 +02:00
rehlert 0b032b2cd8 adds shadcn, removes skeleton, implements button after styleguide 2026-06-16 18:07:58 +02:00
rehlert 9785973e8b removes skeleton 2026-06-16 08:11:01 +02:00
rehlert 1c6d9cce0f adds buttons to export and delete all zips 2026-06-15 20:52:57 +02:00
rehlert 8a5ee9fe20 adds agents.md, splits zip-processing.ts 2026-06-15 20:13:39 +02:00
rehlert ef96f523e3 The git changes introduce functionality to merge attachments from a processed ZIP archive into a single PDF file. Here is a summary of the changes: ### New Features - PDF Merging: Added the ability to merge multiple attachments (PDFs and images) from a processed ZIP archive into a single PDF document. - Image Conversion: Implemented automatic conversion of non-PNG images (like JPGs) to PNG format before embedding them into the merged PDF. ### File Changes - Dependencies: Added pdf-lib to the project's dependencies. - src/lib/zip-processing.ts:
- Added mergeProcessedZipArchive to handle the core logic of creating a merged PDF.                         - Implemented helpers to embed PDF pages and convert/embed images.     - Added toArrayBuffer and convertImageBytesToPng utilities for handling binary data and canvas-based image processing.
     - src/lib/components/ProcessedZipArchiveEditor.svelte:
 - Added a "PDF herunterladen" (Download PDF) button.              - Added UI states to handle the merging process (loading state, error messages).
     - Integrated the mergeProcessedZipArchive function with the UI.
      - src/lib/components/AttachmentPreview.svelte:
 - Added a fix to ensure attachment.data is treated as a Uint8Array when loading PDF documents.
2026-06-13 13:32:55 +02:00
rehlert e3518eaed0 name generation improvement 2026-06-12 14:40:46 +02:00
rehlert 0629ca88c9 range settings 2026-06-12 14:35:54 +02:00
rehlert b400bf2f7c handles zips in zip correctly 2026-06-12 13:42:48 +02:00
rehlert 33f0804c53 ignores mac special folders 2026-06-12 13:36:23 +02:00
rehlert 1a9f0e876c renders thumbnails 2026-06-12 13:33:00 +02:00
rehlert 0cbbc6f46d design anpassungen 2026-06-12 12:59:46 +02:00
rehlert d00a7e2783 renders preview of zips 2026-06-12 12:31:44 +02:00
rehlert 15a3fc5877 parses xjustiz and orders attachments 2026-06-12 12:17:13 +02:00
rehlert 187f7b3a6a zips are getting extracted 2026-06-12 11:58:22 +02:00
rehlert 2f1b9f8f79 adds dropzone to add zips 2026-06-12 11:44:33 +02:00
rehlert f8ec18e10b adapts styling of rvg.legal 2026-06-12 11:21:52 +02:00