/** * Data Export Section Component * * Provides UI and functionality for exporting user data and backing up identifier seeds. * Includes buttons for seed backup and database export, with platform-specific download instructions. * * Features: * - Platform-specific export handling (web vs. native) * - Proper resource cleanup for blob URLs * - Robust error handling with user-friendly messages * - Conditional UI based on platform capabilities * * @component * @displayName DataExportSection * @example * ```vue * * ``` * * @author Matthew Raymer * @since 2025-01-25 * @version 1.1.0 */ Data Export Backup Identifier Seed {{ isExporting ? "Exporting..." : "Download Contacts" }} After the export, you can save the file in your preferred storage location. On iOS: You will be prompted to choose a location to save your backup file. On Android: You will be prompted to choose a location to save your backup file.
After the export, you can save the file in your preferred storage location.