diff --git a/src/components/DataExportSection.vue b/src/components/DataExportSection.vue index cfbc2dea..a5c31ace 100644 --- a/src/components/DataExportSection.vue +++ b/src/components/DataExportSection.vue @@ -1,9 +1,12 @@ /** * 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. * * -@component * @displayName DataExportSection * @example * ```vue * +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 */