Gorjan Petrovski
73f03e6ea6
feat: passcode lock in preferences ( #644 )
...
* feat: implement existing passcode lock in prefs
* chore: cleanup commented code and unused imports
* feat: improve design for passcode lock
* fix: propert folder naming
* feat: passcode lock form buttons margin
2021-09-23 17:25:39 +02:00
Gorjan Petrovski
77525a56cd
feat: implement UI for logging out ( #638 )
...
* feat: implement UI for logging out
* feat: use old style dialogs for logout confirmation
* feat: implement manage sessions
* feat: implement session logout success dialog
* feat: use snjs alert for revoking sessions confirmation
* fix: make OtherSessionsLogout easier to read
2021-09-21 19:01:32 +02:00
Gorjan Petrovski
8464824c61
feat: use existing change password wizard in preferences ( #639 )
2021-09-21 17:36:52 +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
Antonella Sgarlatta
ccb80ed6da
Merge branch 'develop' into feature/subscription-info-in-preferences
2021-09-13 12:05:23 -03:00
Antonella Sgarlatta
b3f2d77846
chore(version-snjs): 2.14.1
2021-09-13 12:02:30 -03:00
Karol Sójko
6afce84324
feat: add changing email ( #634 )
2021-09-13 10:01:32 +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
Antonella Sgarlatta
2696f5b735
refactor: merge active and cancelled components into one
2021-09-07 15:11:27 -03:00
Antonella Sgarlatta
dee0c74ebb
Update app/assets/javascripts/preferences/panes/account/subscription/subscription_state.tsx
...
Co-authored-by: Mo Bitar <mo@standardnotes.org >
2021-09-07 14:37:37 -03:00
Antonella Sgarlatta
41257977a7
fix: fix state and add loading state
2021-09-07 13:14:12 -03:00
Antonella Sgarlatta
99ef854ae8
fix: set mobx store as local state
2021-09-07 12:06:25 -03:00
Antonella Sgarlatta
28dab13fb1
refactor: use mobx for state and separate files for components
2021-09-07 12:04:25 -03:00
Antonella Sgarlatta
1b87df18bc
feat: get plan name from subscriptions endpoint
2021-09-07 11:19:51 -03:00
Antonella Sgarlatta
84ba497857
feat: subscription info in preferences
2021-09-06 03:57:33 -03:00
Vardan Hakobyan
5b18fc7146
feat: add "sync" pane to preferences -> account tab ( #621 )
...
* feat: add "sync" pane to preferences -> account tab
* chore: configure eslint to add new line at the end of file and remove trailing spaces
* chore: add newline at the end of file
2021-08-26 22:57:27 +04:00