VardanHakobyan
7f11e25e63
refactor: migrate account-menu to react - implement functionality
...
- remove all Angular code related to `account-menu`
- rename React component to AccountMenu so that many parts of old code remain unchanged
- code cleanup
2021-06-07 20:30:49 +04:00
VardanHakobyan
6db97436b8
Merge remote-tracking branch 'upstream/develop' into account-menu-react
2021-06-07 19:40:24 +04:00
Karol Sójko
067f135e52
fix: missing next version server initialization
2021-06-07 17:07:49 +02:00
VardanHakobyan
3d454dc175
Merge remote-tracking branch 'upstream/develop' into account-menu-react
2021-06-07 17:43:07 +04:00
Karol Sójko
8dde06b93b
feat: add alternative server for purposes of switching to API v1 ( #571 )
...
* feat: add alternative server for purposes of switching to API v1
* fix: naming of next version sync server host variable
2021-06-07 15:19:26 +02:00
VardanHakobyan
f7262dc948
refactor: migrate account-menu to react - implement functionality
...
- implement "merge local data"
- show "error reporting dialog"
- fix TS errors
- cleanup TODOs
2021-06-04 20:11:19 +04:00
VardanHakobyan
5349ec8550
refactor: reviewer's comment
2021-06-04 16:52:58 +04:00
Karol Sójko
56121933b4
Merge branch 'hotfix/3.7.5' into develop
2021-06-04 10:15:09 +02:00
Karol Sójko
b381364987
fix: JSON gem deprecation warnings
2021-06-04 10:15:00 +02:00
Antonella Sgarlatta
75cefc122e
fix: add ellipsis overflow to tag text on note options
2021-06-03 18:48:22 -03:00
VardanHakobyan
3ef77fe14b
Merge remote-tracking branch 'upstream/develop' into account-menu-react
2021-06-03 20:13:38 +04:00
VardanHakobyan
7fab73395d
fix: use correct variable for password confirmation value
2021-06-03 20:12:29 +04:00
VardanHakobyan
7a05a448c3
refactor: migrate account-menu to react - implement functionality
...
- implement download backup
- implement import backup
- add `useCallback` to function that is used in `useEffect`, so that its reference isn't changed on every render
2021-06-03 20:04:00 +04:00
Karol Sójko
bb6f65d8e5
Merge branch 'hotfix/3.7.4' into develop
2021-06-03 13:08:07 +02:00
Karol Sójko
774c8a0654
Merge branch 'hotfix/3.7.4'
2021-06-03 13:08:05 +02:00
Karol Sójko
ad192dc92c
fix: silence deprecations on production
2021-06-03 13:07:58 +02:00
Karol Sójko
93e38a8340
Merge branch 'hotfix/3.7.3' into develop
2021-06-03 12:19:57 +02:00
Karol Sójko
1fa6dea4fd
Merge branch 'hotfix/3.7.3'
2021-06-03 12:19:54 +02:00
Karol Sójko
7de7f52394
fix: disable deprecations warnings
2021-06-03 12:19:48 +02:00
VardanHakobyan
da5f25e809
Merge remote-tracking branch 'upstream/develop' into account-menu-react
2021-06-03 13:14:32 +04:00
Antonella Sgarlatta
275043519c
Merge pull request #569 from standardnotes/bugfix/multiple-selection-incorrectly-enabled
...
fix: disregard modifiers for note selection if user hasn't triggered the action
2021-06-02 11:45:54 -03:00
Antonella Sgarlatta
0055916519
Merge branch 'develop' into bugfix/multiple-selection-incorrectly-enabled
2021-06-02 11:25:03 -03:00
Antonella Sgarlatta
3823836863
fix: disregard modifiers for note selection if user hasn't triggered the action
2021-06-02 11:20:24 -03:00
VardanHakobyan
6a54ea90f9
refactor: migrate account-menu to react - implement functionality
...
- handle login and register
- advanced options in login section
- focus/blur events with React
- cleanup password fields when required (setting the value to `undefined` for resetting the input field doesn't work well in React, thus set to empty string)
2021-06-01 21:49:27 +04:00
Anton Emelyanov
db97d6d4b6
fix missing whitespace in permissions-modal ( #568 )
2021-06-01 09:52:30 -05:00
VardanHakobyan
09f62b68ae
refactor: migrate account-menu to react - implement functionality
...
- implement different handlers, such as set/change/remove passcode, etc.
- setup correct initial values
- rename React component
2021-05-31 22:15:49 +04:00
VardanHakobyan
1194c73c49
refactor: migrate account-menu to react - implement functionality
...
- link the new React component to the app's store
- setup correct initial values
- small fixes
2021-05-28 19:25:44 +04:00
VardanHakobyan
e18f410fd2
Merge remote-tracking branch 'upstream/develop' into account-menu-react
2021-05-28 16:06:37 +04:00
Karol Sójko
c7eeee1beb
Merge branch 'hotfix/3.7.2' into develop
2021-05-28 11:38:10 +02:00
Karol Sójko
d6c75cfe6d
Merge branch 'hotfix/3.7.2'
2021-05-28 11:38:07 +02:00
Karol Sójko
737550096e
feat: add configurable log level
2021-05-28 11:37:08 +02:00
Antonella Sgarlatta
26732f5b8d
Merge branch 'release/3.7.1' into main
2021-05-26 18:34:45 -03:00
Antonella Sgarlatta
bab6d2ebbf
chore(version): 3.7.1
2021-05-26 18:34:32 -03:00
Antonella Sgarlatta
e12a09980f
chore(version-snjs): 2.4.2
2021-05-26 18:33:57 -03:00
VardanHakobyan
844b43e2fb
refactor: migrate account-menu to react - initial UI
2021-05-26 22:30:32 +04:00
Antonella Sgarlatta
d738594a9c
Merge branch 'main' into develop
2021-05-25 18:11:27 -03:00
Antonella Sgarlatta
2e30fe831a
chore(version): 3.7.0
2021-05-25 17:57:46 -03:00
Antonella Sgarlatta
bb0a537dc5
Merge branch 'develop' into release/3.7.0
2021-05-25 17:57:04 -03:00
Johnny A
d2ec5f6645
chore(deps): update extensions-manager ( #563 )
...
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com >
2021-05-24 14:55:07 -04:00
Antonella Sgarlatta
278bec8d56
feat: close context menu on extension click
2021-05-24 11:46:43 -03:00
Antonella Sgarlatta
f0ca90fd4f
chore(version-snjs): 2.3.1
2021-05-24 11:44:08 -03:00
Antonella Sgarlatta
6a7e09cd26
fix: new note button not working when multiple notes selected
2021-05-24 11:05:15 -03:00
Antonella Sgarlatta
633add73c9
feat: remove animations from context menu
2021-05-24 10:51:24 -03:00
Antonella Sgarlatta
0a433ff5d4
styles: fix class names
2021-05-20 17:07:50 -03:00
Antonella Sgarlatta
6a9d54c2ae
fix: make menus scrollable when there's not enough space
2021-05-20 16:57:34 -03:00
Antonella Sgarlatta
c7be130a94
refactor: remove unused import
2021-05-20 15:37:39 -03:00
Antonella Sgarlatta
d826af7b55
fix: tags menu not opening
2021-05-20 15:36:58 -03:00
Antonella Sgarlatta
0b2665a01b
fix: revert using portal for ellipsis menu
2021-05-20 15:29:19 -03:00
Antonella Sgarlatta
fb12b26a60
styles: make switch size responsive to font size
2021-05-20 14:57:53 -03:00
Antonella Sgarlatta
f9f2959ad5
fix: make context menu scrollable when there's not enough space
2021-05-20 13:29:59 -03:00