/** * 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 */