Commit Graph

117 Commits

Author SHA1 Message Date
VardanHakobyan
da5f25e809 Merge remote-tracking branch 'upstream/develop' into account-menu-react 2021-06-03 13:14:32 +04: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
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
844b43e2fb refactor: migrate account-menu to react - initial UI 2021-05-26 22:30:32 +04: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
ca04ff43de fix: fix mobx actions 2021-05-19 16:10:38 -03:00
Antonella Sgarlatta
91e45b7f7f refactor: remove unnecessary runInAction 2021-05-18 18:20:01 -03:00
Antonella Sgarlatta
bff8265df6 refactor: remove unnecessary actions 2021-05-18 18:18:10 -03:00
Antonella Sgarlatta
a2b6c3785a fix: editor not opening for single selected note after unselecting a note from batch 2021-05-17 16:46:21 -03:00
Antonella Sgarlatta
4fc2c58daf styles: dropdown should be on top of resizer 2021-05-17 12:50:09 -03:00
Antonella Sgarlatta
9aa9841d88 fix: fix ctrl+click not selecting notes 2021-05-13 16:11:03 -03:00
Antonella Sgarlatta
386862ad5f chore(version-snjs): 2.2.0 2021-05-12 19:00:22 -03:00
Antonella Sgarlatta
674f14bf89 feat: add empty trash option 2021-05-12 18:51:28 -03:00
Antonella Sgarlatta
ba71b56f00 refactor: revert to passing note uuid to selectNote 2021-05-11 19:19:53 -03:00
Antonella Sgarlatta
8302733a49 feat: add protect option to menu 2021-05-11 17:09:23 -03:00
Antonella Sgarlatta
c2ed6f1913 fix: if multiples notes selected, always select note when clicking on it 2021-05-10 18:29:41 -03:00
Antonella Sgarlatta
2f77985927 fix: check if single note is already selected before selecting 2021-05-10 17:01:37 -03:00
Antonella Sgarlatta
df5327e638 refactor: pass note as parameter to selectNote 2021-05-10 16:25:43 -03:00
Antonella Sgarlatta
8f7a0858ba fix: sync after changing notes 2021-05-10 15:22:09 -03:00
Antonella Sgarlatta
8f29b62744 refactor: changes per PR feedback 2021-05-07 19:17:57 -03:00
Antonella Sgarlatta
3906b9a9b4 refactor: add tag method
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
2021-05-07 19:12:35 -03:00
Antonella Sgarlatta
461f3ccfa4 fix: remove locking closeOnBlur 2021-05-07 18:51:49 -03:00
Antonella Sgarlatta
24eb348b08 fix: open menu to the top when at the bottom of the screen 2021-05-07 18:35:02 -03:00
Antonella Sgarlatta
437aa40d7a feat: visual indicator for selected tags and remove them when re-clicking 2021-05-07 18:24:28 -03:00
Antonella Sgarlatta
6a6e1708d6 fix: better protected notes handling and allow shift-clicking note up in the list 2021-05-07 16:57:25 -03:00
Antonella Sgarlatta
02249ebaca fix: add delete permanently option, restore icon and show alerts for locked notes 2021-05-07 15:56:35 -03:00
Antonella Sgarlatta
1943b34fdf fix: remove confirmation dialog when restoring trashed note 2021-05-06 10:57:57 -03:00
Antonella Sgarlatta
4308f4e656 fix: hide add tag options if no tags available 2021-05-05 15:31:34 -03:00
Antonella Sgarlatta
e5750e88c6 refactor: better format 2021-05-05 11:31:04 -03:00
Antonella Sgarlatta
601ece8cbd feat: add 'add tags' option to menu 2021-05-04 18:53:26 -03:00
Antonella Sgarlatta
9bf9cc37da feat: shift-click to select range of notes 2021-04-30 14:58:49 -03:00
Antonella Sgarlatta
b70cc0e7e4 feat: add right-click context menu 2021-04-29 17:07:14 -03:00
Antonella Sgarlatta
a1d56abd2e Merge branch 'develop' into feature/multiple-selection 2021-04-28 14:53:15 -03:00
Baptiste Grob
b56ba17867 feat: adjust search options defaults (include archived notes by default) 2021-04-15 16:12:57 +02:00
Baptiste Grob
6a52721ea7 feat: delete local backups when signing out 2021-04-14 15:05:33 +02:00
Baptiste Grob
abfc588368 feat: multiple selected notes panel 2021-04-13 14:43:48 +02:00
Baptiste Grob
0f53361689 feat: select multiple notes in list 2021-04-12 14:54:43 +02:00
Baptiste Grob
ed69680295 feat: search options (#540)
* feat: search options

* feat: sanitize folder names

* fix: add cursor: pointer to switch

* fix: explicitly make the search bar a text input

* refactor: remove magic number

* refactor: extract Switch component to its own file

* refactor: split AppState into multiple files

* refactor: review comments
2021-04-06 16:48:25 +02:00
Baptiste Grob
7c9b684c83 fix: move onSignOut bridge hook call later in the deinit lifecycle 2021-03-24 10:22:55 +01:00
Baptiste Grob
257c0f6cab feat: add onSignOut bridge hook 2021-03-23 18:52:57 +01:00
Baptiste Grob
59dbbcf6fd feat: authorize CloudLink access 2021-03-11 15:41:29 +01:00
Baptiste Grob
c2ba11238c feat: show/hide search options based on focused element 2021-03-10 16:14:22 +01:00
Baptiste Grob
ff9e622b82 chore(deps): update snjs 2021-03-09 16:57:12 +01:00
Mo Bitar
e0ab938ccf feat: notes display criteria (#530)
* feat: notes display criteria

* chore: remove unused code

* chore: update names

* chore: update snjs version
2021-03-04 12:22:14 -06:00
Baptiste Grob
d6f7779a76 fix: compile error 2021-03-03 14:52:29 +01:00
Baptiste Grob
9541886a2c fix: download backup later in the change password process 2021-03-03 14:30:52 +01:00
Baptiste Grob
fab9ca2ad2 fix: hide account warning after login + improve key storage wording 2021-02-03 11:53:52 +01:00
Baptiste Grob
c084268f51 feat: display warning banner when using the app with no account 2021-02-02 15:40:20 +01:00