feat-preferences: data backup export and import (#646)

* feat: data backups initial implementation

* feat: improve data backups design in preferences

* feat: split import backup in multiple segments

* feat(preferences): move import backup spinner next to import button

* fix(data-backups): padding between radio btn and buttons
This commit is contained in:
Gorjan Petrovski
2021-09-27 11:34:37 +02:00
committed by GitHub
parent 5f65d2eca7
commit 97d667a46f
3 changed files with 184 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
export * from './Encryption';
export * from './PasscodeLock';
export * from './Protections';
export * from './DataBackups';