-
- Downloads
Add `Forgot recovery key?` button to encryption tab (#29202)
* feat(crypto settings): add "Forgot recovery key?" button to encryption tab * test(crypto settings): add tests for `RecoveryPanelOutOfSync` * test(crypto settings): update encryption tab test * test(crypto settings): update and add e2e test
Showing
- playwright/e2e/settings/encryption-user-tab/encryption-tab.spec.ts 18 additions, 0 deletions...t/e2e/settings/encryption-user-tab/encryption-tab.spec.ts
- playwright/snapshots/settings/encryption-user-tab/encryption-tab.spec.ts/out-of-sync-recovery-linux.png 0 additions, 0 deletions...tab/encryption-tab.spec.ts/out-of-sync-recovery-linux.png
- res/css/_components.pcss 1 addition, 0 deletionsres/css/_components.pcss
- res/css/views/settings/encryption/_RecoveryPanelOutOfSync.pcss 11 additions, 0 deletions...ss/views/settings/encryption/_RecoveryPanelOutOfSync.pcss
- src/components/views/settings/encryption/RecoveryPanelOutOfSync.tsx 21 additions, 12 deletions...ents/views/settings/encryption/RecoveryPanelOutOfSync.tsx
- src/components/views/settings/tabs/user/EncryptionUserSettingsTab.tsx 6 additions, 1 deletion...ts/views/settings/tabs/user/EncryptionUserSettingsTab.tsx
- src/i18n/strings/en_EN.json 2 additions, 1 deletionsrc/i18n/strings/en_EN.json
- test/unit-tests/components/views/settings/encryption/RecoveryPanelOutOfSync-test.tsx 51 additions, 0 deletions...views/settings/encryption/RecoveryPanelOutOfSync-test.tsx
- test/unit-tests/components/views/settings/encryption/__snapshots__/RecoveryPanelOutOfSync-test.tsx.snap 75 additions, 0 deletions...yption/__snapshots__/RecoveryPanelOutOfSync-test.tsx.snap
- test/unit-tests/components/views/settings/tabs/user/EncryptionUserSettingsTab-test.tsx 5 additions, 11 deletions...ews/settings/tabs/user/EncryptionUserSettingsTab-test.tsx
- test/unit-tests/components/views/settings/tabs/user/__snapshots__/EncryptionUserSettingsTab-test.tsx.snap 55 additions, 42 deletions...ser/__snapshots__/EncryptionUserSettingsTab-test.tsx.snap
Loading
Please sign in to comment