From a1b6add178cc2c1d35e19df6ad3748463fe990f2 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Sat, 14 Jun 2025 11:10:37 +0000 Subject: [PATCH] chore: linting; more non-errors need fixing --- src/components/BackupFilesList.vue | 439 ++-- src/components/DataExportSection.vue | 30 +- src/libs/capacitor/app.ts | 4 +- src/services/PlatformService.ts | 43 +- .../platforms/CapacitorPlatformService.ts | 2008 +++++++++++------ .../platforms/ElectronPlatformService.ts | 65 +- .../platforms/PyWebViewPlatformService.ts | 69 +- src/services/platforms/WebPlatformService.ts | 72 +- src/utils/logger.ts | 2 +- src/views/TestView.vue | 14 +- 10 files changed, 1787 insertions(+), 959 deletions(-) diff --git a/src/components/BackupFilesList.vue b/src/components/BackupFilesList.vue index b2485f4a..bcce9627 100644 --- a/src/components/BackupFilesList.vue +++ b/src/components/BackupFilesList.vue @@ -1,18 +1,10 @@ -/** - * Backup Files List Component - * - * Displays a list of backup files saved by the app and provides options to: - * - View backup files by type (contacts, seed, other) - * - Open individual files in the device's file viewer - * - Access the backup directory in the device's file explorer - * - * @component - * @displayName BackupFilesList - * @example - * ```vue - * - * ``` - */ +/** * Backup Files List Component * * Displays a list of backup files saved by +the app and provides options to: * - View backup files by type (contacts, seed, +other) * - Open individual files in the device's file viewer * - Access the +backup directory in the device's file explorer * * @component * @displayName +BackupFilesList * @example * ```vue * + +* ``` */