mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 17:05:48 +00:00
* refactor(backup): implement consistent timestamp for backup filenames * refactor(i18n): rename PRIVACY_EXPORT key to PRIVACY_EXPORT_DESCRIPTION * refactor(i18n): add PRIVACY_EXPORT key for data export in multiple languages * refactor(backup): standardize backup filename prefix * refactor(backup): update backup filename format to use underscore separator * refactor(i18n): update translations * refactor(backup): move getBackupTimestamp utility to a shared location for consistency * test(backup): add unit tests for getBackupTimestamp utility * fix(e2e): move MIGRATION_BACKUP_PREFIX to migration.const * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * refactor(tests): move jasmine.clock().install() to beforeEach for consistency * refactor(backup): consolidate backup filename constants and update imports --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| assertions.ts | ||
| check-webdav.ts | ||
| config-helpers.ts | ||
| e2e-constants.ts | ||
| element-helpers.ts | ||
| index.ts | ||
| legacy-migration-helpers.ts | ||
| schedule-task-helper.ts | ||
| supersync-assertions.ts | ||
| supersync-helpers.ts | ||
| sync-helpers.ts | ||
| time-input-helper.ts | ||
| waits.ts | ||