VardanHakobyan
|
205c48b0e0
|
fix: add dependencies array to useEffect so that it doesn't run on every render
|
2021-06-21 19:20:38 +03:00 |
|
VardanHakobyan
|
980fea7313
|
Merge remote-tracking branch 'upstream/develop' into account-menu-splitted
|
2021-06-21 16:58:11 +03:00 |
|
Antonella Sgarlatta
|
5e83493633
|
fix: remove log
|
2021-06-19 14:58:13 -03:00 |
|
Antonella Sgarlatta
|
ebe38eae57
|
fix: fix panels that can't be expanded after collapse
|
2021-06-19 13:49:32 -03:00 |
|
VardanHakobyan
|
b74549bfc6
|
refactor: move observers and streamers to separate methods, code cleanup
|
2021-06-19 19:05:29 +03:00 |
|
Antonella Sgarlatta
|
650109f63f
|
chore(version-snjs): 2.7.2
|
2021-06-17 13:18:48 -03:00 |
|
VardanHakobyan
|
bba1d089bf
|
refactor: set initial value of server on Application.Launched event
|
2021-06-17 17:51:45 +04:00 |
|
VardanHakobyan
|
72eb2c1e42
|
chore: fix after merge conflict
|
2021-06-17 13:59:27 +04:00 |
|
VardanHakobyan
|
33082fcd7a
|
fix: prevent default action when activating "Import Backup" by keyboard
|
2021-06-17 13:57:00 +04:00 |
|
VardanHakobyan
|
374e9c0616
|
Merge remote-tracking branch 'upstream/develop' into account-menu-splitted
# Conflicts:
# app/assets/javascripts/directives/views/accountMenu.ts
|
2021-06-17 13:37:16 +04:00 |
|
VardanHakobyan
|
a76213dd1f
|
feat: change label to button for better accessibility, let users to import backup by keyboard as well
|
2021-06-17 13:36:39 +04:00 |
|
VardanHakobyan
|
9f142c05df
|
style: set correct margins for "Advanced Options" button
|
2021-06-17 11:35:27 +04:00 |
|
Antonella Sgarlatta
|
184ce19ad7
|
fix: autolock polling for desktop
|
2021-06-16 19:40:33 -03:00 |
|
Antonella Sgarlatta
|
dcbc8f59f9
|
fix: focus autocomplete input after adding tag from hint
|
2021-06-16 18:10:22 -03:00 |
|
Antonella Sgarlatta
|
2473a780d1
|
fix: scroll notes list when navigating with arrow keys
|
2021-06-16 14:13:03 -03:00 |
|
Antonella Sgarlatta
|
91fc475aac
|
fix: show autocomplete tag results only if query isn't empty
|
2021-06-16 12:54:39 -03:00 |
|
Antonella Sgarlatta
|
124f7779c3
|
fix: remove recursive tag deletion
|
2021-06-16 12:28:32 -03:00 |
|
Antonella Sgarlatta
|
a85d2b9676
|
styles: remove faded style to disabled margin resizers
|
2021-06-16 12:24:44 -03:00 |
|
VardanHakobyan
|
c897199d33
|
refactor: move user-related data to appStore
|
2021-06-16 17:00:13 +04:00 |
|
VardanHakobyan
|
018251838c
|
refactor: read the required data from appState instead of passing by parent component
|
2021-06-16 16:20:23 +04:00 |
|
VardanHakobyan
|
17515848b4
|
fix: observe KeyStatusChanged event and correctly update hasProtections info
|
2021-06-16 16:00:14 +04:00 |
|
VardanHakobyan
|
6a3433d522
|
style: make "Advanced Options" button's styling similar to its previous "a" element's style
|
2021-06-16 15:18:06 +04:00 |
|
VardanHakobyan
|
96aaff5ff8
|
refactor: move all applicable parts to mobx instead of passing from parent to children components
|
2021-06-16 15:16:45 +04:00 |
|
Antonella Sgarlatta
|
1af72abe23
|
fix: set next version host on host input change
|
2021-06-15 17:15:48 -03:00 |
|
Antonella Sgarlatta
|
ce383a516e
|
chore: remove batchMgrUrl getter
|
2021-06-15 13:16:30 -03:00 |
|
VardanHakobyan
|
b1920bbd3c
|
Merge remote-tracking branch 'upstream/develop' into account-menu-splitted
# Conflicts:
# app/assets/stylesheets/_sn.scss
|
2021-06-15 17:17:24 +04:00 |
|
VardanHakobyan
|
c1e88a8ac0
|
refactor: add hidden class and tabIndex for accessibility
|
2021-06-15 17:16:05 +04:00 |
|
VardanHakobyan
|
adfef38bdc
|
refactor: reviewer's comment
- use Preact's `FunctionalComponent` instead of React's `FC` to keep the app more lightweight
- remove `@node_modules/` from imports
|
2021-06-15 12:07:03 +04:00 |
|
Antonella Sgarlatta
|
ea090cc227
|
Merge branch 'main' into develop
|
2021-06-14 17:50:22 -03:00 |
|
Antonella Sgarlatta
|
2fa8767f5c
|
styles: make note tags background color transparent
|
2021-06-14 17:49:24 -03:00 |
|
Antonella Sgarlatta
|
d2e7c01821
|
Merge branch 'develop' into feature/remove-batch-manager
|
2021-06-14 15:53:06 -03:00 |
|
Antonella Sgarlatta
|
3f575b80cb
|
Merge branch 'develop' into fix/lock-app-on-background
|
2021-06-14 15:47:44 -03:00 |
|
Antonella Sgarlatta
|
b036174d11
|
feat: when removing a tag, remove descendants as well
|
2021-06-14 14:11:54 -03:00 |
|
Antonella Sgarlatta
|
59737f4358
|
fix: add close on blur to search options dropdown
|
2021-06-14 13:53:56 -03:00 |
|
Antonella Sgarlatta
|
49788c436c
|
fix: add close on blur to overflow menu dropdown
|
2021-06-14 13:39:50 -03:00 |
|
Antonella Sgarlatta
|
cf8d7039f5
|
Merge branch 'develop' into fix/lock-app-on-background
|
2021-06-14 13:32:43 -03:00 |
|
Antonella Sgarlatta
|
bfef98f6b8
|
fix: remove log
|
2021-06-14 13:23:29 -03:00 |
|
VardanHakobyan
|
9092c670c8
|
chore: remove console statement
|
2021-06-14 18:41:20 +04:00 |
|
VardanHakobyan
|
42ea6a1ea9
|
refactor: separate DataBackup and ErrorReporting components, remove the original (large) AccountMenu component
|
2021-06-14 18:40:07 +04:00 |
|
VardanHakobyan
|
90cfd776da
|
Merge remote-tracking branch 'origin/account-menu-react' into account-menu-splitted
|
2021-06-11 15:58:45 +04:00 |
|
VardanHakobyan
|
0916ba50be
|
Merge remote-tracking branch 'upstream/develop' into account-menu-react
|
2021-06-11 15:57:59 +04:00 |
|
VardanHakobyan
|
9de1b30291
|
fix: correctly update Merge local data checkbox' state
|
2021-06-11 15:04:38 +04:00 |
|
VardanHakobyan
|
abb0b6595e
|
style: split AccountMenu to smaller components
- change link to button for "Advanced Options"
- show cursor as pointer on checkbox and its label
|
2021-06-11 15:01:56 +04:00 |
|
Antonella Sgarlatta
|
b4896d4385
|
Merge branch 'develop' into fix/lock-app-on-background
|
2021-06-10 12:34:12 -03:00 |
|
Antonella Sgarlatta
|
df1257ac7e
|
styles: remove min width from tags dropdown
|
2021-06-10 12:18:18 -03:00 |
|
Antonella Sgarlatta
|
c4db37ff94
|
fix: disallow creating empty tag
|
2021-06-10 11:58:10 -03:00 |
|
VardanHakobyan
|
8a2fa13d4e
|
refactor: split AccountMenu to smaller components
Notes:
- remove `url` and keep only `server`, as they are duplicating each other
|
2021-06-10 18:38:44 +04:00 |
|
Antonella Sgarlatta
|
860e30de20
|
styles: change overflow to auto and add back dropdowns min width
|
2021-06-10 11:18:29 -03:00 |
|
Antonella Sgarlatta
|
c0348a0d0a
|
styles: fix sessions modal height
|
2021-06-10 10:59:39 -03:00 |
|
VardanHakobyan
|
340a4c52f2
|
Merge remote-tracking branch 'upstream/develop' into account-menu-splitted
|
2021-06-10 16:55:31 +04:00 |
|