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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user