feat: implement encrypted items info (#641)

* feat: implement encrypted items info

* Update app/assets/javascripts/ui_models/app_state/account_menu_state.ts

Co-authored-by: Mo Bitar <mo@standardnotes.org>

* Update app/assets/javascripts/ui_models/app_state/account_menu_state.ts

Co-authored-by: Mo Bitar <mo@standardnotes.org>

* Update app/assets/javascripts/preferences/panes/EndToEndEncryption.tsx

Co-authored-by: Mo Bitar <mo@standardnotes.org>

* Update app/assets/javascripts/preferences/panes/EndToEndEncryption.tsx

Co-authored-by: Mo Bitar <mo@standardnotes.org>

Co-authored-by: Mo Bitar <mo@standardnotes.org>
This commit is contained in:
Gorjan Petrovski
2021-09-22 15:56:34 +02:00
committed by GitHub
parent 77525a56cd
commit 7b5b78832a
8 changed files with 97 additions and 8 deletions

View File

@@ -35,6 +35,7 @@ const PaneSelector: FunctionComponent<
<Security
mfaProvider={props.mfaProvider}
userProvider={props.userProvider}
appState={props.appState}
/>
);
case 'listed':