feat(digital-signatures): add version history, expiration tracking, and metadata fields

- Version history with add-version dialog and history display
- Expiration date with expired/expiring-soon visual indicators
- Legal status and usage notes fields
- Delete confirmation dialog
- updatedAt timestamp support
- Image preview in version history

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Marius Tarau
2026-02-18 06:35:42 +02:00
parent c3abbf1c4b
commit 455d95a8c6
4 changed files with 178 additions and 16 deletions

View File

@@ -1,3 +1,3 @@
export { digitalSignaturesConfig } from './config';
export { DigitalSignaturesModule } from './components/digital-signatures-module';
export type { SignatureAsset, SignatureAssetType } from './types';
export type { SignatureAsset, SignatureAssetType, AssetVersion } from './types';