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
Antonella Sgarlatta
2473a780d1
fix: scroll notes list when navigating with arrow keys
2021-06-16 14:13:03 -03:00
Antonella Sgarlatta
a85d2b9676
styles: remove faded style to disabled margin resizers
2021-06-16 12:24:44 -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
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
340a4c52f2
Merge remote-tracking branch 'upstream/develop' into account-menu-splitted
2021-06-10 16:55:31 +04:00
Antonella Sgarlatta
655310efc2
Merge branch 'develop' into fix/lock-app-on-background
2021-06-09 19:10:48 -03:00
Antonella Sgarlatta
717d52dd8a
fix: tag rename to empty string should preserve its original title
2021-06-09 16:39:19 -03:00
Antonella Sgarlatta
ead8d5dcf6
fix: if tag already exists it shouldn't be added to the list
2021-06-09 16:38:53 -03:00
VardanHakobyan
1e7dbb9b14
Merge remote-tracking branch 'upstream/develop' into account-menu-react
2021-06-09 11:06:42 +04:00
Antonella Sgarlatta
61e9fdb81f
Merge branch 'develop' into fix/lock-app-on-background
2021-06-08 18:59:15 -03:00
VardanHakobyan
3e68f02da0
refactor: reviewer's comments
...
- don't pass `closeAccountMenu` to AccountMenu, instead create it in Account menu state and use it
- add event observers as per original code
- move some variables into component's state (even if they don't need to have setters sometimes)
2021-06-08 19:54:14 +04:00
Antonella Sgarlatta
98c6078a0d
fix: don't wait until regaining focus to lock app
2021-06-07 19:07:31 -03:00
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
Antonella Sgarlatta
524bcd09cb
fix: spacing between title and tags
2021-06-03 15:35:59 -03:00
Antonella Sgarlatta
386ca34178
refactor: rename state
2021-06-03 13:53:49 -03:00
Antonella Sgarlatta
c42f1cedda
refactor: refactor autocomplete tag input in separate components and move shared logic to state
2021-06-03 12:47:14 -03:00
VardanHakobyan
da5f25e809
Merge remote-tracking branch 'upstream/develop' into account-menu-react
2021-06-03 13:14:32 +04:00
Antonella Sgarlatta
9513392f6c
styles: reduce spacing when note has no tags
2021-06-02 19:51:13 -03:00
Antonella Sgarlatta
ba1f151d46
Merge branch 'develop' into feature/autocomplete-tags
2021-06-02 19:01:38 -03:00
Antonella Sgarlatta
595b44dfee
fix: reload layout when double clicking on panel resizer
2021-06-02 18:38:54 -03:00
Antonella Sgarlatta
6fb68d2255
refactor: extract shared logic to active note state
2021-06-02 17:57:37 -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
Antonella Sgarlatta
684a3fb0bf
feat: add delete tag button and refactor NoteTag to separate component
2021-06-01 20:55:54 -03:00
Antonella Sgarlatta
b54de00b40
fix: fix tags container width
2021-05-31 16:35:42 -03: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
Antonella Sgarlatta
b7c2fa0b60
feat: use panel width event instead of ResizeObserver
2021-05-31 12:59:35 -03: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
Antonella Sgarlatta
7ac5856205
feat: make tags container expandable
2021-05-27 21:18:06 -03:00
Antonella Sgarlatta
68bbcc6820
refactor: remove tags component from view
2021-05-26 18:56:56 -03:00
Antonella Sgarlatta
e5c8a8cccc
Merge branch 'develop' into feature/autocomplete-tags
2021-05-26 18:52:35 -03:00
Antonella Sgarlatta
0d4456bc53
refactor: remove legacy tags code from editor view
2021-05-26 18:48:31 -03:00
Antonella Sgarlatta
69c9247cd9
feat: remove tag on backspace press
2021-05-26 17:49:09 -03:00
VardanHakobyan
844b43e2fb
refactor: migrate account-menu to react - initial UI
2021-05-26 22:30:32 +04:00
Antonella Sgarlatta
c05220af7a
feat: remove previous tag input
2021-05-24 19:07:21 -03:00
Antonella Sgarlatta
a8d6080a6f
feat: add tag on dropdown option click
2021-05-24 19:07:07 -03:00
Antonella Sgarlatta
be6893b8dc
feat: add autocomplete tags input and dropdown
2021-05-24 17:06:09 -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
90250d22a3
feat: modify current tags to v4 style
2021-05-20 17:09:11 -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
d826af7b55
fix: tags menu not opening
2021-05-20 15:36:58 -03:00
Antonella Sgarlatta
f9f2959ad5
fix: make context menu scrollable when there's not enough space
2021-05-20 13:29:59 -03:00
Antonella Sgarlatta
3813537e5c
fix: calculate menus height or width depending on browser font size
2021-05-17 19:37:18 -03:00
Antonella Sgarlatta
87305c8071
fix: pressing enter on authentication modal not submitting form
2021-05-17 16:49:43 -03:00
Antonella Sgarlatta
c6e4c2fcf5
fix: note flickering and multiple selection staying enabled after browser shortcut
2021-05-17 16:45:00 -03:00
Antonella Sgarlatta
68a0e1e5bc
fix: fix enable editing on editor bar
2021-05-17 12:20:13 -03:00
Antonella Sgarlatta
97b999d18b
feat: remove note options from legacy options menu
2021-05-13 14:47:51 -03:00
Antonella Sgarlatta
0f9d28c839
Merge branch 'develop' into feature/multiple-selection
2021-05-13 12:50:59 -03:00