Gorjan Petrovski
32ced95f72
fix: replace border-gray-300 with a themable colour ( #664 )
...
Co-authored-by: Aman Harwara <amanharwara@protonmail.com >
2021-11-01 20:46:14 +05:30
Gorjan Petrovski
091842555f
fix: use theme-modifiable colors ( #658 )
2021-09-29 18:08:43 +02:00
Gorjan Petrovski
7b5b78832a
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 >
2021-09-22 15:56:34 +02:00
Gorjan Petrovski
8fb34f2e85
feat: improve 2fa styles based on feedback ( #635 )
...
* feat: improve 2fa styles based on feedback
* fix: preferences panes and dialogs electron compatibility
* fix: no horizontal line when opening two factor activation
* feat: improve two factor activation styles
* feat: further 2fa style improvements
* feat: padding 2fa widgets
* feat: add padding between QR code and content
* feat: refresh 2fa after passcode confirmation
* feat: don't autocomplete passwords for DecoratedInput
2021-09-17 18:14:53 +02:00
Vardan Hakobyan
b0ed19d6a3
feat: implement credentials information on Prefs -> Account pane ( #632 )
...
* feat: implement prefs -> credentials section UI (w/o backend integration)
* feat: implement credentials information on Prefs -> Account pane
- implement email changing UI (w/o backend integration)
- implement password changing UI and reuse existing change password logic
- replace 2FA dialog with shared one
- implement React hook for preventing window refresh
* fix: provide correct types
* refactor: reuse styles from stylekit, rename components and create enum for input types
* refactor: update default exports to named ones, correct texts
* chore: remove unnecessary depenedency
* chore: yarn.lock without unnecessary packages
* Revert "chore: yarn.lock without unnecessary packages"
This reverts commit 64aa75e8408b06884d6e7383180292a4a9a3e8ad.
2021-09-09 19:23:21 +04:00
Gorjan Petrovski
1294b94117
feat: integrate two factor authentication ( #626 )
...
* feat: integrate SNJS MFA with web
* fix: create rudimentary typings file for qrcode.react
* chore: lint fixes
* fix: address PR feedback
* fix: address PR feedback
* fix: address PR feedback 2
* fix: replace spread props on TwoFactorAuthWrapper component
* chore: change null check to undefined check
2021-09-06 17:15:34 +02:00
Gorjan Petrovski
84bb17ba1d
feat(preferences): 2FA activation dialog with mocked state ( #605 )
2021-07-27 11:32:07 +02:00
Gorjan Petrovski
d9c5fd5129
feat: two factor authentication segment in preferences with mocked state ( #600 )
2021-07-21 12:17:50 +02:00